|
1 /* |
|
2 * Copyright (c) 2001-2009 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 the License "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: This is project specification file for the WPASecuritySettingsUI. |
|
15 * |
|
16 */ |
|
17 |
|
18 /* |
|
19 * %version: tr1cfwln#20 % |
|
20 */ |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 TARGET WPASecuritySettingsUI.dll |
|
26 TARGETTYPE DLL |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 |
|
32 START RESOURCE ../data/WPASecuritySettingsUI.rss |
|
33 HEADER |
|
34 TARGETPATH RESOURCE_FILES_DIR |
|
35 LANGUAGE_IDS |
|
36 END // RESOURCE |
|
37 |
|
38 |
|
39 SOURCEPATH ../src |
|
40 |
|
41 SOURCE WPASecuritySettings.cpp |
|
42 SOURCE WPASecuritySettingsImpl.cpp |
|
43 SOURCE WPASecuritySettingsUI.cpp |
|
44 SOURCE WPASecuritySettingsUiImpl.cpp |
|
45 SOURCE WPASecuritySettingsDlg.cpp |
|
46 SOURCE WPASecuritySettingsUiPanic.cpp |
|
47 |
|
48 // Component specific internal headers |
|
49 USERINCLUDE ../inc |
|
50 |
|
51 //Macro to /epoc32 headers |
|
52 MW_LAYER_SYSTEMINCLUDE |
|
53 APP_LAYER_SYSTEMINCLUDE |
|
54 |
|
55 LIBRARY FeatMgr.lib |
|
56 LIBRARY hlplch.lib |
|
57 LIBRARY euser.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY eikcore.lib |
|
60 LIBRARY eikcoctl.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY eikdlg.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY commdb.lib |
|
66 LIBRARY ecom.lib |
|
67 LIBRARY commsdat.lib |
|
68 |
|
69 DEBUGLIBRARY flogger.lib |
|
70 |
|
71 #if defined(ARMCC) |
|
72 DEFFILE ../eabi/WPASecuritySettingsUI_EKA2_ALR.def |
|
73 #elif defined( WINSCW ) |
|
74 DEFFILE ../bwinscw/WPASecuritySettingsUI_EKA2_ALR.def |
|
75 #endif |
|
76 |
|
77 // End of File |