1 /* |
|
2 * Copyright (c) 2005-2006 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: Resource file for plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET gstelplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x1020723E |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH Src |
|
29 SOURCE GSTelPluginImplementationTable.cpp |
|
30 SOURCE GSTelPlugin.cpp |
|
31 |
|
32 USERINCLUDE Inc |
|
33 USERINCLUDE Data |
|
34 USERINCLUDE ../Data |
|
35 USERINCLUDE ../Logger |
|
36 USERINCLUDE loc |
|
37 |
|
38 SYSTEMINCLUDE /epoc32/include/ecom |
|
39 // Default system include paths for middleware layer modules. |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 SOURCEPATH Data |
|
43 |
|
44 START RESOURCE 1020723E.rss |
|
45 TARGET gstelplugin.rsc |
|
46 END |
|
47 |
|
48 // View resources |
|
49 START RESOURCE GSTelPluginRsc.rss |
|
50 DEPENDS gsapp.rsg |
|
51 HEADER |
|
52 TARGETPATH RESOURCE_FILES_DIR |
|
53 LANGUAGE_IDS |
|
54 END // View resources |
|
55 |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY avkon.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY cone.lib |
|
63 LIBRARY eikcoctl.lib |
|
64 LIBRARY eikcore.lib |
|
65 LIBRARY commonengine.lib// For RConeResourceLoader |
|
66 LIBRARY gsecomplugin.lib |
|
67 LIBRARY gsframework.lib |
|
68 LIBRARY aknskins.lib // AknsUtils.h |
|
69 LIBRARY flogger.lib // For GSLogger |
|
70 LIBRARY featmgr.lib // feature manager |
|
71 |
|
72 //Documents. Defining these is optional. Used only by IDE's file browser. |
|
73 SOURCEPATH Data |
|
74 DOCUMENT GSTelPluginRsc.rss |
|
75 |
|
76 SOURCEPATH Inc |
|
77 |
|
78 // End of File |
|