|
1 /* |
|
2 * Copyright (c) 2005-2007 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: This is project specification file for GS XDMPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 TARGET gsxdmplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x10207428 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE XDMPluginImplementationTable.cpp |
|
32 SOURCE XDMPlugin.cpp |
|
33 SOURCE XDMPluginContainer.cpp |
|
34 SOURCE SettingsData.cpp |
|
35 SOURCE XDMPluginSettinglist.cpp |
|
36 SOURCE XDMPluginSLContainer.cpp |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../data |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 |
|
44 SOURCEPATH ../data |
|
45 |
|
46 //ECOM resource definition |
|
47 START RESOURCE 10207428.rss |
|
48 TARGET gsxdmplugin.rsc |
|
49 END // ECOM resource definition |
|
50 |
|
51 //XDMPlugin resources |
|
52 START RESOURCE XDMPluginRsc.rss |
|
53 HEADER |
|
54 TARGETPATH RESOURCE_FILES_DIR |
|
55 LANGUAGE_IDS |
|
56 END // XDMPlugin resources |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY ecom.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY cone.lib |
|
64 LIBRARY eikcoctl.lib |
|
65 LIBRARY eikcore.lib |
|
66 LIBRARY eikctl.lib |
|
67 LIBRARY commonengine.lib//For RConeResourceLoader |
|
68 |
|
69 LIBRARY egul.lib // CGulIcon |
|
70 LIBRARY aknskins.lib // AknsUtils.h |
|
71 LIBRARY apsettingshandlerui.lib // access point UI |
|
72 LIBRARY commdb.lib |
|
73 LIBRARY apengine.lib //AP engine |
|
74 LIBRARY xdmsettingsapi.lib |
|
75 LIBRARY gsecomplugin.lib //GS Ecom plugin |
|
76 LIBRARY agentdialog.lib // To show access points only in emulator |
|
77 |
|
78 LIBRARY featmgr.lib // Feature Manager |
|
79 LIBRARY hlplch.lib // HlpLauncher |
|
80 |
|
81 // This is optional - used only by Codewarrior for convenience. |
|
82 DOCUMENT 10207428.rss |
|
83 // End of File |