1 /* |
|
2 * Copyright (c) 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: Project specification file for GSPDataHSDPAPlugin. |
|
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 gspdatahsdpaplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x10282DC7 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH src |
|
28 SOURCE GSPDataHSDPAModel.cpp |
|
29 SOURCE GSPDataHSDPAPlugin.cpp |
|
30 SOURCE GSPDataHSDPAPluginImplementationTable.cpp |
|
31 |
|
32 USERINCLUDE ../Logger |
|
33 USERINCLUDE ../Cenrep |
|
34 USERINCLUDE data |
|
35 USERINCLUDE ../Data |
|
36 USERINCLUDE inc |
|
37 USERINCLUDE loc |
|
38 |
|
39 // System Includes |
|
40 |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 SYSTEMINCLUDE /epoc32/include/cshelp |
|
43 APP_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 SOURCEPATH data |
|
46 |
|
47 //ECOM resource definition |
|
48 START RESOURCE 10282DC7.rss |
|
49 TARGET gspdatahsdpaplugin.rsc |
|
50 TARGETPATH ECOM_RESOURCE_DIR |
|
51 END // ECOM resource definition |
|
52 |
|
53 //PDataHSDPA resources |
|
54 START RESOURCE GSPDataHSDPAPluginRsc.rss |
|
55 DEPENDS gsapp.rsg |
|
56 HEADER |
|
57 TARGETPATH RESOURCE_FILES_DIR |
|
58 LANGUAGE_IDS |
|
59 END // PDataHSDPA resources |
|
60 |
|
61 LIBRARY aknskins.lib // AknsUtils.h |
|
62 LIBRARY avkon.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY centralrepository.lib |
|
65 LIBRARY commonengine.lib // RConeResourceLoader |
|
66 LIBRARY cone.lib |
|
67 LIBRARY ecom.lib |
|
68 LIBRARY efsrv.lib |
|
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 LIBRARY apgrfx.lib |
|
81 LIBRARY centralrepository.lib |
|
82 LIBRARY customapi.lib |
|
83 LIBRARY etelmm.lib |
|
84 LIBRARY profileeng.lib |
|
85 LIBRARY profileengine.lib |
|
86 #ifdef RD_STARTUP_CHANGE |
|
87 LIBRARY starterclient.lib |
|
88 #endif |
|
89 |
|
90 //Documents. Defining these is optional. Used only by IDE's file browser. |
|
91 SOURCEPATH data |
|
92 DOCUMENT 10282DC7.rss |
|
93 DOCUMENT GSPDataHSDPAPluginRsc.rss |
|
94 |
|
95 SOURCEPATH inc |
|
96 |
|
97 // End of File |
|