|
1 /* |
|
2 * Copyright (c) 2005 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 GSProfilesPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET gsprofilesplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x10283386 // dll uid is 0x10283386 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE GSProfilesPlugin.cpp |
|
30 SOURCE GSProfilesPluginImplementationTable.cpp |
|
31 |
|
32 USERINCLUDE ../data |
|
33 USERINCLUDE ../inc |
|
34 |
|
35 SYSTEMINCLUDE . |
|
36 SYSTEMINCLUDE /epoc32/include/cshelp |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 |
|
39 // Default system include paths for application layer modules. |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 SOURCEPATH ../data |
|
43 |
|
44 //ECOM resource definition |
|
45 START RESOURCE 10283386.rss |
|
46 TARGET gsprofilesplugin.rsc |
|
47 TARGETPATH ECOM_RESOURCE_DIR |
|
48 END // ECOM resource definition |
|
49 |
|
50 //OperatorLogo resources |
|
51 START RESOURCE GSProfilesPluginRsc.rss |
|
52 HEADER |
|
53 TARGETPATH RESOURCE_FILES_DIR |
|
54 LANGUAGE_IDS |
|
55 END // OperatorLogo resources |
|
56 |
|
57 |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY commonengine.lib // RConeResourceLoader |
|
62 LIBRARY cone.lib |
|
63 LIBRARY ecom.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY egul.lib |
|
66 LIBRARY eikcoctl.lib |
|
67 LIBRARY eikcore.lib |
|
68 LIBRARY euser.lib |
|
69 LIBRARY featmgr.lib |
|
70 LIBRARY gsecomplugin.lib |
|
71 LIBRARY gsframework.lib // Base classes |
|
72 LIBRARY ws32.lib |
|
73 LIBRARY aknskins.lib // AknsUtils.h |
|
74 LIBRARY apgrfx.lib // RApaLsSession |
|
75 LIBRARY psmclient.lib |
|
76 LIBRARY centralrepository.lib |
|
77 LIBRARY profileengine.lib // Profile engine wrapper api |
|
78 LIBRARY profileeng.lib // Profile Engine |
|
79 |
|
80 |
|
81 DEBUGLIBRARY flogger.lib |
|
82 |
|
83 // End of File |