1 /* |
|
2 * Copyright (c) 2007-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: Project definition file for project cameraapp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #if defined(WINS) || defined(WINSCW) |
|
20 // During linking WINS or WINSCW flag is set instead of __WINS__ or __WINSCW__. |
|
21 // Set those flags here, so the product feature flags can be set correctly in |
|
22 // also during linking. |
|
23 #define __WINSCW__ |
|
24 #define __WINS__ |
|
25 #endif |
|
26 |
|
27 #if defined(WINS) || defined(WINSCW) |
|
28 MACRO FORCE_DUMMY_ENGINE |
|
29 #define FORCE_DUMMY_ENGINE |
|
30 #endif |
|
31 |
|
32 // Use this #define if dynamic settings should be reset to defaults |
|
33 // on switching from photo to video mode and vice versa. |
|
34 #undef RESET_DYNAMIC_SETTINGS_WHEN_SWITCH_MODE |
|
35 |
|
36 #define _RESOURCES_INC_ ../generic/data/resource_inc |
|
37 |
|
38 #include "../group/camproductconfig.mmh" |
|
39 #include "../generic/inc/CamAppUid.h" |
|
40 #include "../generic/inc/cameracontroller/camcameracontrollerflags.hrh" |
|
41 #include <defaultcaps.hrh> |
|
42 #include <data_caging_paths.hrh> |
|
43 #include <platform_paths.hrh> |
|
44 |
|
45 TARGET cameraapp.exe |
|
46 TARGETTYPE exe |
|
47 EPOCSTACKSIZE 0x5000 |
|
48 EPOCHEAPSIZE 0x4000 0x2380000 |
|
49 UID 0x100039CE 0x101F857A //KCameraappUID replaced with real value due to the OST compiler limitations |
|
50 VENDORID VID_DEFAULT |
|
51 CAPABILITY CAP_APPLICATION MultimediaDD SurroundingsDD PowerMgmt |
|
52 |
|
53 START RESOURCE ../generic/data/cameraapp.rss |
|
54 HEADER |
|
55 TARGETPATH APP_RESOURCE_DIR |
|
56 LANGUAGE_IDS |
|
57 END // RESOURCE |
|
58 |
|
59 START RESOURCE ../generic/data/cameraapp_reg.rss |
|
60 DEPENDS cameraapp.rsg |
|
61 TARGETPATH /private/10003a3f/apps |
|
62 END // RESOURCE |
|
63 |
|
64 // NHD Camera settings resources |
|
65 START RESOURCE ../generic/data/nhdcamsettings.rss |
|
66 TARGETPATH APP_RESOURCE_DIR |
|
67 HEADER |
|
68 LANGUAGE_IDS |
|
69 END // RESOURCE |
|
70 |
|
71 |
|
72 // VGA Camera settings resources |
|
73 START RESOURCE ../generic/data/vgacamsettings.rss |
|
74 TARGETPATH APP_RESOURCE_DIR |
|
75 HEADER |
|
76 LANGUAGE_IDS |
|
77 END // RESOURCE |
|
78 |
|
79 // --------------------------------------------------------------------------- |
|
80 // Source files |
|
81 SOURCEPATH ../generic/common/src |
|
82 SOURCE CamVideoQualityLevel.cpp |
|
83 SOURCE CamStaticSettingsModel.cpp |
|
84 SOURCE CamUtility.cpp |
|
85 SOURCE CamPanic.cpp |
|
86 SOURCE CamWaitDialog.cpp |
|
87 SOURCE CamCollectionManagerAo.cpp |
|
88 SOURCE caminfolistboxitembase.cpp |
|
89 SOURCE CamCaptureSetupListItem.cpp |
|
90 SOURCE CamCaptureSetupListBox.cpp |
|
91 SOURCE CamCaptureSetupListBoxModel.cpp |
|
92 SOURCE CamCaptureSetupListItemDrawer.cpp |
|
93 |
|
94 SOURCE camconfiguration.cpp |
|
95 SOURCE camconfigurationutility.cpp |
|
96 |
|
97 SOURCEPATH ../generic/src |
|
98 SOURCE CamApp.cpp |
|
99 SOURCE CamAppui.cpp |
|
100 SOURCE CamDocument.cpp |
|
101 SOURCE CamAppController.cpp |
|
102 SOURCE CamTimer.cpp |
|
103 SOURCE CamNaviCounterControl.cpp |
|
104 SOURCE CamNaviCounterModel.cpp |
|
105 SOURCE CamNaviProgressBarControl.cpp |
|
106 SOURCE CamNaviProgressBarModel.cpp |
|
107 SOURCE CamSelfTimer.cpp |
|
108 SOURCE CamDefaultNameSettingItem.cpp |
|
109 SOURCE Camdefaultnamesettingpage.cpp |
|
110 SOURCE CamViewBase.cpp |
|
111 SOURCE CamPostCaptureViewBase.cpp |
|
112 SOURCE CamPreCaptureViewBase.cpp |
|
113 SOURCE CamStillPreCaptureView.cpp |
|
114 SOURCE CamStillPostCaptureView.cpp |
|
115 SOURCE CamStillUserSceneSetupView.cpp |
|
116 SOURCE CamUserSceneSetupViewBase.cpp |
|
117 SOURCE CamVideoPreCaptureView.cpp |
|
118 SOURCE CamVideoPostCaptureView.cpp |
|
119 SOURCE CamBurstThumbnailView.cpp |
|
120 SOURCE CamContainerBase.cpp |
|
121 SOURCE CamPreCaptureContainerBase.cpp |
|
122 SOURCE CamPostCaptureContainer.cpp |
|
123 SOURCE CamShootingModeContainer.cpp |
|
124 SOURCE CamUserSceneSetupContainer.cpp |
|
125 SOURCE CamBurstThumbnailContainer.cpp |
|
126 SOURCE CamBurstThumbnailGrid.cpp |
|
127 SOURCE CamBurstThumbnailGridModel.cpp |
|
128 SOURCE CamSidePane.cpp |
|
129 SOURCE CamIndicator.cpp |
|
130 SOURCE CamIndicatorResourceReader.cpp |
|
131 SOURCE CamIndicatorData.cpp |
|
132 SOURCE CamBurstThumbnailGridSizer.cpp |
|
133 SOURCE CamSettingsModel.cpp |
|
134 |
|
135 SOURCE CamZoomPane.cpp |
|
136 SOURCE CamZoomModel.cpp |
|
137 SOURCE CamZoomUpdateManager.cpp |
|
138 SOURCE CamCaptureSetupControlHandler.cpp |
|
139 SOURCE CamCaptureSetupContainer.cpp |
|
140 SOURCE CamCaptureSetupViewBase.cpp |
|
141 SOURCE CamCaptureSetupMenuListItem.cpp |
|
142 SOURCE CamCaptureSetupMenuListBox.cpp |
|
143 SOURCE CamCaptureSetupMenuListBoxModel.cpp |
|
144 SOURCE CamCaptureSetupMenuListItemDrawer.cpp |
|
145 SOURCE CamCaptureSetupMenu.cpp |
|
146 SOURCE CamCaptureSetupSlider.cpp |
|
147 SOURCE CamVideoPreCaptureContainer.cpp |
|
148 SOURCE CamStillPreCaptureContainer.cpp |
|
149 SOURCE CamBurstCaptureArray.cpp |
|
150 SOURCE CamStandbyContainer.cpp |
|
151 SOURCE CamUserSceneSetupItemArray.cpp |
|
152 SOURCE CamUserSceneSetupListItem.cpp |
|
153 SOURCE CamImageSaveActive.cpp |
|
154 SOURCE CamFileCheckAo.cpp |
|
155 |
|
156 SOURCE CamDecorator.cpp |
|
157 SOURCE CamObserverHandler.cpp |
|
158 SOURCE CamRecordingIconDecoration.cpp |
|
159 SOURCE CamNewFileService.cpp |
|
160 SOURCE CamServer.cpp |
|
161 |
|
162 SOURCE CamCallStateAo.cpp |
|
163 SOURCE CamPropertyWatcher.cpp |
|
164 SOURCE camactivepalettehandler.cpp |
|
165 SOURCE CamCommandHandlerAo.cpp |
|
166 SOURCE CamSceneListBox.cpp |
|
167 SOURCE CamSceneListBoxModel.cpp |
|
168 SOURCE CamBmpRotatorAo.cpp |
|
169 SOURCE CamVolumeKeyObserver.cpp |
|
170 SOURCE CamSyncRotatorAo.cpp |
|
171 SOURCE CamPerformanceLogger.cpp |
|
172 SOURCE CamInfoListBox.cpp |
|
173 SOURCE CamInfoListBoxModel.cpp |
|
174 SOURCE CamInfoListBoxContainer.cpp |
|
175 SOURCE CamTimeLapseUtility.cpp |
|
176 |
|
177 SOURCE camlinevfgriddrawer.cpp |
|
178 SOURCE camvfgridfactory.cpp |
|
179 SOURCE cambatterypanecontroller.cpp |
|
180 SOURCE cambatterypanedrawer.cpp |
|
181 |
|
182 SOURCE CamLocationIconController.cpp |
|
183 |
|
184 SOURCE camflashstatus.cpp |
|
185 SOURCE camfolderutility.cpp |
|
186 SOURCE camtextitem.cpp |
|
187 SOURCE cambitmapitem.cpp |
|
188 SOURCE camvideotime.cpp |
|
189 SOURCE CamDriveChangeNotifier.cpp |
|
190 SOURCE camoneclickuploadutility.cpp |
|
191 SOURCE CamMemoryMonitor.cpp |
|
192 SOURCE cambackupcontainer.cpp |
|
193 SOURCE camsnapshotrotator.cpp |
|
194 SOURCE camstartuplogo.cpp |
|
195 SOURCE camstartuplogocontroller.cpp |
|
196 SOURCE camcapturebuttoncontainer.cpp |
|
197 SOURCE camtvaccessorymonitor.cpp |
|
198 |
|
199 // Camera controller sources |
|
200 SOURCEPATH ../generic/src/cameracontroller |
|
201 SOURCE cambuffer.cpp |
|
202 SOURCE cambuffershare.cpp |
|
203 SOURCE camimagedecoder.cpp |
|
204 SOURCE camimageencoder.cpp |
|
205 SOURCE cambitmapscaler.cpp |
|
206 SOURCE camsnapshot.cpp |
|
207 SOURCE camsnapshotprovider.cpp |
|
208 SOURCE camcameracontroller.cpp |
|
209 SOURCE camcameracontrolleractive.cpp |
|
210 SOURCE camconstantsettingprovider.cpp |
|
211 SOURCE camsettingconversion.cpp |
|
212 SOURCE camsettingprovider.cpp |
|
213 #ifdef CAMERAAPP_FLASH_SIMULATOR |
|
214 SOURCE camflashsimulator.cpp |
|
215 #endif |
|
216 #ifdef CAMERAAPP_CAPI_EMULATOR |
|
217 SOURCE CamCamera.cpp |
|
218 SOURCE CamCameraCallback.cpp |
|
219 #ifndef FORCE_DUMMY_ENGINE |
|
220 SOURCE CameraappTestBitmapManager.cpp |
|
221 #endif |
|
222 #endif //CAMERAAPP_CAPI_EMULATOR |
|
223 |
|
224 // Audio player sources |
|
225 SOURCEPATH ../generic/src/audioplayer |
|
226 SOURCE camaudioplayercontroller.cpp |
|
227 SOURCE camaudioplayerwrapper.cpp |
|
228 |
|
229 // Test code sources |
|
230 SOURCEPATH ../generic/dummyengine |
|
231 |
|
232 // Use dummy engine if this is defined |
|
233 #ifdef FORCE_DUMMY_ENGINE |
|
234 SOURCE CameraappDummyEngine.cpp |
|
235 SOURCE CameraappDummyCallbackActive.cpp |
|
236 SOURCE CameraappTestBitmapManager.cpp |
|
237 #endif |
|
238 |
|
239 // --------------------------------------------------------------------------- |
|
240 // Header folders |
|
241 |
|
242 USERINCLUDE ../generic/inc |
|
243 USERINCLUDE ../generic/common/inc |
|
244 USERINCLUDE ../generic/common/data |
|
245 USERINCLUDE ../generic/inc/cameracontroller |
|
246 USERINCLUDE ../generic/inc/audioplayer |
|
247 USERINCLUDE ../generic/camerauiconfigmanager/inc |
|
248 |
|
249 USERINCLUDE ../generic/dummyengine |
|
250 |
|
251 APP_LAYER_SYSTEMINCLUDE |
|
252 |
|
253 // --------------------------------------------------------------------------- |
|
254 // Libraries |
|
255 |
|
256 LIBRARY ecom.lib |
|
257 LIBRARY gsecomplugin.lib |
|
258 LIBRARY euser.lib |
|
259 LIBRARY apparc.lib |
|
260 LIBRARY cone.lib |
|
261 LIBRARY eikcore.lib |
|
262 LIBRARY eikcoctl.lib |
|
263 LIBRARY avkon.lib |
|
264 LIBRARY CaeEngine.lib |
|
265 LIBRARY aknskins.lib |
|
266 LIBRARY efsrv.lib |
|
267 LIBRARY platformenv.lib // PathInfo |
|
268 LIBRARY sysutil.lib |
|
269 LIBRARY fbscli.lib |
|
270 LIBRARY bitgdi.lib |
|
271 LIBRARY ws32.lib |
|
272 LIBRARY CommonEngine.lib |
|
273 LIBRARY egul.lib |
|
274 LIBRARY bafl.lib |
|
275 LIBRARY sendui.lib |
|
276 LIBRARY CdlEngine.lib |
|
277 LIBRARY bitmaptransforms.lib |
|
278 LIBRARY commondialogs.lib |
|
279 LIBRARY featmgr.lib |
|
280 LIBRARY servicehandler.lib // AIW library |
|
281 LIBRARY aknicon.lib |
|
282 LIBRARY mediaclientaudio.lib |
|
283 LIBRARY eikctl.lib |
|
284 LIBRARY apgrfx.lib |
|
285 LIBRARY charconv.lib |
|
286 LIBRARY hlplch.lib // Help Launcher |
|
287 LIBRARY commonui.lib // CDocumentHandler |
|
288 LIBRARY apmime.lib // TDataType |
|
289 LIBRARY centralrepository.lib |
|
290 LIBRARY eikdlg.lib |
|
291 LIBRARY numberconversion.lib |
|
292 LIBRARY newservice.lib |
|
293 LIBRARY camerauiconfigmanager.lib |
|
294 LIBRARY cfclient.lib |
|
295 LIBRARY cfservices.lib |
|
296 LIBRARY ActivePalette.lib |
|
297 LIBRARY aknlayout2.lib |
|
298 LIBRARY akntouchgesturefw.lib |
|
299 LIBRARY accmonitor.lib |
|
300 |
|
301 // Remote Controller framework |
|
302 LIBRARY remconcoreapi.lib |
|
303 LIBRARY remconinterfacebase.lib |
|
304 |
|
305 LIBRARY AknLayout2Scalable.lib |
|
306 LIBRARY gdi.lib |
|
307 LIBRARY estor.lib // RWriteStream |
|
308 |
|
309 LIBRARY ecam.lib |
|
310 #ifdef CAMERAAPP_CAPI_V2 |
|
311 LIBRARY ecamadvsettings.lib |
|
312 LIBRARY ecamdirectviewfinder.lib |
|
313 #ifdef CAMERAAPP_CAPI_V2_SS |
|
314 LIBRARY ecamsnapshot.lib |
|
315 #endif |
|
316 LIBRARY ecamhistogram.lib |
|
317 LIBRARY ecamoverlay.lib |
|
318 #endif // CAMERAAPP_CAPI_V2 |
|
319 |
|
320 LIBRARY imageconversion.lib |
|
321 LIBRARY Exiflib.lib // CExifRead |
|
322 LIBRARY hal.lib // HAL, HALData |
|
323 |
|
324 LIBRARY ecampluginsupport.lib |
|
325 |
|
326 LIBRARY sensrvclient.lib |
|
327 LIBRARY sensrvutil.lib |
|
328 |
|
329 LIBRARY svgengine.lib // For reading share SVGs |
|
330 |
|
331 #ifdef CAMERAAPP_LOGGING |
|
332 LIBRARY flogger.lib |
|
333 #endif |
|
334 |
|
335 LIBRARY cntmodel.lib |
|
336 |
|
337 #ifndef __WINSCW__ |
|
338 LIBRARY Locationtrail.lib |
|
339 #ifdef RD_MDS_2_5 |
|
340 LIBRARY locationmanager.lib |
|
341 #endif //RD_MDS_2_5 |
|
342 #endif //WINSCW |
|
343 |
|
344 LIBRARY oommonitor.lib |
|
345 LIBRARY aknnotify.lib |
|
346 |
|
347 LIBRARY ImagingConfigManager.lib |
|
348 LIBRARY touchfeedback.lib |
|
349 |
|
350 #ifdef RD_UI_TRANSITION_EFFECTS_LIST |
|
351 LIBRARY aknlistloadertfx.lib |
|
352 #endif //RD_UI_TRANSITION_EFFECTS_LIST |
|
353 // MC photos related lib |
|
354 LIBRARY glxuiutilities.lib |
|
355 LIBRARY glxcollectionmanager.lib |
|
356 LIBRARY glxmetadatadialog.lib |
|
357 |
|
358 LIBRARY thumbnailmanager.lib |
|
359 LIBRARY accclient.lib |
|
360 LIBRARY accpolicy.lib |
|
361 LIBRARY akncapserverclient.lib |
|
362 |
|
363 // --------------------------------------------------------------------------- |
|
364 #ifdef FORCE_DUMMY_ENGINE |
|
365 |
|
366 START BITMAP DummyViewFinder.mbm |
|
367 HEADER |
|
368 TARGETPATH /system/apps/cameraapp |
|
369 SOURCEPATH ../generic/data/bitmaps |
|
370 |
|
371 SOURCE c24 DummyViewfinder.bmp |
|
372 SOURCE c24 DummyViewfinder2.bmp |
|
373 SOURCE c24 DummyViewfinder3.bmp |
|
374 END |
|
375 |
|
376 #endif // FORCE_DUMMY_ENGINE |
|
377 // --------------------------------------------------------------------------- |
|
378 |
|
379 #if defined(RD_MDS_2_5) && !defined(__WINSCW__) && !defined(__WINS__) |
|
380 LIBRARY harvesterclient.lib |
|
381 #endif // defined(RD_MDS_2_5) && !defined(__WINSCW__) && !defined(__WINS__) |
|
382 |
|
383 USERINCLUDE ../generic/data/resource_inc |
|
384 USERINCLUDE ../traces |
|