|
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 adtupdater. |
|
15 * |
|
16 */ |
|
17 |
|
18 // System includes |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 // Target information |
|
23 TARGET adtupdater.exe |
|
24 TARGETTYPE exe |
|
25 TARGETPATH /sys/bin |
|
26 |
|
27 // Uid and Capability information |
|
28 UID 0x100039CE 0x2001114C |
|
29 CAPABILITY CAP_APPLICATION AllFiles SwEvent |
|
30 |
|
31 // Stack options |
|
32 EPOCSTACKSIZE 0x10000 |
|
33 |
|
34 // Source information |
|
35 SOURCEPATH ../src |
|
36 SOURCE adtupdater.cpp |
|
37 SOURCE adtupdaterapplication.cpp |
|
38 SOURCE adtupdaterappui.cpp |
|
39 SOURCE adtupdaterdocument.cpp |
|
40 SOURCE adtupdatercontainer.cpp |
|
41 SOURCE adtupdaterlistener.cpp |
|
42 SOURCE adtupdaterquerydialog.cpp |
|
43 SOURCE adtupdaterpopuplist.cpp |
|
44 |
|
45 // System include information |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 // User include information |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../../../clockengines/clockserver/client/inc |
|
51 USERINCLUDE ../../../clockengines/inc |
|
52 USERINCLUDE ../../../clockengines/clocktimezoneresolver/inc |
|
53 |
|
54 // Resource information |
|
55 START RESOURCE ../data/adtupdater.rss |
|
56 HEADER |
|
57 TARGETPATH APP_RESOURCE_DIR |
|
58 TARGET adtupdater.rsc |
|
59 LANGUAGE_IDS |
|
60 END |
|
61 |
|
62 START RESOURCE ../data/adtupdater_loc.rss |
|
63 TARGETPATH APP_RESOURCE_DIR |
|
64 LANGUAGE_IDS |
|
65 END |
|
66 |
|
67 START RESOURCE ../data/adtupdater_reg.rss |
|
68 TARGETPATH /private/10003a3f/import/apps |
|
69 END |
|
70 |
|
71 // Library information |
|
72 LIBRARY euser.lib |
|
73 LIBRARY avkon.lib |
|
74 LIBRARY cone.lib |
|
75 LIBRARY apparc.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY eikcore.lib |
|
78 LIBRARY eikcoctl.lib |
|
79 LIBRARY eikctl.lib |
|
80 LIBRARY eikdlg.lib |
|
81 LIBRARY eiksrv.lib |
|
82 LIBRARY aknskins.lib |
|
83 LIBRARY aknskinsrv.lib |
|
84 LIBRARY aknswallpaperutils.lib |
|
85 LIBRARY aknnotify.lib |
|
86 LIBRARY commonengine.lib |
|
87 LIBRARY clockserverclient.lib |
|
88 LIBRARY timezonelocalization.lib |
|
89 LIBRARY tzclient.lib |
|
90 LIBRARY apgrfx.lib |
|
91 LIBRARY ws32.lib |
|
92 LIBRARY flogger.lib |
|
93 LIBRARY centralrepository.lib |
|
94 LIBRARY clocktimezoneresolver.lib |
|
95 LIBRARY starterclient.lib |
|
96 LIBRARY eiksrvui.lib // To supress the application key |
|
97 |
|
98 // End of file |