|
1 /* |
|
2 * Copyright (c) 2003-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 specification for AppMngr2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET appmngr2.exe |
|
23 EPOCSTACKSIZE 0x5000 |
|
24 TARGETTYPE exe |
|
25 UID 0x100039CE 0x101F8512 |
|
26 |
|
27 CAPABILITY CAP_APPLICATION AllFiles ProtServ TrustedUI |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE appmngr2app.cpp |
|
32 SOURCE appmngr2appui.cpp |
|
33 SOURCE appmngr2document.cpp |
|
34 SOURCE appmngr2model.cpp |
|
35 SOURCE appmngr2pluginholder.cpp |
|
36 SOURCE appmngr2listview.cpp |
|
37 SOURCE appmngr2installedview.cpp |
|
38 SOURCE appmngr2packagesview.cpp |
|
39 SOURCE appmngr2listcontainer.cpp |
|
40 SOURCE appmngr2installedcontainer.cpp |
|
41 SOURCE appmngr2packagescontainer.cpp |
|
42 SOURCE appmngr2scanner.cpp |
|
43 SOURCE appmngr2scannerdir.cpp |
|
44 SOURCE appmngr2filerecognizer.cpp |
|
45 SOURCE appmngr2infoarray.cpp |
|
46 SOURCE appmngr2appinfoarray.cpp |
|
47 SOURCE appmngr2packageinfoarray.cpp |
|
48 SOURCE appmngr2infomaker.cpp |
|
49 SOURCE appmngr2appinfomaker.cpp |
|
50 SOURCE appmngr2packageinfomaker.cpp |
|
51 SOURCE appmngr2log.cpp |
|
52 SOURCE appmngr2logpopuplist.cpp |
|
53 SOURCE appmngr2logdatabase.cpp |
|
54 SOURCE appmngr2logdatabaseentry.cpp |
|
55 |
|
56 START RESOURCE ../data/appmngr2.rss |
|
57 HEADER |
|
58 TARGETPATH APP_RESOURCE_DIR |
|
59 LANGUAGE_IDS |
|
60 END |
|
61 |
|
62 START RESOURCE ../aif/appmngr2_reg.rss |
|
63 DEPENDS AppMngr2.rsg |
|
64 TARGETPATH /private/10003a3f/apps |
|
65 END |
|
66 |
|
67 USERINCLUDE ../inc |
|
68 |
|
69 APP_LAYER_SYSTEMINCLUDE |
|
70 |
|
71 LIBRARY euser.lib // Base |
|
72 LIBRARY apparc.lib // App Framework |
|
73 LIBRARY cone.lib // App Framework |
|
74 LIBRARY apgrfx.lib // App Framework |
|
75 LIBRARY apmime.lib // App Framework (TDataType) |
|
76 LIBRARY avkon.lib // S60 UI Framework |
|
77 LIBRARY eikcore.lib // S60 UI Framework |
|
78 LIBRARY eikcoctl.lib // S60 UI Framework |
|
79 LIBRARY eikctl.lib // S60 UI Framework |
|
80 LIBRARY efsrv.lib // File Server |
|
81 LIBRARY ws32.lib // Window Server |
|
82 LIBRARY bafl.lib // Descriptor arrays |
|
83 LIBRARY commonengine.lib // StringLoader |
|
84 LIBRARY featmgr.lib // FeatureManager |
|
85 LIBRARY hlplch.lib // HlpLauncher |
|
86 LIBRARY aknskins.lib // AknsUtils |
|
87 LIBRARY egul.lib // CGulIcon |
|
88 LIBRARY centralrepository.lib // CRepository |
|
89 LIBRARY edbms.lib // DBMS Database (for log) |
|
90 LIBRARY platformenv.lib // DriveInfo |
|
91 LIBRARY appmngr2pluginapi.lib // AppMngr2 Runtime API |
|
92 LIBRARY ecom.lib // ECom |
|
93 LIBRARY caf.lib // Content Access Framework |
|
94 |
|
95 DEBUGLIBRARY flogger.lib // RFileLogger |
|
96 |
|
97 SMPSAFE |
|
98 |