|
1 /* |
|
2 * Copyright (c) 2007-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: |
|
15 * keytool.exe Keytool implementation |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 TARGET keytool.exe |
|
27 TARGETTYPE exe |
|
28 // KUidSecurityKeytool |
|
29 UID 0x10000079 0x10281c32 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 CAPABILITY ReadUserData WriteUserData WriteDeviceData |
|
33 |
|
34 SOURCEPATH . |
|
35 |
|
36 SOURCE keytool.cpp keytool_utils.cpp |
|
37 SOURCE keytool_controller.cpp |
|
38 SOURCE keytool_engine.cpp |
|
39 SOURCE keytool_view_imp.cpp |
|
40 SOURCE keytool_command.cpp |
|
41 SOURCE keytool_list.cpp keytool_import.cpp |
|
42 SOURCE keytool_remove.cpp |
|
43 SOURCE keytool_params.cpp keytool_usage.cpp |
|
44 SOURCE controller.cpp |
|
45 SOURCE keytool_liststores.cpp |
|
46 SOURCE keytoolfileview.cpp |
|
47 SOURCE keytool_setpolicy.cpp |
|
48 |
|
49 START RESOURCE keytool.rss |
|
50 HEADER |
|
51 TARGETPATH /resource/apps |
|
52 END |
|
53 |
|
54 USERINCLUDE . |
|
55 USERINCLUDE ../certtool |
|
56 SYSTEMINCLUDE /epoc32/include |
|
57 |
|
58 LIBRARY euser.lib efsrv.lib |
|
59 LIBRARY certstore.lib crypto.lib |
|
60 LIBRARY ctframework.lib |
|
61 LIBRARY bafl.lib charconv.lib |
|
62 LIBRARY estor.lib |