|
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 GSPDataAccessPointPlugin. |
|
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 gspdataaccesspointplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x10282DC5 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH src |
|
28 SOURCE GSPDataAccessPointModel.cpp |
|
29 SOURCE GSPDataAccessPointPlugin.cpp |
|
30 SOURCE GSPDataAccessPointPluginImplementationTable.cpp |
|
31 |
|
32 USERINCLUDE ../Logger |
|
33 USERINCLUDE data |
|
34 USERINCLUDE ../Data |
|
35 USERINCLUDE inc |
|
36 USERINCLUDE loc |
|
37 |
|
38 // System Includes |
|
39 |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 SYSTEMINCLUDE /epoc32/include/cshelp |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 SOURCEPATH data |
|
45 |
|
46 //ECOM resource definition |
|
47 START RESOURCE 10282DC5.rss |
|
48 TARGET gspdataaccesspointplugin.rsc |
|
49 TARGETPATH ECOM_RESOURCE_DIR |
|
50 END // ECOM resource definition |
|
51 |
|
52 //PDataAccessPoint resources |
|
53 START RESOURCE GSPDataAccessPointPluginRsc.rss |
|
54 DEPENDS gsapp.rsg |
|
55 HEADER |
|
56 TARGETPATH RESOURCE_FILES_DIR |
|
57 LANGUAGE_IDS |
|
58 END // PDataAccessPoint resources |
|
59 |
|
60 LIBRARY aknskins.lib // AknsUtils.h |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY centralrepository.lib |
|
64 LIBRARY commdb.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 |
|
83 |
|
84 //Documents. Defining these is optional. Used only by IDE's file browser. |
|
85 SOURCEPATH data |
|
86 DOCUMENT 10282DC5.rss |
|
87 DOCUMENT GSPDataAccessPointPluginRsc.rss |
|
88 |
|
89 SOURCEPATH inc |
|
90 |
|
91 // End of File |