1 /* |
|
2 * Copyright (c) 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: Project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGET gsnetworkplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x102824A7 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 |
|
30 SOURCEPATH Src |
|
31 SOURCE GSNetworkPluginImplementationTable.cpp |
|
32 SOURCE GSNetworkPluginContainer.cpp |
|
33 SOURCE GSNetworkPlugin.cpp |
|
34 SOURCE GSNetworkPluginModel.cpp |
|
35 SOURCE GSNetworkDebugHelper.cpp |
|
36 |
|
37 #ifdef FF_POWER_SAVE |
|
38 SOURCE GSNetworkPluginAO.cpp |
|
39 SOURCE PSMNetworkPlugin.cpp |
|
40 #endif //#ifdef FF_POWER_SAVE |
|
41 |
|
42 //User include paths |
|
43 USERINCLUDE Inc |
|
44 USERINCLUDE Data // For *.rh |
|
45 USERINCLUDE loc |
|
46 USERINCLUDE ../Data |
|
47 USERINCLUDE ../Logger |
|
48 USERINCLUDE ../GSTelPlugin/Inc |
|
49 USERINCLUDE ../Cenrep |
|
50 |
|
51 //System include paths |
|
52 SYSTEMINCLUDE /epoc32/include/ecom |
|
53 // Default system include paths for middleware layer modules. |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 SOURCEPATH Data |
|
57 |
|
58 START RESOURCE 102824A7.rss |
|
59 TARGET gsnetworkplugin.rsc |
|
60 END |
|
61 |
|
62 START RESOURCE GsNetworkPluginRsc.rss |
|
63 DEPENDS gsapp.rsg |
|
64 HEADER |
|
65 TARGETPATH RESOURCE_FILES_DIR |
|
66 LANGUAGE_IDS |
|
67 END |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY ecom.lib |
|
71 LIBRARY efsrv.lib |
|
72 LIBRARY avkon.lib |
|
73 LIBRARY bafl.lib |
|
74 LIBRARY cone.lib |
|
75 LIBRARY eikcoctl.lib |
|
76 LIBRARY eikcore.lib |
|
77 LIBRARY egul.lib |
|
78 LIBRARY eikdlg.lib // eikon dialogs |
|
79 LIBRARY ws32.lib |
|
80 |
|
81 LIBRARY commonengine.lib // For RConeResourceLoader |
|
82 LIBRARY featmgr.lib // Feature manager |
|
83 LIBRARY centralrepository.lib |
|
84 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
85 LIBRARY aknskins.lib // for enhanced skinning |
|
86 |
|
87 LIBRARY aknnotify.lib // for CAknGlobalNote.h |
|
88 LIBRARY hlplch.lib // for "Help" options menu |
|
89 LIBRARY gsframework.lib // For base classes |
|
90 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
91 LIBRARY flogger.lib // For GSLogger |
|
92 LIBRARY gsecomplugin.lib |
|
93 LIBRARY phonesettings.lib |
|
94 LIBRARY apgrfx.lib |
|
95 LIBRARY etelmm.lib |
|
96 LIBRARY etel.lib |
|
97 LIBRARY networkhandling.lib //For CNWSession, TNWInfo |
|
98 #ifdef FF_POWER_SAVE |
|
99 LIBRARY psmclient.lib |
|
100 #endif // FF_POWER_SAVE |
|
101 LIBRARY customapi.lib |
|
102 // End of File |
|
103 |
|