1 /* |
|
2 * Copyright (c) 2007-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 file for AppMngr2 GS Installed plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET appmngr2gsinstalledplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x10282D8E |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../GSInstalledPlugin/src |
|
30 SOURCE appmngr2gsinstalledplugin.cpp |
|
31 SOURCE appmngr2gsinstalledpluginmain.cpp |
|
32 |
|
33 START RESOURCE ../data/10282d8e.rss |
|
34 TARGET appmngr2gsinstalledplugin.rsc |
|
35 TARGETPATH ECOM_RESOURCE_DIR |
|
36 END |
|
37 |
|
38 START RESOURCE ../data/appmngr2gsinstalledpluginrsc.rss |
|
39 HEADER |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 LANGUAGE_IDS |
|
42 END |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../GSInstalledPlugin/inc |
|
46 |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY euser.lib // Base |
|
50 LIBRARY ecom.lib // ECom |
|
51 LIBRARY gsecomplugin.lib // CGSPluginInterface |
|
52 LIBRARY apparc.lib // App Framework |
|
53 LIBRARY cone.lib // App Framework |
|
54 LIBRARY apgrfx.lib // App Framework (RApaLsSession) |
|
55 LIBRARY avkon.lib // S60 UI Framework |
|
56 LIBRARY eikcoctl.lib // S60 UI Framework |
|
57 LIBRARY eikcore.lib // S60 UI Framework |
|
58 LIBRARY efsrv.lib // File Server |
|
59 LIBRARY ws32.lib // Window Server |
|
60 LIBRARY bafl.lib // BaflUtils |
|
61 LIBRARY commonengine.lib // RConeResourceLoader |
|
62 LIBRARY aknskins.lib // AknsUtils |
|
63 |
|
64 DEBUGLIBRARY flogger.lib // RFileLogger |
|
65 |
|
66 SMPSAFE |
|
67 |
|