SchedulePowerOnOff.i
2.57 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
83
# 1 "temp/res/SchedulePowerOnOff.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "temp/res/SchedulePowerOnOff.c"
# 118 "temp/res/SchedulePowerOnOff.c"
# 1 "../../mmi/inc/MMI_features.h" 1
# 69 "../../mmi/inc/MMI_features.h"
# 1 "../../mmi/inc/MMI_features_switch.h" 1
# 67 "../../mmi/inc/MMI_features_switch.h"
# 1 "../../mmi/inc/MMI_features_type.h" 1
# 68 "../../mmi/inc/MMI_features_switch.h" 2
# 70 "../../mmi/inc/MMI_features.h" 2
# 15527 "../../mmi/inc/MMI_features.h"
# 1 "../../mmi/inc/mmi_features_menulayout.h" 1
# 1 "../../mmi/inc/TOPWELL_FEATURES.h" 1
# 6 "../../mmi/inc/mmi_features_menulayout.h" 2
# 15528 "../../mmi/inc/MMI_features.h" 2
# 1 "../../mmi/inc/mmi_features_topwell.h" 1
# 1 "../../mmi/inc/TOPWELL_FEATURES.h" 1
# 6 "../../mmi/inc/mmi_features_topwell.h" 2
# 15533 "../../mmi/inc/MMI_features.h" 2
# 119 "temp/res/SchedulePowerOnOff.c" 2
# 1 "../customerinc/CustResDef.h" 1
# 195 "../customerinc/CustResDef.h"
# 1 "../../mmi/inc/MMI_features.h" 1
# 196 "../customerinc/CustResDef.h" 2
# 389 "../customerinc/CustResDef.h"
# 1 "../customerinc/TopwellResDef.h" 1
# 390 "../customerinc/CustResDef.h" 2
# 120 "temp/res/SchedulePowerOnOff.c" 2
<?xml version = "1.0" encoding = "UTF-8"?>
<APP id = "SRV_SPOF">
<!-- string ----------------------------------------------------------------------------------->
<STRING id = "SPOF_MAIN_TITLE_STRINGID"/>
<STRING id = "SPOF_STATUS_STRINGID"/>
<STRING id = "SPOF_DISABLE_STRINGID"/>
<STRING id = "SPOF_ENABLE_STRINGID"/>
<STRING id = "SPOF_TIME_CONFLICT"/>
<STRING id = "SPOF_POWER_OFF_CONFIRM"/>
<STRING id = "STR_MENU_SETTING_SCHEDULE_POWER"/>
<STRING id = "STR_MENU_SETTING_SCH_POW_SET1_POW_ON"/>
<STRING id = "STR_MENU_SETTING_SCH_POW_SET1_POW_OFF"/>
<!-- image ------------------------------------------------------------------------------------>
# 148 "temp/res/SchedulePowerOnOff.c"
<!-- screen ----------------------------------------------------------------------------------->
<SCREEN id = "GRP_ID_PHNSET_SCHEDULE_POWER_CONFIRM"/>
<SCREEN id = "SCR_ID_SPOF_CONFIRM"/>
<!-- menu ------------------------------------------------------------------------------------->
<MENU id = "MENU_SETTING_SCHEDULE_POWER" type = "APP_SUB" str = "STR_MENU_SETTING_SCHEDULE_POWER">
<MENUITEM id = "MENU_SETTING_SCHEDULE_POWER_ON" str = "STR_MENU_SETTING_SCH_POW_SET1_POW_ON"/>
<MENUITEM id = "MENU_SETTING_SCHEDULE_POWER_OFF" str = "STR_MENU_SETTING_SCH_POW_SET1_POW_OFF"/>
</MENU>
<RECEIVER id="EVT_ID_SRV_REMINDER_NOTIFY" proc="mmi_spof_reminder_srv_proc"/>
</APP>