|
1 /* |
|
2 * Copyright (c) 2005 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 GSPDataPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 CAPABILITY CAP_ECOM_PLUGIN |
|
22 TARGET gspdataplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x1020724F |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH Src |
|
28 SOURCE GSPDataPlugin.cpp |
|
29 SOURCE GSPDataPluginImplementationTable.cpp |
|
30 |
|
31 USERINCLUDE ../Logger |
|
32 USERINCLUDE Data |
|
33 USERINCLUDE ../Data |
|
34 USERINCLUDE Inc |
|
35 USERINCLUDE loc |
|
36 |
|
37 // System Includes |
|
38 |
|
39 SYSTEMINCLUDE /epoc32/include/ecom |
|
40 SYSTEMINCLUDE /epoc32/include/cshelp |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 SOURCEPATH Data |
|
44 |
|
45 //ECOM resource definition |
|
46 START RESOURCE 1020724F.rss |
|
47 TARGET gspdataplugin.rsc |
|
48 TARGETPATH ECOM_RESOURCE_DIR |
|
49 END // ECOM resource definition |
|
50 |
|
51 //PData resources |
|
52 START RESOURCE GSPDataPluginRsc.rss |
|
53 DEPENDS gsapp.rsg |
|
54 HEADER |
|
55 TARGETPATH RESOURCE_FILES_DIR |
|
56 LANGUAGE_IDS |
|
57 END // PData resources |
|
58 |
|
59 |
|
60 LIBRARY aknskins.lib // AknsUtils.h |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY commdb.lib |
|
64 LIBRARY commonengine.lib // RConeResourceLoader |
|
65 LIBRARY cone.lib |
|
66 LIBRARY ecom.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY egul.lib // CGulIcon |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY etel.lib // RPhone |
|
72 LIBRARY etelpckt.lib // RPacketService |
|
73 LIBRARY euser.lib |
|
74 LIBRARY featmgr.lib // FeatureManager |
|
75 LIBRARY flogger.lib // RFileLogger |
|
76 LIBRARY gsecomplugin.lib |
|
77 LIBRARY gsframework.lib // Base classes |
|
78 LIBRARY gslistbox.lib // CGSListBoxItemTextArray |
|
79 LIBRARY hlplch.lib // HlpLauncher |
|
80 |
|
81 //Documents. Defining these is optional. Used only by IDE's file browser. |
|
82 SOURCEPATH Data |
|
83 DOCUMENT 1020724F.rss |
|
84 DOCUMENT GSPDataPluginRsc.rss |
|
85 |
|
86 SOURCEPATH Inc |
|
87 |
|
88 |
|
89 |
|
90 // End of File |