|
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 deviceencryptiongsplugin. |
|
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 devencgsplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x200255CF // dll uid is 0x200255CF |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE devencgsplugin.cpp |
|
30 SOURCE devencgspluginImplementationTable.cpp |
|
31 |
|
32 USERINCLUDE ../data |
|
33 USERINCLUDE ../inc |
|
34 |
|
35 SYSTEMINCLUDE . |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 |
|
38 // Default system include paths for application layer modules. |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 SOURCEPATH ../data |
|
42 |
|
43 //ECOM resource definition |
|
44 START RESOURCE 200255CF.rss |
|
45 TARGET devencgsplugin.rsc |
|
46 TARGETPATH ECOM_RESOURCE_DIR |
|
47 END |
|
48 |
|
49 // Gsplugin caption |
|
50 START RESOURCE devencgspluginrsc.rss |
|
51 HEADER |
|
52 TARGETPATH RESOURCE_FILES_DIR |
|
53 LANGUAGE_IDS |
|
54 END // Gsplugin caption |
|
55 |
|
56 |
|
57 LIBRARY apparc.lib |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY commonengine.lib // RConeResourceLoader |
|
61 LIBRARY cone.lib |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY egul.lib |
|
65 LIBRARY eikcoctl.lib |
|
66 LIBRARY eikcore.lib |
|
67 LIBRARY euser.lib |
|
68 LIBRARY featmgr.lib |
|
69 LIBRARY gsecomplugin.lib |
|
70 LIBRARY gsframework.lib // Base classes |
|
71 LIBRARY ws32.lib |
|
72 LIBRARY aknskins.lib // AknsUtils.h |
|
73 LIBRARY apgrfx.lib // RApaLsSession |
|
74 LIBRARY servicehandler.lib // For AIW |
|
75 |
|
76 DEBUGLIBRARY flogger.lib |
|
77 |
|
78 // End of File |