|
1 /* |
|
2 * Copyright (c) 2002 - 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Symbian OS mmp file for the avkon UI framework component |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET avkon.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x100056C6 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../srcdata |
|
31 |
|
32 START RESOURCE avkon.rss |
|
33 HEADER |
|
34 TARGETPATH RESOURCE_FILES_DIR |
|
35 LANGUAGE_IDS |
|
36 END |
|
37 |
|
38 START RESOURCE AknPriv.rss |
|
39 HEADER |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 LANGUAGE_IDS |
|
42 END |
|
43 |
|
44 START RESOURCE smiley.rss |
|
45 HEADER |
|
46 TARGETPATH RESOURCE_FILES_DIR |
|
47 LANGUAGE_IDS |
|
48 END |
|
49 |
|
50 #ifndef WINSCW |
|
51 EPOCALLOWDLLDATA |
|
52 #endif // !WINSCW |
|
53 |
|
54 MACRO TFX_USE_WCHANGE_EVENT // Enable these if TfxServer CRP supports the EWindowGroupChanged event |
|
55 // Note: must be enabled also in akncapserver.mmp and wsdrawer.mmp |
|
56 |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../inc |
|
59 USERINCLUDE ../../../inc |
|
60 USERINCLUDE ../../eikctl/inc |
|
61 USERINCLUDE ../../EikStd/coctlinc |
|
62 USERINCLUDE . ../inc ../animdllinc ../akncompamode/inc |
|
63 |
|
64 // This is a SYSTEMINCLUDE macro containing the middleware |
|
65 // and applications layer specific include directories |
|
66 APP_LAYER_SYSTEMINCLUDE |
|
67 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
68 |
|
69 |
|
70 SOURCEPATH ../src |
|
71 |
|
72 SOURCE aknview.cpp |
|
73 SOURCE aknApp.cpp |
|
74 SOURCE AknAppUi.cpp |
|
75 SOURCE aknlib.cpp |
|
76 SOURCE eikfrlb.cpp |
|
77 SOURCE eikfrlbd.cpp |
|
78 SOURCE eikslb.cpp |
|
79 SOURCE eikslbd.cpp |
|
80 #if defined __SERIES60_SETTINGS_PROTECTION |
|
81 SOURCE eikslbProt.cpp |
|
82 SOURCE EikslbProtFactoryEnabled.cpp |
|
83 #else |
|
84 SOURCE eikslbProtFactoryDisabled.cpp |
|
85 #endif |
|
86 SOURCE aknutils.cpp |
|
87 SOURCE akntitle.cpp |
|
88 SOURCE akncontext.cpp |
|
89 SOURCE akncontextidle.cpp |
|
90 SOURCE akntabgrp.cpp |
|
91 SOURCE aknnavi.cpp |
|
92 SOURCE aknnavide.cpp |
|
93 SOURCE aknenv.cpp |
|
94 SOURCE aknPopup.cpp |
|
95 SOURCE Aknslider.cpp |
|
96 SOURCE akngridview.cpp |
|
97 SOURCE akngrid.cpp |
|
98 SOURCE akngridm.cpp |
|
99 SOURCE aknbattery.cpp |
|
100 SOURCE aknsignal.cpp |
|
101 SOURCE AknIndicatorContainer.cpp |
|
102 SOURCE aknindicator.cpp |
|
103 SOURCE aknprogresstimer.cpp |
|
104 SOURCE AknProgressDialog.cpp |
|
105 SOURCE AknNoteDialog.cpp |
|
106 SOURCE aknnotecontrol.cpp |
|
107 SOURCE aknnoteattributes.cpp |
|
108 SOURCE AknStaticNoteDialog.cpp |
|
109 SOURCE AknViewAppUi.cpp |
|
110 #ifdef RD_SPLIT_VIEW |
|
111 SOURCE AknViewNavigator.cpp |
|
112 #endif |
|
113 SOURCE AknPopupField.cpp |
|
114 SOURCE AknPopupFieldText.cpp |
|
115 SOURCE AknPopupFieldList.cpp |
|
116 SOURCE AknDesCArrayDecorator.cpp |
|
117 SOURCE AknQueryValue.cpp |
|
118 SOURCE AknQueryValueText.cpp |
|
119 SOURCE AknQueryValueNumber.cpp |
|
120 SOURCE AknQueryValuePhone.cpp |
|
121 SOURCE AknQueryValueTime.cpp |
|
122 SOURCE AknQueryValueDate.cpp |
|
123 SOURCE AknQueryValueDuration.cpp |
|
124 SOURCE AknQueryDialog.cpp |
|
125 SOURCE aknmessagequerydialog.cpp |
|
126 SOURCE AknQueryControl.cpp |
|
127 SOURCE AknMultilineQueryControl.cpp |
|
128 SOURCE aknlistquerycontrol.cpp |
|
129 SOURCE aknqueryeditorindicator.cpp |
|
130 SOURCE aknmessagequerycontrol.cpp |
|
131 SOURCE aknlists.cpp |
|
132 SOURCE aknshortcuts.cpp |
|
133 SOURCE Aknvolumecontrol.cpp |
|
134 SOURCE akndialog.cpp |
|
135 SOURCE AknForm.cpp |
|
136 SOURCE aknAnimGc.cpp |
|
137 SOURCE aknAnimView.cpp |
|
138 SOURCE aknAnimData.cpp |
|
139 SOURCE aknAnimCtrl.cpp |
|
140 SOURCE aknsfld.cpp |
|
141 SOURCE aknSfldIndicatorFactory.cpp |
|
142 SOURCE aknsfldIndicator.cpp |
|
143 SOURCE akninfrm.cpp |
|
144 SOURCE AknBitmapAnimation.cpp |
|
145 SOURCE aknkeys.cpp |
|
146 SOURCE AknSettingPage.cpp |
|
147 SOURCE AknTextSettingPage.cpp |
|
148 SOURCE AknVolumeSettingPage.cpp |
|
149 SOURCE AknSliderSettingPage.cpp |
|
150 SOURCE AknRadioButtonSettingPage.cpp |
|
151 SOURCE AknCheckBoxSettingPage.cpp |
|
152 SOURCE AknPhedModel.cpp |
|
153 SOURCE AknPhedView.cpp |
|
154 SOURCE AknPhoneNumberEditor.cpp |
|
155 SOURCE AknPhoneNumberGrouping.cpp |
|
156 |
|
157 SOURCE aknPopupHeadingPane.cpp |
|
158 SOURCE aknpopuplayout.cpp |
|
159 SOURCE AknSctDialog.cpp |
|
160 SOURCE AknCharMap.cpp |
|
161 SOURCE AknListBoxLayoutDecorator.cpp |
|
162 SOURCE aknnavilabel.cpp |
|
163 SOURCE AknIconArray.cpp |
|
164 SOURCE aknsoundsystem.cpp |
|
165 SOURCE aknsoundplayer.cpp |
|
166 SOURCE AknMfneSettingPage.cpp |
|
167 SOURCE AknPasswordSettingPage.cpp |
|
168 SOURCE AknPopupSettingPage.cpp |
|
169 SOURCE AknSettingItemList.cpp |
|
170 SOURCE aknshut.cpp |
|
171 SOURCE AknKeyLock.cpp |
|
172 SOURCE AknIncallStatusBubble.cpp |
|
173 SOURCE AknEcs.cpp |
|
174 SOURCE AknNumEdwin.cpp |
|
175 SOURCE AknDlgShut.cpp |
|
176 SOURCE AknGMSStyleGrid.cpp |
|
177 SOURCE aknnotewrappers.cpp |
|
178 SOURCE AknSelectionList.cpp |
|
179 SOURCE Aknnumseced.cpp |
|
180 SOURCE AknListBoxSettingPage.cpp |
|
181 SOURCE aknwaitdialog.cpp |
|
182 SOURCE AknDoc.cpp |
|
183 SOURCE AknWaitNoteWrapper.cpp |
|
184 SOURCE aknnotifiercontroller.cpp |
|
185 SOURCE aknpopupfader.cpp |
|
186 SOURCE akntext.cpp |
|
187 SOURCE akntextcontrol.cpp |
|
188 SOURCE aknlistquerydialog.cpp |
|
189 SOURCE aknquerydata.cpp |
|
190 SOURCE aknsgcc.cpp |
|
191 SOURCE AknSyncDraw.cpp |
|
192 SOURCE AknSettingCache.cpp |
|
193 SOURCE AknLineBreaker.cpp |
|
194 SOURCE AknSkinnableClock.cpp |
|
195 SOURCE AknSkinnableClockFace.cpp |
|
196 SOURCE akncolourselectiongrid.cpp |
|
197 SOURCE AknTextWrapper.cpp |
|
198 SOURCE AknBuildVariant.cpp |
|
199 SOURCE AknBidiTextUtils.cpp |
|
200 SOURCE AknBitmapMirrorUtils.cpp |
|
201 SOURCE AknDateFormatUtils.cpp |
|
202 SOURCE AknNaviForegroundObserver.cpp |
|
203 SOURCE AknMarqueeControl.cpp |
|
204 SOURCE Aknpopupform.cpp |
|
205 SOURCE AknPhoneNumberTextUtils.cpp |
|
206 SOURCE aknlegacymode.cpp |
|
207 SOURCE AknVolumePopup.cpp |
|
208 SOURCE AknTransparentCameraSettingPage.cpp |
|
209 SOURCE AknLayoutFont.cpp |
|
210 SOURCE AknFontIdLayoutFont.cpp |
|
211 SOURCE AknBatteryIcon.cpp |
|
212 SOURCE AknBatteryStrength.cpp |
|
213 SOURCE AknSignalIcon.cpp |
|
214 SOURCE AknSignalStrength.cpp |
|
215 SOURCE AknServerApp.cpp |
|
216 SOURCE AknOpenFileService.cpp |
|
217 SOURCE AknNullService.cpp |
|
218 SOURCE AknTextDecorationMetrics.cpp |
|
219 SOURCE AknStatuspaneUtils.cpp |
|
220 SOURCE AknIndicatorFader.cpp |
|
221 SOURCE AknTabGrpGraphics.cpp |
|
222 SOURCE AknLaunchAppService.cpp |
|
223 SOURCE AknTitlePaneLabel.cpp |
|
224 SOURCE AKNEIKSRVC.CPP |
|
225 SOURCE AknWsEventObserver.cpp |
|
226 SOURCE PictograhGrouping.cpp |
|
227 SOURCE AknDef.cpp |
|
228 |
|
229 SOURCE AknInfoPopupNoteController.cpp |
|
230 SOURCE AknInfoPopupNote.cpp |
|
231 |
|
232 SOURCE AknControl.cpp |
|
233 |
|
234 SOURCE AknFontRegistry.cpp |
|
235 SOURCE AknFontSpecificationLayoutFont.cpp |
|
236 SOURCE AknTaskList.cpp |
|
237 SOURCE aknfontaccess.cpp |
|
238 SOURCE AknCustomCursorSupport.cpp |
|
239 SOURCE AknSystemFont.cpp |
|
240 |
|
241 SOURCE AknPreviewPopUpController.cpp |
|
242 SOURCE AknPreviewPopUp.cpp |
|
243 |
|
244 SOURCE aknlongtapdetector.cpp |
|
245 SOURCE aknchoicelist.cpp |
|
246 |
|
247 SOURCE AknLayoutConfig.cpp |
|
248 SOURCE AknIndicatorPlugin.cpp |
|
249 SOURCE aknstylusactivatedpopupcontent.cpp |
|
250 SOURCE aknstatuspanedigitalclock.cpp |
|
251 SOURCE akndigitalclock.cpp |
|
252 SOURCE aknemptycontrol.cpp |
|
253 SOURCE AknInputBlock.cpp |
|
254 SOURCE aknlongtapanimation.cpp |
|
255 SOURCE AknScreenMode.cpp |
|
256 SOURCE AknLayoutUtilsHelpers.cpp |
|
257 SOURCE transitionmanager.cpp |
|
258 SOURCE aknstatuspanedatasubscriber.cpp |
|
259 SOURCE aknstatuspanedatapublisher.cpp |
|
260 SOURCE aknbatterydataobserver.cpp |
|
261 SOURCE aknsignaldataobserver.cpp |
|
262 SOURCE aknindicatordataobserver.cpp |
|
263 SOURCE aknuniversalindicatorcontainer.cpp |
|
264 SOURCE aknbatteryindicatorcontainer.cpp |
|
265 SOURCE aknsignalindicatorcontainer.cpp |
|
266 SOURCE aknglobalpopupprioritycontroller.cpp |
|
267 SOURCE AknAdaptiveSearch.cpp |
|
268 SOURCE AknAdaptiveSearchGrid.cpp |
|
269 |
|
270 SOURCE aknindicatorpopup.cpp |
|
271 SOURCE aknindicatorpopupcontent.cpp |
|
272 SOURCE aknkeypad.cpp |
|
273 |
|
274 SOURCE AknTasHook.cpp |
|
275 SOURCE aknpointereventmodifier.cpp |
|
276 SOURCE aknpointereventsuppressor.cpp |
|
277 SOURCE akndiscreetpopup.cpp |
|
278 SOURCE akndiscreetpopupcontrol.cpp |
|
279 SOURCE akndiscreetpopupdrawer.cpp |
|
280 SOURCE akndiscreetpopupdata.cpp |
|
281 SOURCE akndiscreetpopupserverhandler.cpp |
|
282 |
|
283 SOURCE AknSmileyModel.cpp |
|
284 SOURCE AknSmileyImage.cpp |
|
285 |
|
286 LIBRARY FontProvider.lib |
|
287 LIBRARY FontUtils.lib |
|
288 |
|
289 LIBRARY EUSER.LIB |
|
290 LIBRARY EIKCORE.LIB |
|
291 LIBRARY cone.lib |
|
292 LIBRARY eikcoctl.lib |
|
293 LIBRARY eikctl.lib |
|
294 LIBRARY egul.lib |
|
295 LIBRARY bafl.lib |
|
296 LIBRARY gdi.lib |
|
297 LIBRARY fbscli.lib |
|
298 LIBRARY APGRFX.LIB |
|
299 LIBRARY ws32.lib |
|
300 LIBRARY eikdlg.lib |
|
301 LIBRARY bitgdi.lib |
|
302 LIBRARY etext.lib |
|
303 LIBRARY BMPANIM.LIB |
|
304 LIBRARY fepbase.lib |
|
305 LIBRARY form.lib |
|
306 LIBRARY estor.lib |
|
307 LIBRARY CommonEngine.lib |
|
308 LIBRARY phoneclient.lib |
|
309 LIBRARY apparc.lib |
|
310 LIBRARY aknnotify.lib // Global Note |
|
311 LIBRARY INSOCK.LIB // For IP address copying in CAknIpFieldSettingPage |
|
312 LIBRARY efsrv.lib |
|
313 LIBRARY eiksrvc.lib |
|
314 LIBRARY AknSkins.lib // Skins support |
|
315 LIBRARY linebreak.lib |
|
316 LIBRARY FeatMgr.lib |
|
317 LIBRARY NumberConversion.lib |
|
318 LIBRARY findutil.lib |
|
319 LIBRARY aknpictograph.lib |
|
320 LIBRARY CdlEngine.lib |
|
321 LIBRARY AknIcon.lib |
|
322 LIBRARY ECom.lib |
|
323 LIBRARY oommonitor.lib |
|
324 LIBRARY akncapserverclient.lib |
|
325 LIBRARY Apmime.lib |
|
326 LIBRARY servicehandler.lib |
|
327 LIBRARY numbergrouping.lib |
|
328 LIBRARY AknLayout2.lib |
|
329 LIBRARY AknLayout2Scalable.lib |
|
330 LIBRARY centralrepository.lib |
|
331 LIBRARY cenrepnotifhandler.lib |
|
332 LIBRARY PtiEngine.lib |
|
333 #ifdef RD_UI_TRANSITION_EFFECTS_LIST |
|
334 LIBRARY aknlistloadertfx.lib |
|
335 #endif //RD_UI_TRANSITION_EFFECTS_LIST |
|
336 |
|
337 LIBRARY akntransitionutils.lib |
|
338 |
|
339 LIBRARY gfxtrans.lib |
|
340 LIBRARY hlplch.lib |
|
341 LIBRARY touchfeedback.lib |
|
342 LIBRARY tacticon.lib |
|
343 LIBRARY viewcli.lib |
|
344 LIBRARY aknphysics.lib |
|
345 LIBRARY HWRMLightClient.lib |
|
346 |
|
347 DEFFILE AVKON.DEF |
|
348 |
|
349 START WINS |
|
350 baseaddress 0x7dc00000 |
|
351 END |
|
352 |
|
353 START MARM |
|
354 END |