BtRmtCap.res
2.83 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
/* Needed header files of the compile option in XML files, if you need others need to add here */
#include "mmi_features.h"
#include "custresdef.h"
#include "CustomCfg.h"
/* Need this line to tell parser that XML start, must after all #include. */
<?xml version="1.0" encoding="UTF-8"?>
#ifdef __MMI_BT_REMOTE_CAPTURE__
/* APP tag, include your app name defined in MMIDataType.h */
<APP id="APP_BTREMOTECAPTURE">
package_name="native.mtk.btremotecapture"
name="STR_ID_MAIN_MENU_BTREMOTECAPTURE_TEXT"
launch="mmi_btrmtcap_entry_main_message_menu"
package_proc="mmi_btnotification_package_proc"
<!--
***************************************************************
Include Area
***************************************************************
-->
<INCLUDE file="mmi_rp_app_mainmenu_def.h"/>
<INCLUDE file="GlobalResDef.h"/>
<INCLUDE file="MainMenuDef.h"/>
<!--
***************************************************************
string Area
***************************************************************
-->
<STRING id="STR_ID_BTRMTCAP_APPLICATION_APP_NAME"/>
<STRING id="STR_ID_BTRMTCAP_CAPTURE"/>
<STRING id="STR_ID_BTRMTCAP_CAPTURE_ING"/>
<STRING id="STR_ID_BTRMTCAP_LAUNCH_FAILED"/>
<!--
***************************************************************
image Area
***************************************************************
-->
<IMAGE id="IMG_BT_RMTCAP_DFAULT_BG">CUST_IMG_PATH"\\\\MainLCD\\\\BTRmtCap\\\\rmtcap_default_bg.jpg"</IMAGE>
<AUDIO id="AUD_ID_BTRMTCAP_CAMCO_CAPTURE">CUST_ADO_PATH"\\\\Camcorder\\\\pic1.wav"</AUDIO>
<!--
***************************************************************
MENU Area
***************************************************************
-->
<MENU id="MAIN_MENU_BTRMTCAP_MENUID" type="APP_MAIN" str="STR_ID_BTRMTCAP_APPLICATION_APP_NAME" img="MAIN_MENU_BTRMTCAP_ICON"
highlight="highlight_mainmenu_btrmtcap" shortcut="ON" shortcut_img="MAIN_MENU_BTRMTCAP_ICON" launch="mmi_btrmtcap_entry_main_message_menu">
</MENU>
<!--
***************************************************************
SCREEN Area
***************************************************************
-->
<SCREEN id="GRP_ID_BTRMTCAP_APP"/>
<SCREEN id="GRP_ID_BTRMTCAP_POPUP"/>
<SCREEN id="SCR_ID_BTRMTCAP_MAIN_SCRN"/>
<SCREEN id="SCR_ID_BTRMTCAP_POPUP_SCRN"/>
<SCREEN id="SCR_ID_BTRMTCAP_PROCESSING"/>
<SCREEN id="SCR_ID_BTRMTCAP_SHOW_PICTURE"/>
<!--
***************************************************************
event Area
***************************************************************
-->
<RECEIVER id="EVT_ID_SRV_BT_NOTI_CAP_CMD_NOTIFY" proc="mmi_bt_rmtcap_event_hdlr"/>
<TIMER id="MMI_BT_RMTCAP_TIMER_ID"/>
</APP>
#endif/*__MMI_BT_REMOTE_CAPTURE__*/