|
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 gsvmbxplugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 CAPABILITY CAP_ECOM_PLUGIN |
|
22 TARGET gsvmbxplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x2000B4D6 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE gsvmbxplugin.cpp |
|
29 SOURCE gsvmbxpluginimplementationtable.cpp |
|
30 |
|
31 USERINCLUDE ../data |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../inc // logger |
|
34 |
|
35 SYSTEMINCLUDE . |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 |
|
38 // Default system include paths for application layer modules. |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 SOURCEPATH ../data |
|
42 |
|
43 // ECOM resource definition |
|
44 START RESOURCE 2000B4D6.rss |
|
45 TARGET gsvmbxplugin.rsc |
|
46 TARGETPATH ECOM_RESOURCE_DIR |
|
47 END // ECOM resource definition |
|
48 |
|
49 // Plugin resource definition |
|
50 START RESOURCE gsvmbxpluginrsc.rss |
|
51 DEPENDS avkon.rsg |
|
52 DEPENDS eikcore.rsg |
|
53 TARGETPATH RESOURCE_FILES_DIR |
|
54 HEADER |
|
55 LANGUAGE_IDS |
|
56 END // Plugin resource definition |
|
57 |
|
58 |
|
59 LIBRARY aknskins.lib // AknsUtils.h |
|
60 LIBRARY apgrfx.lib // RApaLsSession |
|
61 LIBRARY apparc.lib |
|
62 LIBRARY avkon.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY commonengine.lib // RConeResourceLoader |
|
65 LIBRARY cone.lib |
|
66 LIBRARY ecom.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY euser.lib |
|
70 LIBRARY GSEcomPlugin.lib |
|
71 LIBRARY GSFramework.lib // Base classes |
|
72 LIBRARY ws32.lib |
|
73 LIBRARY flogger.lib |
|
74 |
|
75 SOURCEPATH ../loc |
|
76 DOCUMENT gsvmbxplugin.loc |
|
77 |
|
78 |
|
79 // End of File |