60
|
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 Media gallery
|
|
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 "../../../photos_plat/gallery_utilities_api/inc/glxgallery.hrh"
|
|
26 |
#include "../../group/glxbuildcommon.mmh"
|
|
27 |
#include "../../inc/glxalfhelper.mmh"
|
|
28 |
|
|
29 |
TARGET glx.exe
|
|
30 |
TARGETTYPE exe
|
|
31 |
UID 0x100039CE KGlxGalleryApplicationUid
|
|
32 |
|
|
33 |
CAPABILITY GLX_CAPABILITIES
|
|
34 |
|
|
35 |
SOURCEPATH ../src
|
|
36 |
SOURCE glxapplication.cpp
|
|
37 |
SOURCE glxappui.cpp
|
|
38 |
SOURCE glxdocument.cpp
|
|
39 |
|
|
40 |
SOURCEPATH ../group
|
|
41 |
|
|
42 |
START RESOURCE glx.rss
|
|
43 |
HEADER
|
|
44 |
TARGETPATH /resource/apps
|
|
45 |
LANGUAGE_IDS
|
|
46 |
END // RESOURCE
|
|
47 |
|
|
48 |
USERINCLUDE ../inc
|
|
49 |
USERINCLUDE ../../viewframework/medialists/inc
|
|
50 |
|
|
51 |
APP_LAYER_SYSTEMINCLUDE
|
|
52 |
|
|
53 |
// System includes from the source tree
|
|
54 |
SYSTEMINCLUDE ../../inc
|
|
55 |
SYSTEMINCLUDE ../../common/inc
|
|
56 |
SYSTEMINCLUDE ../../commonui/inc
|
|
57 |
SYSTEMINCLUDE ../../slideshow/engine/inc
|
|
58 |
SYSTEMINCLUDE ../../slideshow/utils
|
|
59 |
SYSTEMINCLUDE ../../viewframework/inc
|
|
60 |
SYSTEMINCLUDE ../../viewframework/uiutilities/inc
|
|
61 |
SYSTEMINCLUDE ../../viewframework/plugins/gridviewplugin/inc
|
|
62 |
SYSTEMINCLUDE ../../viewframework/plugins/fullscreenviewplugin/inc
|
|
63 |
SYSTEMINCLUDE ../../viewframework/commandhandlers/commandhandlerupnp/inc //Upnp Stop Showing
|
|
64 |
SYSTEMINCLUDE ../../viewframework/commandhandlers/inc
|
|
65 |
SYSTEMINCLUDE ../../gallery/loc
|
|
66 |
SYSTEMINCLUDE ../../controllers/imageviewer/inc
|
|
67 |
|
|
68 |
LIBRARY apparc.lib
|
|
69 |
LIBRARY avkon.lib
|
|
70 |
LIBRARY cone.lib
|
|
71 |
LIBRARY eikcoctl.lib
|
|
72 |
LIBRARY eikcore.lib
|
|
73 |
LIBRARY ws32.lib
|
|
74 |
LIBRARY estor.lib
|
|
75 |
LIBRARY euser.lib
|
|
76 |
LIBRARY fbscli.lib
|
|
77 |
LIBRARY gdi.lib
|
|
78 |
LIBRARY mpxcollectionutility.lib
|
|
79 |
LIBRARY mpxcommon.lib
|
|
80 |
LIBRARY mpxviewutility.lib
|
|
81 |
LIBRARY glxuiutilities.lib
|
|
82 |
LIBRARY centralrepository.lib
|
|
83 |
LIBRARY glxupnpcommandhandler.lib //Upnp Stop Showing
|
|
84 |
LIBRARY glxcommonui.lib // for NGlxZoomStatePublisher::PublishStateL
|
|
85 |
LIBRARY alfclient.lib // for CAlfEnv
|
|
86 |
LIBRARY glxmedialists.lib // to get the cache manager handle
|
|
87 |
LIBRARY apgrfx.lib
|
|
88 |
LIBRARY glximageviewermanager.lib
|
|
89 |
LIBRARY glxcommon.lib
|
|
90 |
LIBRARY efsrv.lib // for RFile
|
|
91 |
|
|
92 |
EPOCHEAPSIZE 0x1000 0xC00000 //HEAP SIZE SET TO DEFAULT MIN OF 4KB AND MAX OF 12 MB
|
|
93 |
START WINS
|
|
94 |
END
|
|
95 |
|
|
96 |
START MARM
|
|
97 |
END
|
|
98 |
|
|
99 |
|
|
100 |
START RESOURCE glx_loc.rss
|
|
101 |
HEADER
|
|
102 |
TARGETPATH /resource/apps
|
|
103 |
LANGUAGE_IDS
|
|
104 |
END // RESOURCE
|
|
105 |
|
|
106 |
START RESOURCE glx_reg.rss
|
|
107 |
DEPENDS glx_loc.rsg
|
|
108 |
// Do not change the UID 10003a3f below.
|
|
109 |
TARGETPATH /private/10003a3f/import/apps
|
|
110 |
LANGUAGE_IDS
|
|
111 |
END // RESOURCE
|
|
112 |
|
|
113 |
|
|
114 |
LIBRARY oommonitor.lib
|
|
115 |
LIBRARY aknnotify.lib
|
|
116 |
LIBRARY hal.lib // HAL, HALData
|
|
117 |
LIBRARY commonengine.lib // for StringLoader
|