author | Simon Howkins <simonh@symbian.org> |
Thu, 28 Oct 2010 13:23:18 +0100 | |
branch | RCL_3 |
changeset 88 | 9dfcaf1038dd |
parent 86 | ed599363c2d7 |
permissions | -rw-r--r-- |
66 | 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: This is project specification file for the clock. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
// System includes |
|
19 |
#include <platform_paths.hrh> |
|
20 |
#include <data_caging_paths.hrh> |
|
21 |
||
22 |
// Target information |
|
23 |
TARGET clock.exe |
|
24 |
TARGETTYPE exe |
|
25 |
TARGETPATH /sys/bin |
|
26 |
||
27 |
// Uid and Capability information |
|
28 |
UID 0x100039CE 0x10005903 |
|
29 |
CAPABILITY CAP_APPLICATION PowerMgmt |
|
30 |
||
31 |
// Stack and heap options |
|
32 |
EPOCSTACKSIZE 0x5000 |
|
86
ed599363c2d7
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
33 |
EPOCHEAPSIZE 0x20000 0x1000000 |
66 | 34 |
|
35 |
// Source information |
|
36 |
SOURCEPATH ../clockmainview/src |
|
37 |
SOURCE clockmainview.cpp |
|
38 |
SOURCE clockmaincontainer.cpp |
|
39 |
SOURCE clockalarmarray.cpp |
|
40 |
||
41 |
SOURCEPATH ../../utilities/clockmarqueelabel/src |
|
42 |
SOURCE clockmarqueelabel.cpp |
|
43 |
||
44 |
SOURCEPATH ../clockworldview/src |
|
45 |
SOURCE clockworldview.cpp |
|
46 |
SOURCE clockworldcontainer.cpp |
|
47 |
SOURCE clockworldarray.cpp |
|
48 |
SOURCE clockworlditemprocessor.cpp |
|
49 |
SOURCE clockworldthumbnailprovider.cpp |
|
50 |
||
51 |
SOURCEPATH ../src |
|
52 |
SOURCE clock.cpp |
|
53 |
SOURCE clockapplication.cpp |
|
54 |
SOURCE clockdocument.cpp |
|
55 |
SOURCE clockappui.cpp |
|
56 |
||
57 |
// System include information |
|
58 |
APP_LAYER_SYSTEMINCLUDE |
|
59 |
||
60 |
// User include information |
|
61 |
USERINCLUDE ../inc |
|
62 |
USERINCLUDE ../clockalarmeditor/inc |
|
63 |
USERINCLUDE ../clockalarmeditor/data |
|
64 |
USERINCLUDE ../../inc |
|
65 |
USERINCLUDE ../../uimodel/inc |
|
66 |
USERINCLUDE ../clockmainview/inc |
|
67 |
USERINCLUDE ../clockworldview/inc |
|
68 |
USERINCLUDE ../clkdatetimeview/data |
|
69 |
USERINCLUDE ../clkdatetimeview/inc |
|
70 |
USERINCLUDE ../../utilities/clockmarqueelabel/inc |
|
71 |
USERINCLUDE ../../../clockengines/clockserver/client/inc |
|
72 |
USERINCLUDE ../../../clockengines/clockserver/server/inc |
|
73 |
USERINCLUDE ../../../clockengines/inc |
|
74 |
USERINCLUDE ../../../inc |
|
75 |
USERINCLUDE ../clockcityselectionlist/data |
|
76 |
USERINCLUDE ../clockcityselectionlist/inc |
|
77 |
||
78 |
// Resource information |
|
79 |
START RESOURCE ../data/clock.rss |
|
80 |
HEADER |
|
81 |
TARGETPATH APP_RESOURCE_DIR |
|
82 |
TARGET clock.rsc |
|
83 |
LANGUAGE_IDS |
|
84 |
END |
|
85 |
||
86 |
START RESOURCE ../data/clock_reg.rss |
|
87 |
TARGETPATH /private/10003a3f/import/apps |
|
88 |
END |
|
89 |
||
90 |
START RESOURCE ../data/clock_loc.rss |
|
91 |
TARGETPATH APP_RESOURCE_DIR |
|
92 |
LANGUAGE_IDS |
|
93 |
END |
|
94 |
||
95 |
START RESOURCE ../../utilities/data/timezonegroups.rss |
|
96 |
HEADER |
|
97 |
TARGETPATH /resource/timezonelocalization |
|
98 |
LANGUAGE_IDS |
|
99 |
END |
|
100 |
||
101 |
START RESOURCE ../../utilities/data/timezonegroups_lta.rss |
|
102 |
HEADER |
|
103 |
TARGETPATH /resource/timezonelocalization |
|
104 |
LANGUAGE_IDS |
|
105 |
END |
|
106 |
||
107 |
START RESOURCE ../../utilities/data/timezonegroups_jerusalem.rss |
|
108 |
HEADER |
|
109 |
TARGETPATH /resource/timezonelocalization |
|
110 |
LANGUAGE_IDS |
|
111 |
END |
|
112 |
||
113 |
START RESOURCE ../../utilities/data/timezones_tel_aviv.rss |
|
114 |
HEADER |
|
115 |
TARGETPATH /resource/timezonelocalization |
|
116 |
TARGET timezones_tel_aviv.rsc |
|
117 |
LANGUAGE_IDS |
|
118 |
END |
|
119 |
||
120 |
START RESOURCE ../../utilities/data/timezones_lta.rss |
|
121 |
HEADER |
|
122 |
TARGETPATH /resource/timezonelocalization |
|
123 |
TARGET timezones_lta.rsc |
|
124 |
LANGUAGE_IDS |
|
125 |
END |
|
126 |
||
127 |
START RESOURCE ../../utilities/data/timezones.rss |
|
128 |
HEADER |
|
129 |
TARGETPATH /resource/timezonelocalization |
|
130 |
TARGET timezones.rsc |
|
131 |
LANGUAGE_IDS |
|
132 |
END |
|
133 |
||
134 |
START RESOURCE ../../utilities/data/mcc.rss |
|
135 |
HEADER |
|
136 |
TARGETPATH /resource/mcc |
|
137 |
LANGUAGE_IDS |
|
138 |
END |
|
139 |
||
140 |
// Library information |
|
141 |
LIBRARY euser.lib |
|
142 |
LIBRARY avkon.lib |
|
143 |
LIBRARY cone.lib |
|
144 |
LIBRARY apparc.lib |
|
145 |
LIBRARY eikcore.lib |
|
146 |
LIBRARY eikcoctl.lib |
|
147 |
LIBRARY eiksrv.lib |
|
148 |
LIBRARY bafl.lib |
|
149 |
LIBRARY aknskins.lib |
|
150 |
LIBRARY aknskinsrv.lib |
|
151 |
LIBRARY aknswallpaperutils.lib |
|
152 |
LIBRARY aknnotify.lib |
|
153 |
LIBRARY commonengine.lib |
|
154 |
LIBRARY eikdlg.lib |
|
155 |
LIBRARY clkuimodel.lib |
|
156 |
LIBRARY clockalarmeditor.lib |
|
157 |
LIBRARY aknlayout2scalable.lib |
|
158 |
LIBRARY cdlengine.lib |
|
159 |
LIBRARY fbscli.lib |
|
160 |
LIBRARY egul.lib |
|
161 |
LIBRARY centralrepository.lib |
|
162 |
LIBRARY aknicon.lib |
|
163 |
LIBRARY tzclient.lib |
|
164 |
LIBRARY efsrv.lib |
|
165 |
LIBRARY estor.lib |
|
166 |
LIBRARY clkdatetimeview.lib |
|
167 |
LIBRARY timezonelocalization.lib |
|
168 |
LIBRARY clockserverclient.lib |
|
169 |
LIBRARY flogger.lib |
|
170 |
LIBRARY eikctl.lib |
|
171 |
LIBRARY mediaclientaudio.lib |
|
172 |
LIBRARY bitgdi.lib |
|
173 |
LIBRARY platformenv.lib |
|
174 |
LIBRARY mgfetch.lib |
|
175 |
LIBRARY gdi.lib |
|
176 |
LIBRARY psmclient.lib |
|
177 |
LIBRARY hlplch.lib |
|
178 |
LIBRARY iaupdateapi.lib |
|
179 |
LIBRARY featmgr.lib |
|
180 |
LIBRARY gfxtrans.lib // effect manager |
|
181 |
LIBRARY thumbnailmanager.lib |
|
182 |
LIBRARY ws32.lib |
|
183 |
LIBRARY touchfeedback.lib |
|
184 |
||
185 |
// End of file |