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 DevEncUi. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../common/DevEncUids.hrh" |
|
21 |
|
22 TARGET devencui.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x0 KDevEncUiUid |
|
25 //EPOCSTACKSIZE 0x5000 |
|
26 |
|
27 VENDORID KDevEncNokiaVID |
|
28 CAPABILITY CAP_GENERAL_DLL CAP_APPLICATION WriteDeviceData DiskAdmin -DRM |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE DevEncUi.cpp |
|
32 SOURCE DevEncUiApplication.cpp |
|
33 SOURCE DevEncUiAppui.cpp |
|
34 SOURCE DevEncUiCreateKeyProcess.cpp |
|
35 SOURCE DevEncUiDecrView.cpp |
|
36 SOURCE DevEncUiDecrViewContainer.cpp |
|
37 SOURCE DevEncUiDocument.cpp |
|
38 SOURCE DevEncUiEncrView.cpp |
|
39 SOURCE DevEncUiEncrViewContainer.cpp |
|
40 SOURCE DevEncUiEncryptionOperator.cpp |
|
41 SOURCE DevEncUiFileManager.cpp |
|
42 SOURCE DevEncUiMainView.cpp |
|
43 SOURCE DevEncUiMainViewContainer.cpp |
|
44 SOURCE DevEncUiMemoryEntity.cpp |
|
45 SOURCE DevEncUiSecretMinMaxCodeQuery.cpp |
|
46 SOURCE DevEncUiSettingItemList.cpp |
|
47 SOURCE DevEncUiTimer.cpp |
|
48 |
|
49 SOURCEPATH ../../common |
|
50 SOURCE DevEncLog.cpp |
|
51 |
|
52 SOURCEPATH ../data |
|
53 |
|
54 START RESOURCE DevEncUi.rss |
|
55 HEADER |
|
56 TARGETPATH APP_RESOURCE_DIR |
|
57 LANGUAGE_IDS |
|
58 END //RESOURCE |
|
59 |
|
60 START RESOURCE DevEncUi_reg.rss |
|
61 DEPENDS devencui.rsg |
|
62 HEADER |
|
63 TARGETPATH /private/10003a3f/apps |
|
64 END //RESOURCE |
|
65 |
|
66 USERINCLUDE ../inc |
|
67 USERINCLUDE ../../common |
|
68 |
|
69 APP_LAYER_SYSTEMINCLUDE |
|
70 |
|
71 SYSTEMINCLUDE /epoc32/include/platform/mw/uikon |
|
72 |
|
73 LIBRARY aknicon.lib |
|
74 LIBRARY aknnotify.lib |
|
75 LIBRARY aknskins.lib |
|
76 LIBRARY aknskinsrv.lib |
|
77 LIBRARY aknswallpaperutils.lib |
|
78 LIBRARY apparc.lib |
|
79 LIBRARY avkon.lib |
|
80 LIBRARY bafl.lib |
|
81 LIBRARY centralrepository.lib |
|
82 LIBRARY charconv.lib |
|
83 LIBRARY commonengine.lib |
|
84 LIBRARY cone.lib |
|
85 LIBRARY devenccommonutils.lib |
|
86 LIBRARY efsrv.lib |
|
87 LIBRARY egul.lib |
|
88 LIBRARY eikcoctl.lib |
|
89 LIBRARY eikcore.lib |
|
90 LIBRARY eikctl.lib |
|
91 LIBRARY eikdlg.lib |
|
92 LIBRARY eiksrv.lib |
|
93 LIBRARY estor.lib |
|
94 LIBRARY euser.lib |
|
95 LIBRARY hlplch.lib // Help launcher |
|
96 LIBRARY platformenv.lib // for system path literals |
|
97 LIBRARY secui.lib |
|
98 LIBRARY ws32.lib |
|
99 LIBRARY terminalcontrol.lib |
|
100 DEBUGLIBRARY flogger.lib |
|
101 |
|
102 // End of File |
|