Linein.res
3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*Needed header files of the compile option in XML files */
#include "mmi_features.h"
#ifdef __MMI_LINE_IN__
#include "CustResDef.h"
#include "custom_mmi_default_value.h"
<?xml version = "1.0" encoding = "UTF-8"?>
<APP id="APP_LINEIN"
#if defined(__MMI_APP_MANAGER_SUPPORT__)
package_name = "native.mtk.linein"
name = "STR_ID_LINEIN_TITLE"
launch = "mmi_linein_launch"
#endif /*__MMI_APP_MANAGER_SUPPORT__*/
>
<INCLUDE file="GlobalResDef.h"/>
<!--------------------------------------------------------------------------------------------------------------------->
<!--String Resource Area-->
<STRING id="STR_ID_LINEIN_TITLE"/>
<STRING id="STR_ID_LINEIN_MUTE_ON"/>
<STRING id="STR_ID_LINEIN_MUTE_OFF"/>
<!--End String Resource Area-->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Image Resource Area-->
<IMAGE id="IMG_ID_LINEIN_PLAY_ANIMATION">CUST_IMG_PATH"\\\\MainLCD\\\\Linein\\\\Linein.png"</IMAGE>
<!--End Image Resource Area-->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Menu Item Area-->
<!--End Menu Item Area-->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Menu Tree Area-->
<MENU id="MENU_ID_LINEIN_MAIN" type="APP_MAIN" str="STR_ID_LINEIN_TITLE"
highlight="mmi_linein_highlight_menu" shortcut="ON"
launch="mmi_linein_launch"/>
<!--End Menu Tree Area-->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Screen ID Area-->
<SCREEN id="GRP_ID_LINEIN"/>
<SCREEN id="SCR_ID_LINEIN_MAIN"/>
<!--End Screen ID Area-->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Receiving Evt ID -->
/* Linein */
<RECEIVER id="EVT_ID_GPIO_LINEIN_PLUG_IN" proc="mmi_linein_proc" />
<RECEIVER id="EVT_ID_GPIO_LINEIN_PLUG_OUT" proc="mmi_linein_proc" />
/* Earphone */
<RECEIVER id="EVT_ID_GPIO_EARPHONE_PLUG_IN" proc="mmi_linein_proc" />
<RECEIVER id="EVT_ID_GPIO_EARPHONE_PLUG_OUT" proc="mmi_linein_proc" />
<!--End Receiving Evt ID -->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--Sending Evt ID -->
<!--End Sending Evt ID -->
<!--------------------------------------------------------------------------------------------------------------------->
<!--------------------------------------------------------------------------------------------------------------------->
<!--NVRAM LID -->
<!--End NVRAM LID -->
<!--------------------------------------------------------------------------------------------------------------------->
</APP>
#endif //__MMI_LINE_IN__