|
1 /* |
|
2 * Copyright (c) 2008 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 Photos Image Viewer |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 #include "../../inc/glxcapabilities.hrh" |
|
25 #include "../../group/glxbuildcommon.mmh" |
|
26 |
|
27 TARGET glxivwr.exe |
|
28 TARGETTYPE exe |
|
29 UID 0x100039CE 0x200104E7 |
|
30 |
|
31 CAPABILITY CAP_APPLICATION |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE glxivwrapplication.cpp |
|
35 SOURCE glxivwrappui.cpp |
|
36 SOURCE glxivwrdocument.cpp |
|
37 |
|
38 SOURCEPATH ../group |
|
39 |
|
40 START RESOURCE glxivwr.rss |
|
41 HEADER |
|
42 TARGETPATH /resource/apps |
|
43 LANGUAGE_IDS |
|
44 END // RESOURCE |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../viewframework/medialists/inc |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 // System includes from the source tree |
|
52 SYSTEMINCLUDE ../../inc |
|
53 SYSTEMINCLUDE ../../commonui/inc |
|
54 SYSTEMINCLUDE ../../viewframework/inc |
|
55 SYSTEMINCLUDE ../../viewframework/uiutilities/inc |
|
56 SYSTEMINCLUDE ../../controllers/imageviewer/inc |
|
57 |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY cone.lib |
|
61 LIBRARY eikcoctl.lib |
|
62 LIBRARY eikcore.lib |
|
63 LIBRARY ws32.lib |
|
64 LIBRARY euser.lib |
|
65 LIBRARY mpxcommon.lib |
|
66 LIBRARY mpxviewutility.lib |
|
67 LIBRARY glxuiutilities.lib |
|
68 LIBRARY glxcommonui.lib // for NGlxZoomStatePublisher::PublishStateL |
|
69 LIBRARY glxmedialists.lib // to get the cache manager handle |
|
70 LIBRARY apgrfx.lib |
|
71 LIBRARY glximageviewermanager.lib |
|
72 LIBRARY efsrv.lib // for RFile |
|
73 LIBRARY oommonitor.lib |
|
74 LIBRARY hal.lib // HAL, HALData |
|
75 |
|
76 EPOCHEAPSIZE 0x1000 0xC00000 //HEAP SIZE SET TO DEFAULT MIN OF 4KB AND MAX OF 12 MB |
|
77 |
|
78 START RESOURCE glxivwr_loc.rss |
|
79 HEADER |
|
80 TARGETPATH /resource/apps |
|
81 LANGUAGE_IDS |
|
82 END // RESOURCE |
|
83 |
|
84 START RESOURCE glxivwr_reg.rss |
|
85 DEPENDS glx_loc.rsg |
|
86 // Do not change the UID 10003a3f below. |
|
87 TARGETPATH /private/10003a3f/import/apps |
|
88 LANGUAGE_IDS |
|
89 END // RESOURCE |