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. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../Logger/GsLoggingConfiguration.h" |
|
20 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
21 |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 TARGET gssecurityplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x1020743A |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH Src |
|
32 SOURCE GSSecurityPluginImplementationTable.cpp |
|
33 SOURCE GSSecurityPlugin.cpp |
|
34 |
|
35 |
|
36 //User include paths |
|
37 USERINCLUDE Inc |
|
38 USERINCLUDE Data // For *.rh |
|
39 USERINCLUDE loc |
|
40 USERINCLUDE ../Data |
|
41 USERINCLUDE ../Logger |
|
42 |
|
43 //System include paths |
|
44 SYSTEMINCLUDE /epoc32/include/ecom |
|
45 // Default system include paths for middleware layer modules. |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 SOURCEPATH Data |
|
49 |
|
50 START RESOURCE 1020743A.rss |
|
51 TARGET gssecurityplugin.rsc |
|
52 END |
|
53 |
|
54 START RESOURCE GSSecurityPluginRsc.rss |
|
55 DEPENDS gsapp.rsg |
|
56 HEADER |
|
57 TARGETPATH RESOURCE_FILES_DIR |
|
58 LANGUAGE_IDS |
|
59 END |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY cone.lib |
|
67 LIBRARY eikcoctl.lib |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY egul.lib |
|
70 LIBRARY flogger.lib // File logging |
|
71 |
|
72 LIBRARY commonengine.lib // For RConeResourceLoader |
|
73 LIBRARY featmgr.lib // Feature manager |
|
74 LIBRARY centralrepository.lib |
|
75 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
76 LIBRARY aknskins.lib // for enhanced skinning |
|
77 LIBRARY gsecomplugin.lib |
|
78 LIBRARY hlplch.lib // for "Help" options menu |
|
79 LIBRARY gsframework.lib // For base classes |
|
80 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
81 |
|
82 // End of File |
|