obigo03cpushadp.mak
13.4 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# Define source file lists to SRC_LIST
SRC_LIST = vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_env.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_if.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_main.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_inbox.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_phs.c
ifeq ($(filter __WAP_PUSH_SERVICE_ONLY_SUPPORT__, $(strip $(MODULE_DEFS))),)
SRC_LIST += vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_fs.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_um.c \
vendor\push\obigo_Q03C\v1_official\modules\PHS\refsrc\phs_dlg.c
endif
SRC_LIST += vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_msg.c \
vendor\push\obigo_Q03C\adaptation\modules\pmg\src\pmg_dl.c \
vendor\push\obigo_Q03C\v1_official\modules\PHS\refsrc\phs_umdb.c
# Define include path lists to INC_DIR
ifeq ($(strip $(BROWSER_SUPPORT)),OBIGO_Q05A)
INC_DIR = applib\mem\include \
wapadp\include \
applib\misc\include \
Plutommi\mmi\Inc \
plutommi\Framework\Interface \
plutommi\mmi\inc\MenuID \
plutommi\Framework\CommonScreens\commonscreensinc \
plutommi\Framework\CommonFiles\CommonInc \
plutommi\Framework\NVRAMManager\NVRAMManagerInc \
plutommi\Framework\ThemeManager\ThemeManagerInc \
plutommi\Framework\DebugLevels\DebugLevelInc \
plutommi\Framework\EventHandling\EventsInc \
plutommi\Framework\Tasks\TasksInc \
plutommi\Framework\History\historyinc \
plutommi\Framework\MemManager\MemManagerInc \
plutommi\Framework\GUI\gui_Inc \
plutommi\Framework\GUI\oem_inc \
Plutommi\mmi\DateTime\DateTimeInc \
Plutommi\mmi\MiscFramework\MiscFrameworkInc \
plutommi\mmi\PROFILES\ProfilesInc \
plutommi\mmi\phonebook\phonebookinc \
plutommi\mmi\organizer\organizerInc \
plutommi\Framework\NVRAMManager\NVRAMManagerInc \
plutommi\mmi\gpio\gpioInc \
plutommi\mmi\GSMCallApplication\CommonFiles\CommonInc \
plutommi\mmi\GSMCallApplication\outgoingcallmanagement\outgoinginc \
plutommi\mmi\GSMCallApplication\incomingcallmanagement\incominginc \
plutommi\mmi\messages\messagesInc \
plutommi\MMI\Setting\SettingInc \
Plutommi\mmi \
plutommi\MMI\IdleScreen\IdleScreenInc \
plutommi\MtkApp\MtkAppInc \
plutommi\MtkApp\SoundRecorder\SoundRecorderInc \
plutommi\mmi\FunAndGames\FunAndGamesInc \
plutommi\Framework\ThemeManager\ThemeManagerInc \
plutommi\mmi\audio\audioinc \
plutommi\mmi\sat\satInc \
plutommi\customer\customerInc \
plutommi\Framework\GDI\GDIInc \
plutommi\service\mdi\mdiinc \
plutommi\MtkApp\Camera\CameraInc \
plutommi\MtkApp\AudioPlayer\AudioPlayerInc \
plutommi\MtkApp\FileMgr\FileMgrInc \
plutommi\MtkApp\mmiapi\include \
fmt\include \
plutommi\MtkApp\JavaAgency\JavaAgencyInc \
drm\include \
j2me\interface \
j2me\jal\include \
plutommi\MMI\UnifiedMessage\UnifiedMessageInc \
applib\misc\include \
applib\mem\include \
plutommi\MtkApp\Connectivity\ConnectivityInc \
plutommi\MMI\UnifiedComposer\UnifiedComposerInc \
xmlp\include \
interface\fs \
plutommi\MtkApp\CentralConfigAgent\CentralConfigAgentInc \
plutommi\mmi\DataAccount\DataAccountInc \
plutommi\Framework\InputMethod\Inc \
plutommi\MMI\ConnectManagement\ConnectManagementInc \
plutommi\mmi\BrowserApp\Browser\BrowserInc \
plutommi\mmi\BrowserApp\PushInbox\PushInboxInc \
vendor\framework\obigo_Q03C\adaptation\integration\include\trc \
vendor\push\obigo_Q03C\v1_official\modules\PHS\config \
vendor\push\obigo_Q03C\v1_official\modules\PHS\export \
vendor\push\obigo_Q03C\v1_official\modules\PHS\intgr \
vendor\push\obigo_Q03C\v1_official\modules\PHS\refsrc \
vendor\push\obigo_Q03C\v1_official\modules\PHS\source \
interface\ps \
interface\wap \
plutommi\mtkapp\DLAgent\DLAgentInc \
vendor\push\obigo_Q03C\adaptation\modules\pmg\include \
kal\include \
vendor\push\obigo_Q03C\adaptation\integration\include \
vendor\wap\obigo_Q05A\v1_official\modules\core\stack\stk\export \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\intgr \
vendor\wap\obigo_Q05A\adaptation\integration\include \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\export\parser \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\config \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\export \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\export\ui_comp \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\refsrc \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\refsrc\ui_comp \
vendor\wap\obigo_Q05A\v1_official\msf\msf_lib\refsrc\ui_comp\internal \
vendor\wap\obigo_Q05A\v1_official\msf\msf_mgr\refsrc \
vendor\wap\obigo_Q05A\v1_official\msf\msf_mgr\source \
vendor\wap\obigo_Q05A\v1_official\msf\msf_mgr\intgr \
custom\common custom\common\hal custom\common\ps \
plutommi\CUI\inc \
plutommi\Service\Inc \
plutommi\Service\UPPSrv
ifeq ($(strip $(MMI_VERSION)),COSMOS_MMI)
INC_DIR += venusmmi\app\Cosmos\Ucm
else
INC_DIR += plutommi\mmi\Ucm\UcmInc
endif
endif
ifneq ($(strip $(OBIGO_FEATURE)), NONE)
ifneq ($(strip $(BROWSER_SUPPORT)), OBIGO_Q05A)
INC_DIR = applib\mem\include \
wapadp\include \
vendor\wap\obigo_Q03C\adaptation\integration\include \
vendor\wap\obigo_Q03C\adaptation\modules\das\include \
vendor\wap\obigo_Q03C\adaptation\modules\mmc\intgr \
vendor\wap\obigo_Q03C\adaptation\modules\mmc\source \
vendor\wap\obigo_Q03C\adaptation\modules\mma\include \
vendor\wap\obigo_Q03C\adaptation\modules\mma\intgr \
vendor\wap\obigo_Q03C\adaptation\modules\mma\source \
vendor\wap\obigo_Q03C\adaptation\modules\mma\export \
vendor\wap\obigo_Q03C\adaptation\msf_ui\include \
vendor\framework\obigo_Q03C\adaptation\integration\include\trc \
vendor\framework\obigo_Q03C\adaptation\integration\include \
vendor\framework\obigo_Q03C\v1_official\msf\msf_lib\config \
vendor\framework\obigo_Q03C\v1_official\msf\msf_lib\intgr \
vendor\framework\obigo_Q03C\v1_official\msf\msf_lib\export \
vendor\framework\obigo_Q03C\v1_official\msf\msf_lib\refsrc \
vendor\framework\obigo_Q03C\v1_official\msf\msf_mgr\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\BRA\config \
vendor\wap\obigo_Q03C\v1_official\modules\BRA\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\BRA\source \
vendor\wap\obigo_Q03C\v1_official\modules\BRA\refsrc \
vendor\wap\obigo_Q03C\v1_official\modules\BRA\export \
vendor\wap\obigo_Q03C\v1_official\modules\BRS\config \
vendor\wap\obigo_Q03C\v1_official\modules\BRS\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\BRS\export \
vendor\wap\obigo_Q03C\v1_official\modules\IBS\config \
vendor\wap\obigo_Q03C\v1_official\modules\IBS\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\JAS\config \
vendor\wap\obigo_Q03C\v1_official\modules\JAS\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\MEA\config \
vendor\wap\obigo_Q03C\v1_official\modules\MEA\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\MEA\source \
vendor\wap\obigo_Q03C\v1_official\modules\MEA\export \
vendor\wap\obigo_Q03C\v1_official\modules\MMS\config \
vendor\wap\obigo_Q03C\v1_official\modules\MMS\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\MMS\export \
vendor\wap\obigo_Q03C\v1_official\modules\MMS\source \
vendor\wap\obigo_Q03C\v1_official\modules\MMS\refsrc \
vendor\stk\obigo_Q03C\v1_official\modules\SEC\config \
vendor\stk\obigo_Q03C\v1_official\modules\SEC\export \
vendor\stk\obigo_Q03C\v1_official\modules\SEC\intgr \
vendor\stk\obigo_Q03C\v1_official\modules\SEC\source \
vendor\wap\obigo_Q03C\v1_official\modules\SLS\config \
vendor\wap\obigo_Q03C\v1_official\modules\SLS\export \
vendor\wap\obigo_Q03C\v1_official\modules\SLS\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\SLS\source \
vendor\wap\obigo_Q03C\v1_official\modules\SMA\config \
vendor\wap\obigo_Q03C\v1_official\modules\SMA\intgr \
vendor\wap\obigo_Q03C\v1_official\modules\SMA\export \
vendor\stk\obigo_Q03C\v1_official\modules\STK\config \
vendor\stk\obigo_Q03C\v1_official\modules\STK\intgr \
vendor\stk\obigo_Q03C\v1_official\modules\STK\export \
vendor\wap\obigo_Q03C\v1_official\modules\UIA\config \
vendor\wap\obigo_Q03C\v1_official\modules\UIA\intgr \
applib\misc\include \
Plutommi\mmi\Inc \
plutommi\Framework\Interface \
plutommi\mmi\inc\MenuID \
plutommi\Framework\CommonScreens\commonscreensinc \
plutommi\Framework\CommonFiles\CommonInc \
plutommi\Framework\NVRAMManager\NVRAMManagerInc \
plutommi\Framework\ThemeManager\ThemeManagerInc \
plutommi\Framework\DebugLevels\DebugLevelInc \
plutommi\Framework\EventHandling\EventsInc \
plutommi\Framework\Tasks\TasksInc \
plutommi\Framework\History\historyinc \
plutommi\Framework\MemManager\MemManagerInc \
plutommi\Framework\GUI\gui_Inc \
plutommi\Framework\GUI\oem_inc \
Plutommi\mmi\DateTime\DateTimeInc \
Plutommi\mmi\MiscFramework\MiscFrameworkInc \
plutommi\mmi\PROFILES\ProfilesInc \
plutommi\mmi\phonebook\phonebookinc \
plutommi\mmi\organizer\organizerInc \
plutommi\Framework\NVRAMManager\NVRAMManagerInc \
plutommi\mmi\gpio\gpioInc \
plutommi\mmi\GSMCallApplication\CommonFiles\CommonInc \
plutommi\mmi\GSMCallApplication\outgoingcallmanagement\outgoinginc \
plutommi\mmi\GSMCallApplication\incomingcallmanagement\incominginc \
plutommi\mmi\messages\messagesInc \
plutommi\MMI\Setting\SettingInc \
Plutommi\mmi \
plutommi\MMI\IdleScreen\IdleScreenInc \
plutommi\MtkApp\MtkAppInc \
plutommi\MtkApp\SoundRecorder\SoundRecorderInc \
plutommi\mmi\FunAndGames\FunAndGamesInc \
plutommi\Framework\ThemeManager\ThemeManagerInc \
plutommi\mmi\audio\audioinc \
plutommi\mmi\sat\satInc \
plutommi\customer\customerInc \
plutommi\Framework\GDI\GDIInc \
plutommi\service\mdi\mdiinc \
plutommi\MtkApp\Camera\CameraInc \
plutommi\MtkApp\AudioPlayer\AudioPlayerInc \
plutommi\MtkApp\FileMgr\FileMgrInc \
plutommi\MtkApp\mmiapi\include \
fmt\include \
plutommi\MtkApp\JavaAgency\JavaAgencyInc \
drm\include \
j2me\interface \
j2me\jal\include \
plutommi\MMI\UnifiedMessage\UnifiedMessageInc \
applib\misc\include \
applib\mem\include \
plutommi\MtkApp\Connectivity\ConnectivityInc \
plutommi\MMI\UnifiedComposer\UnifiedComposerInc \
xmlp\include \
interface\fs \
plutommi\MtkApp\CentralConfigAgent\CentralConfigAgentInc \
plutommi\mmi\DataAccount\DataAccountInc \
plutommi\Framework\InputMethod\Inc \
plutommi\MMI\ConnectManagement\ConnectManagementInc \
plutommi\mmi\BrowserApp\Browser\BrowserInc \
plutommi\mmi\BrowserApp\PushInbox\PushInboxInc \
vendor\push\obigo_Q03C\v1_official\modules\PHS\config \
vendor\push\obigo_Q03C\v1_official\modules\PHS\export \
vendor\push\obigo_Q03C\v1_official\modules\PHS\intgr \
vendor\push\obigo_Q03C\v1_official\modules\PHS\refsrc \
vendor\push\obigo_Q03C\v1_official\modules\PHS\source \
interface\ps \
interface\wap \
plutommi\mtkapp\DLAgent\DLAgentInc \
vendor\push\obigo_Q03C\adaptation\modules\pmg\include \
kal\include \
vendor\push\obigo_Q03C\adaptation\integration\include \
vendor\framework\obigo_Q03C\v1_official\msf\msf_lib\export \
vendor\mms\obigo_Q03C\adaptation\integration\include \
plutommi\CUI\inc \
plutommi\service\inc \
plutommi\service\UPPSrv
ifeq ($(strip $(MMI_VERSION)),COSMOS_MMI)
INC_DIR += venusmmi\app\Cosmos\Ucm
else
INC_DIR += plutommi\mmi\Ucm\UcmInc
endif
endif
endif
# Define the specified compile options to COMP_DEFS
COMP_DEFS = MMI_ON_HARDWARE_P \
__WAP__ \
__EMS__ \
SIM_APP_TOOLKIT \
TETRIS_GAME_APP \
CM_APPLICATION_ENABLE \
MESSAGES_APPLICATION \
__UCS2_ENCODING \
CELLBROADCAST_APP \
__CB__ \
VM_SUPPORT \
SHORTCUTS_APP \
T9LANG_English \
T9LANG_Chinese \
MTK_TMP_PATCH