1 /* |
|
2 * Copyright (c) 2008 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 #include <platform_paths.hrh> |
|
19 |
|
20 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET gsautokeyguardplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x200110f0 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 |
|
29 SOURCEPATH Src |
|
30 SOURCE GSAutoKeyguardPluginImplementationTable.cpp |
|
31 SOURCE GSAutoKeyguardPlugin.cpp |
|
32 SOURCE GSAutoKeyguardPluginContainer.cpp |
|
33 SOURCE GSAutoKeyguardPluginModel.cpp |
|
34 SOURCE GSPubSubsListener.cpp |
|
35 SOURCE GSAutoKeyguardPluginAutoKeyguardSettingPage.cpp |
|
36 SOURCE GSAutoKeyguardPluginAutoKeyguardTimeQuery.cpp |
|
37 |
|
38 |
|
39 //User include paths |
|
40 USERINCLUDE Inc |
|
41 USERINCLUDE Data // For *.rh |
|
42 |
|
43 USERINCLUDE ../Data |
|
44 |
|
45 //System include paths |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 |
|
49 SOURCEPATH Data |
|
50 |
|
51 START RESOURCE 200110f0.rss |
|
52 TARGET gsautokeyguardplugin.rsc |
|
53 END |
|
54 |
|
55 START RESOURCE GSAutoKeyguardPluginRsc.rss |
|
56 HEADER |
|
57 TARGETPATH RESOURCE_FILES_DIR |
|
58 LANGUAGE_IDS |
|
59 END |
|
60 |
|
61 |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY ecom.lib |
|
65 LIBRARY efsrv.lib |
|
66 LIBRARY avkon.lib |
|
67 LIBRARY bafl.lib |
|
68 LIBRARY cone.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY egul.lib |
|
72 LIBRARY eikdlg.lib // eikon dialogs |
|
73 LIBRARY flogger.lib // File logging |
|
74 LIBRARY commonengine.lib // For RConeResourceLoader |
|
75 LIBRARY featmgr.lib // Feature manager |
|
76 LIBRARY centralrepository.lib |
|
77 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
78 LIBRARY aknskins.lib // for enhanced skinning |
|
79 LIBRARY secui.lib // security |
|
80 LIBRARY etelmm.lib // security |
|
81 LIBRARY sssettings.lib // ss settings |
|
82 LIBRARY hlplch.lib // for "Help" options menu |
|
83 LIBRARY gsecomplugin.lib |
|
84 LIBRARY gsframework.lib // For base classes |
|
85 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
86 |
|
87 // End of File |
|