sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Cryptotoken-based software implementation of a keystore
|
sl@0
|
16 |
* filetokens
|
sl@0
|
17 |
*
|
sl@0
|
18 |
*/
|
sl@0
|
19 |
|
sl@0
|
20 |
|
sl@0
|
21 |
/**
|
sl@0
|
22 |
@file
|
sl@0
|
23 |
*/
|
sl@0
|
24 |
|
sl@0
|
25 |
PRJ_PLATFORMS
|
sl@0
|
26 |
DEFAULT
|
sl@0
|
27 |
|
sl@0
|
28 |
PRJ_EXPORTS
|
sl@0
|
29 |
|
sl@0
|
30 |
../Inc/CFSTokenTypeClient.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cfstokentypeclient.h)
|
sl@0
|
31 |
../Inc/certstorepatchdata.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(certstorepatchdata.h)
|
sl@0
|
32 |
../Inc/keystore_errs.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(keystore_errs.h)
|
sl@0
|
33 |
|
sl@0
|
34 |
// ROMKIT includes
|
sl@0
|
35 |
../Inc/filetokens.iby /epoc32/rom/include/filetokens.iby
|
sl@0
|
36 |
|
sl@0
|
37 |
#ifdef SYMBIAN_AUTH_SERVER
|
sl@0
|
38 |
// file tokens cenrep file for storing the default authentication policy.
|
sl@0
|
39 |
../source/keystore/Server/200218e6.txt z:/private/10202be9/200218e6.txt
|
sl@0
|
40 |
#endif // SYMBIAN_AUTH_SERVER
|
sl@0
|
41 |
|
sl@0
|
42 |
PRJ_TESTEXPORTS
|
sl@0
|
43 |
// keystore
|
sl@0
|
44 |
|
sl@0
|
45 |
../test/tkeystore/scripts/tkeystore.script /epoc32/winscw/c/tkeystore/scripts/tkeystore.script
|
sl@0
|
46 |
../test/tkeystore/scripts/tkeystore.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore.ini
|
sl@0
|
47 |
../test/tkeystore/scripts/tkeystore2.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore2.ini
|
sl@0
|
48 |
|
sl@0
|
49 |
../test/tkeystore/scripts/oom.script /epoc32/winscw/c/tkeystore/scripts/oom.script
|
sl@0
|
50 |
../test/tkeystore/scripts/oom.ini /epoc32/winscw/c/tkeystore/scripts/oom.ini
|
sl@0
|
51 |
|
sl@0
|
52 |
../test/tkeystore/scripts/servoom.script /epoc32/winscw/c/tkeystore/scripts/servoom.script
|
sl@0
|
53 |
../test/tkeystore/scripts/servoom.ini /epoc32/winscw/c/tkeystore/scripts/servoom.ini
|
sl@0
|
54 |
|
sl@0
|
55 |
../test/tkeystore/scripts/authobjects_v2.script /epoc32/winscw/c/tkeystore/scripts/authobjects.script
|
sl@0
|
56 |
../test/tkeystore/scripts/authobjects_v2.ini /epoc32/winscw/c/tkeystore/scripts/authobjects.ini
|
sl@0
|
57 |
|
sl@0
|
58 |
../test/tkeystore/scripts/exportscript.script /epoc32/winscw/c/tkeystore/scripts/exportscript.script
|
sl@0
|
59 |
../test/tkeystore/scripts/exportscript.ini /epoc32/winscw/c/tkeystore/scripts/exportscript.ini
|
sl@0
|
60 |
|
sl@0
|
61 |
../test/tkeystore/scripts/reload.script /epoc32/winscw/c/tkeystore/scripts/reload.script
|
sl@0
|
62 |
../test/tkeystore/scripts/reload.ini /epoc32/winscw/c/tkeystore/scripts/reload.ini
|
sl@0
|
63 |
|
sl@0
|
64 |
../test/tkeystore/scripts/cancel.script /epoc32/winscw/c/tkeystore/scripts/cancel.script
|
sl@0
|
65 |
../test/tkeystore/scripts/cancel.ini /epoc32/winscw/c/tkeystore/scripts/cancel.ini
|
sl@0
|
66 |
|
sl@0
|
67 |
../test/tkeystore/scripts/buildromstore.txt /epoc32/winscw/c/tkeystore/scripts/buildromstore.txt
|
sl@0
|
68 |
../test/tkeystore/scripts/batchfiles/tkeystore_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_post.bat
|
sl@0
|
69 |
../test/tkeystore/scripts/batchfiles/tkeystore_oom_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_oom_post.bat
|
sl@0
|
70 |
../test/tkeystore/scripts/batchfiles/tkeystore_authobject_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_authobject_post.bat
|
sl@0
|
71 |
../test/tkeystore/scripts/batchfiles/tkeystore_export_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_export_post.bat
|
sl@0
|
72 |
|
sl@0
|
73 |
#ifdef SYMBIAN_AUTH_SERVER
|
sl@0
|
74 |
../test/tkeystore/scripts/authobjects_v2_useauth.script /epoc32/winscw/c/tkeystore/scripts/authobjects_useauth.script
|
sl@0
|
75 |
../test/tkeystore/scripts/authobjects_v2_useauth.ini /epoc32/winscw/c/tkeystore/scripts/authobjects_useauth.ini
|
sl@0
|
76 |
|
sl@0
|
77 |
../test/tkeystore/scripts/createoldkeystore.script /epoc32/winscw/c/tkeystore/scripts/createoldkeystore.script
|
sl@0
|
78 |
../test/tkeystore/scripts/createoldkeystore.ini /epoc32/winscw/c/tkeystore/scripts/createoldkeystore.ini
|
sl@0
|
79 |
../test/tkeystore/scripts/testnewkeystore.script /epoc32/winscw/c/tkeystore/scripts/testnewkeystore.script
|
sl@0
|
80 |
../test/tkeystore/scripts/testnewkeystore.ini /epoc32/winscw/c/tkeystore/scripts/testnewkeystore.ini
|
sl@0
|
81 |
|
sl@0
|
82 |
../test/tkeystore/scripts/oldserver_newfeature.script /epoc32/winscw/c/tkeystore/scripts/oldserver_newfeature.script
|
sl@0
|
83 |
../test/tkeystore/scripts/tkeystore_useauth.script /epoc32/winscw/c/tkeystore/scripts/tkeystore_useauth.script
|
sl@0
|
84 |
../test/tkeystore/scripts/oom_useauth.script /epoc32/winscw/c/tkeystore/scripts/oom_useauth.script
|
sl@0
|
85 |
../test/tkeystore/scripts/servoom_useauth.script /epoc32/winscw/c/tkeystore/scripts/servoom_useauth.script
|
sl@0
|
86 |
../test/tkeystore/scripts/exportscript_useauth.script /epoc32/winscw/c/tkeystore/scripts/exportscript_useauth.script
|
sl@0
|
87 |
../test/tkeystore/scripts/reload_useauth.script /epoc32/winscw/c/tkeystore/scripts/reload_useauth.script
|
sl@0
|
88 |
../test/tkeystore/scripts/cancel_useauth.script /epoc32/winscw/c/tkeystore/scripts/cancel_useauth.script
|
sl@0
|
89 |
../test/tkeystore/scripts/tkeystore_authentication1.script /epoc32/winscw/c/tkeystore/scripts/tkeystore_authentication1.script
|
sl@0
|
90 |
../test/tkeystore/scripts/tkeystore_authentication2.script /epoc32/winscw/c/tkeystore/scripts/tkeystore_authentication2.script
|
sl@0
|
91 |
../test/tkeystore/scripts/tkeystore_nouserregistered.script /epoc32/winscw/c/tkeystore/scripts/tkeystore_nouserregistered.script
|
sl@0
|
92 |
../test/tkeystore/scripts/capability_useauth.script /epoc32/winscw/c/tkeystore/scripts/capability_useauth.script
|
sl@0
|
93 |
../test/tkeystore/scripts/authenticate_useauth.script /epoc32/winscw/c/tkeystore/scripts/authenticate_useauth.script
|
sl@0
|
94 |
|
sl@0
|
95 |
../test/tkeystore/scripts/oldserver_newfeature.ini /epoc32/winscw/c/tkeystore/scripts/oldserver_newfeature.ini
|
sl@0
|
96 |
../test/tkeystore/scripts/tkeystore_useauth.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore_useauth.ini
|
sl@0
|
97 |
../test/tkeystore/scripts/oom_useauth.ini /epoc32/winscw/c/tkeystore/scripts/oom_useauth.ini
|
sl@0
|
98 |
../test/tkeystore/scripts/servoom_useauth.ini /epoc32/winscw/c/tkeystore/scripts/servoom_useauth.ini
|
sl@0
|
99 |
../test/tkeystore/scripts/exportscript_useauth.ini /epoc32/winscw/c/tkeystore/scripts/exportscript_useauth.ini
|
sl@0
|
100 |
../test/tkeystore/scripts/reload_useauth.ini /epoc32/winscw/c/tkeystore/scripts/reload_useauth.ini
|
sl@0
|
101 |
../test/tkeystore/scripts/cancel_useauth.ini /epoc32/winscw/c/tkeystore/scripts/cancel_useauth.ini
|
sl@0
|
102 |
../test/tkeystore/scripts/tkeystore_authentication1.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore_authentication1.ini
|
sl@0
|
103 |
../test/tkeystore/scripts/tkeystore_authentication2.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore_authentication2.ini
|
sl@0
|
104 |
../test/tkeystore/scripts/tkeystore_nouserregistered.ini /epoc32/winscw/c/tkeystore/scripts/tkeystore_nouserregistered.ini
|
sl@0
|
105 |
../test/tkeystore/scripts/capability_useauth.ini /epoc32/winscw/c/tkeystore/scripts/capability_useauth.ini
|
sl@0
|
106 |
../test/tkeystore/scripts/authenticate_useauth.ini /epoc32/winscw/c/tkeystore/scripts/authenticate_useauth.ini
|
sl@0
|
107 |
|
sl@0
|
108 |
../test/tkeystore/scripts/registration.ini /epoc32/winscw/c/tkeystore/scripts/registration.ini
|
sl@0
|
109 |
../test/tkeystore/scripts/reg_first_identity.script /epoc32/winscw/c/tkeystore/scripts/reg_first_identity.script
|
sl@0
|
110 |
../test/tkeystore/scripts/reg_second_identity.script /epoc32/winscw/c/tkeystore/scripts/reg_second_identity.script
|
sl@0
|
111 |
../test/tkeystore/scripts/initialize.script /epoc32/winscw/c/tkeystore/scripts/initialize.script
|
sl@0
|
112 |
|
sl@0
|
113 |
../test/tkeystore/scripts/batchfiles/epoc_keystoreusesauthserver.ini /epoc32/winscw/c/tkeystore/scripts/batchfiles/epoc_keystoreusesauthserver.ini
|
sl@0
|
114 |
../test/tkeystore/scripts/batchfiles/replace_epoc_ini.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/replace_epoc_ini.bat
|
sl@0
|
115 |
../test/tkeystore/scripts/batchfiles/restore_epoc_ini.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/restore_epoc_ini.bat
|
sl@0
|
116 |
../test/tkeystore/scripts/batchfiles/tkeystore_useauthserver_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_useauthserver_post.bat
|
sl@0
|
117 |
../test/tkeystore/scripts/batchfiles/tkeystore_useauthserver_pre.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_useauthserver_pre.bat
|
sl@0
|
118 |
../test/tkeystore/scripts/batchfiles/tkeystore_migrate_pre.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_migrate_pre.bat
|
sl@0
|
119 |
../test/tkeystore/scripts/batchfiles/tkeystore_migrate_post.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_migrate_post.bat
|
sl@0
|
120 |
../test/tkeystore/scripts/batchfiles/tkeystore_migrate_copykeys.bat /epoc32/winscw/c/tkeystore/scripts/batchfiles/tkeystore_migrate_copykeys.bat
|
sl@0
|
121 |
|
sl@0
|
122 |
#endif // SYMBIAN_AUTH_SERVER
|
sl@0
|
123 |
|
sl@0
|
124 |
// ttesttools data
|
sl@0
|
125 |
|
sl@0
|
126 |
../test/ttesttools/data/cert_addapps.txt /epoc32/winscw/c/ttesttools/data/cert_addapps.txt
|
sl@0
|
127 |
../test/ttesttools/data/cert_addapps1.txt /epoc32/winscw/c/ttesttools/data/cert_addapps1.txt
|
sl@0
|
128 |
../test/ttesttools/data/cert_addappsfail1.txt /epoc32/winscw/c/ttesttools/data/cert_addappsfail1.txt
|
sl@0
|
129 |
../test/ttesttools/data/cert_addappsfail2.txt /epoc32/winscw/c/ttesttools/data/cert_addappsfail2.txt
|
sl@0
|
130 |
../test/ttesttools/data/cert_helpfail1.txt /epoc32/winscw/c/ttesttools/data/cert_helpfail1.txt
|
sl@0
|
131 |
../test/ttesttools/data/cert_helpfail2.txt /epoc32/winscw/c/ttesttools/data/cert_helpfail2.txt
|
sl@0
|
132 |
../test/ttesttools/data/cert_helpls.txt /epoc32/winscw/c/ttesttools/data/cert_helpls.txt
|
sl@0
|
133 |
../test/ttesttools/data/cert_import1.txt /epoc32/winscw/c/ttesttools/data/cert_import1.txt
|
sl@0
|
134 |
../test/ttesttools/data/cert_import2.txt /epoc32/winscw/c/ttesttools/data/cert_import2.txt
|
sl@0
|
135 |
../test/ttesttools/data/cert_import3.txt /epoc32/winscw/c/ttesttools/data/cert_import3.txt
|
sl@0
|
136 |
../test/ttesttools/data/cert_import4.txt /epoc32/winscw/c/ttesttools/data/cert_import4.txt
|
sl@0
|
137 |
../test/ttesttools/data/cert_importfail1.txt /epoc32/winscw/c/ttesttools/data/cert_importfail1.txt
|
sl@0
|
138 |
../test/ttesttools/data/cert_importfail2.txt /epoc32/winscw/c/ttesttools/data/cert_importfail2.txt
|
sl@0
|
139 |
../test/ttesttools/data/cert_importfail3.txt /epoc32/winscw/c/ttesttools/data/cert_importfail3.txt
|
sl@0
|
140 |
../test/ttesttools/data/cert_importfail4.txt /epoc32/winscw/c/ttesttools/data/cert_importfail4.txt
|
sl@0
|
141 |
../test/ttesttools/data/cert_importfail5.txt /epoc32/winscw/c/ttesttools/data/cert_importfail5.txt
|
sl@0
|
142 |
../test/ttesttools/data/cert_list1.txt /epoc32/winscw/c/ttesttools/data/cert_list1.txt
|
sl@0
|
143 |
../test/ttesttools/data/cert_list2.txt /epoc32/winscw/c/ttesttools/data/cert_list2.txt
|
sl@0
|
144 |
../test/ttesttools/data/cert_list3.txt /epoc32/winscw/c/ttesttools/data/cert_list3.txt
|
sl@0
|
145 |
../test/ttesttools/data/cert_list4.txt /epoc32/winscw/c/ttesttools/data/cert_list4.txt
|
sl@0
|
146 |
../test/ttesttools/data/cert_listfail1.txt /epoc32/winscw/c/ttesttools/data/cert_listfail1.txt
|
sl@0
|
147 |
../test/ttesttools/data/cert_listfail2.txt /epoc32/winscw/c/ttesttools/data/cert_listfail2.txt
|
sl@0
|
148 |
../test/ttesttools/data/cert_listfail3.txt /epoc32/winscw/c/ttesttools/data/cert_listfail3.txt
|
sl@0
|
149 |
../test/ttesttools/data/cert_ls.txt /epoc32/winscw/c/ttesttools/data/cert_ls.txt
|
sl@0
|
150 |
../test/ttesttools/data/cert_lsfail.txt /epoc32/winscw/c/ttesttools/data/cert_lsfail.txt
|
sl@0
|
151 |
../test/ttesttools/data/cert_remove1.txt /epoc32/winscw/c/ttesttools/data/cert_remove1.txt
|
sl@0
|
152 |
../test/ttesttools/data/cert_remove2.txt /epoc32/winscw/c/ttesttools/data/cert_remove2.txt
|
sl@0
|
153 |
../test/ttesttools/data/cert_remove3.txt /epoc32/winscw/c/ttesttools/data/cert_remove3.txt
|
sl@0
|
154 |
../test/ttesttools/data/cert_removeapps.txt /epoc32/winscw/c/ttesttools/data/cert_removeapps.txt
|
sl@0
|
155 |
../test/ttesttools/data/cert_removeappsfail1.txt /epoc32/winscw/c/ttesttools/data/cert_removeappsfail1.txt
|
sl@0
|
156 |
../test/ttesttools/data/cert_removeappsfail2.txt /epoc32/winscw/c/ttesttools/data/cert_removeappsfail2.txt
|
sl@0
|
157 |
../test/ttesttools/data/cert_removefail.txt /epoc32/winscw/c/ttesttools/data/cert_removefail.txt
|
sl@0
|
158 |
../test/ttesttools/data/cert_setapps.txt /epoc32/winscw/c/ttesttools/data/cert_setapps.txt
|
sl@0
|
159 |
../test/ttesttools/data/cert_setapps1.txt /epoc32/winscw/c/ttesttools/data/cert_setapps1.txt
|
sl@0
|
160 |
../test/ttesttools/data/cert_import.txt /epoc32/winscw/c/ttesttools/data/cert_import.txt
|
sl@0
|
161 |
../test/ttesttools/data/cert_setappsfail1.txt /epoc32/winscw/c/ttesttools/data/cert_setappsfail1.txt
|
sl@0
|
162 |
../test/ttesttools/data/cert_setappsfail2.txt /epoc32/winscw/c/ttesttools/data/cert_setappsfail2.txt
|
sl@0
|
163 |
../test/ttesttools/data/certfail.txt /epoc32/winscw/c/ttesttools/data/certfail.txt
|
sl@0
|
164 |
../test/ttesttools/data/certhelp.txt /epoc32/winscw/c/ttesttools/data/certhelp.txt
|
sl@0
|
165 |
../test/ttesttools/data/cert_importdeletable1.txt /epoc32/winscw/c/ttesttools/data/cert_importdeletable1.txt
|
sl@0
|
166 |
../test/ttesttools/data/cert_importdeletable2.txt /epoc32/winscw/c/ttesttools/data/cert_importdeletable2.txt
|
sl@0
|
167 |
../test/ttesttools/data/cert_importdeletable3.txt /epoc32/winscw/c/ttesttools/data/cert_importdeletable3.txt
|
sl@0
|
168 |
../test/ttesttools/data/cert_removedeletable1.txt /epoc32/winscw/c/ttesttools/data/cert_removedeletable1.txt
|
sl@0
|
169 |
../test/ttesttools/data/cert_removedeletable2.txt /epoc32/winscw/c/ttesttools/data/cert_removedeletable2.txt
|
sl@0
|
170 |
|
sl@0
|
171 |
../test/ttesttools/data/corrupt.001 /epoc32/winscw/c/tkeystore/data/corrupt.001
|
sl@0
|
172 |
../test/ttesttools/data/empty.001 /epoc32/winscw/c/tkeystore/data/empty.001
|
sl@0
|
173 |
|
sl@0
|
174 |
../test/ttesttools/data/key_helpfail1.txt /epoc32/winscw/c/ttesttools/data/key_helpfail1.txt
|
sl@0
|
175 |
../test/ttesttools/data/key_helpfail2.txt /epoc32/winscw/c/ttesttools/data/key_helpfail2.txt
|
sl@0
|
176 |
../test/ttesttools/data/key_import1.txt /epoc32/winscw/c/ttesttools/data/key_import1.txt
|
sl@0
|
177 |
../test/ttesttools/data/key_import2.txt /epoc32/winscw/c/ttesttools/data/key_import2.txt
|
sl@0
|
178 |
../test/ttesttools/data/key_import3.txt /epoc32/winscw/c/ttesttools/data/key_import3.txt
|
sl@0
|
179 |
../test/ttesttools/data/key_import4.txt /epoc32/winscw/c/ttesttools/data/key_import4.txt
|
sl@0
|
180 |
../test/ttesttools/data/key_importfail1.txt /epoc32/winscw/c/ttesttools/data/key_importfail1.txt
|
sl@0
|
181 |
../test/ttesttools/data/key_importfail2.txt /epoc32/winscw/c/ttesttools/data/key_importfail2.txt
|
sl@0
|
182 |
../test/ttesttools/data/key_importfail3.txt /epoc32/winscw/c/ttesttools/data/key_importfail3.txt
|
sl@0
|
183 |
../test/ttesttools/data/key_importfail4.txt /epoc32/winscw/c/ttesttools/data/key_importfail4.txt
|
sl@0
|
184 |
../test/ttesttools/data/key_importfail5.txt /epoc32/winscw/c/ttesttools/data/key_importfail5.txt
|
sl@0
|
185 |
../test/ttesttools/data/key_list1.txt /epoc32/winscw/c/ttesttools/data/key_list1.txt
|
sl@0
|
186 |
../test/ttesttools/data/key_list2.txt /epoc32/winscw/c/ttesttools/data/key_list2.txt
|
sl@0
|
187 |
../test/ttesttools/data/key_list3.txt /epoc32/winscw/c/ttesttools/data/key_list3.txt
|
sl@0
|
188 |
../test/ttesttools/data/key_listfail1.txt /epoc32/winscw/c/ttesttools/data/key_listfail1.txt
|
sl@0
|
189 |
../test/ttesttools/data/key_listfail2.txt /epoc32/winscw/c/ttesttools/data/key_listfail2.txt
|
sl@0
|
190 |
../test/ttesttools/data/key_ls.txt /epoc32/winscw/c/ttesttools/data/key_ls.txt
|
sl@0
|
191 |
../test/ttesttools/data/key_remove.txt /epoc32/winscw/c/ttesttools/data/key_remove.txt
|
sl@0
|
192 |
../test/ttesttools/data/key_remove1.txt /epoc32/winscw/c/ttesttools/data/key_remove1.txt
|
sl@0
|
193 |
../test/ttesttools/data/key_removefail.txt /epoc32/winscw/c/ttesttools/data/key_removefail.txt
|
sl@0
|
194 |
../test/ttesttools/data/key_removeuser.txt /epoc32/winscw/c/ttesttools/data/key_removeuser.txt
|
sl@0
|
195 |
../test/ttesttools/data/key_removeuserfail1.txt /epoc32/winscw/c/ttesttools/data/key_removeuserfail1.txt
|
sl@0
|
196 |
../test/ttesttools/data/key_removeuserfail2.txt /epoc32/winscw/c/ttesttools/data/key_removeuserfail2.txt
|
sl@0
|
197 |
../test/ttesttools/data/key_setalluser.txt /epoc32/winscw/c/ttesttools/data/key_setalluser.txt
|
sl@0
|
198 |
../test/ttesttools/data/key_setalluserfail1.txt /epoc32/winscw/c/ttesttools/data/key_setalluserfail1.txt
|
sl@0
|
199 |
../test/ttesttools/data/key_setalluserfail2.txt /epoc32/winscw/c/ttesttools/data/key_setalluserfail2.txt
|
sl@0
|
200 |
../test/ttesttools/data/key_setmanager.txt /epoc32/winscw/c/ttesttools/data/key_setmanager.txt
|
sl@0
|
201 |
../test/ttesttools/data/key_setmanagerfail1.txt /epoc32/winscw/c/ttesttools/data/key_setmanagerfail1.txt
|
sl@0
|
202 |
../test/ttesttools/data/key_setmanagerfail2.txt /epoc32/winscw/c/ttesttools/data/key_setmanagerfail2.txt
|
sl@0
|
203 |
../test/ttesttools/data/key_setuser.txt /epoc32/winscw/c/ttesttools/data/key_setuser.txt
|
sl@0
|
204 |
../test/ttesttools/data/key_setuserfail1.txt /epoc32/winscw/c/ttesttools/data/key_setuserfail1.txt
|
sl@0
|
205 |
../test/ttesttools/data/key_setuserfail2.txt /epoc32/winscw/c/ttesttools/data/key_setuserfail2.txt
|
sl@0
|
206 |
../test/ttesttools/data/key_setuserhelp.txt /epoc32/winscw/c/ttesttools/data/key_setuserhelp.txt
|
sl@0
|
207 |
../test/ttesttools/data/keyfail.txt /epoc32/winscw/c/ttesttools/data/keyfail.txt
|
sl@0
|
208 |
../test/ttesttools/data/keyhelp.txt /epoc32/winscw/c/ttesttools/data/keyhelp.txt
|
sl@0
|
209 |
../test/ttesttools/data/certclients.dat /epoc32/winscw/c/ttesttools/data/certclients.dat
|
sl@0
|
210 |
|
sl@0
|
211 |
../test/ttesttools/data/pretools.bat /epoc32/winscw/c/ttesttools/data/pretools.bat
|
sl@0
|
212 |
../test/ttesttools/data/posttools.bat /epoc32/winscw/c/ttesttools/data/posttools.bat
|
sl@0
|
213 |
|
sl@0
|
214 |
../test/ttesttools/scripts/sec-filetokens-tools.script /epoc32/winscw/c/ttesttools/scripts/sec-filetokens-tools.script
|
sl@0
|
215 |
../test/ttesttools/scripts/sec-filetokens-tools.ini /epoc32/winscw/c/ttesttools/scripts/sec-filetokens-tools.ini
|
sl@0
|
216 |
|
sl@0
|
217 |
#ifdef SYMBIAN_AUTH_SERVER
|
sl@0
|
218 |
../test/ttesttools/data/key_migrate.txt /epoc32/winscw/c/ttesttools/data/key_migrate.txt
|
sl@0
|
219 |
../test/ttesttools/data/key_migrated_param_missing1.txt /epoc32/winscw/c/ttesttools/data/key_migrated_param_missing1.txt
|
sl@0
|
220 |
../test/ttesttools/data/key_migrated_param_missing2.txt /epoc32/winscw/c/ttesttools/data/key_migrated_param_missing2.txt
|
sl@0
|
221 |
../test/ttesttools/data/key_migrate_default.txt /epoc32/winscw/c/ttesttools/data/key_migrate_default.txt
|
sl@0
|
222 |
../test/ttesttools/data/key_migrated_help.txt /epoc32/winscw/c/ttesttools/data/key_migrated_help.txt
|
sl@0
|
223 |
../test/ttesttools/scripts/keytool_migrate.script /epoc32/winscw/c/ttesttools/scripts/keytool_migrate.script
|
sl@0
|
224 |
../test/ttesttools/scripts/keytool_migrate.ini /epoc32/winscw/c/ttesttools/scripts/keytool_migrate.ini
|
sl@0
|
225 |
#endif // SYMBIAN_AUTH_SERVER
|
sl@0
|
226 |
|
sl@0
|
227 |
|
sl@0
|
228 |
// keystore data
|
sl@0
|
229 |
|
sl@0
|
230 |
// PKCS8 DH key for ImportKeys test
|
sl@0
|
231 |
../test/tkeystore/data/pkcs8dh.001 /epoc32/winscw/c/tkeystore/data/pkcs8dh.001
|
sl@0
|
232 |
|
sl@0
|
233 |
// PKCS8 RSA keys for ImportKeys test
|
sl@0
|
234 |
../test/tkeystore/data/pkcs8rsa.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa.001
|
sl@0
|
235 |
|
sl@0
|
236 |
../test/tkeystore/data/pkcs8rsa1.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa1.001
|
sl@0
|
237 |
|
sl@0
|
238 |
../test/tkeystore/data/pkcs8rsa2.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa2.001
|
sl@0
|
239 |
|
sl@0
|
240 |
../test/tkeystore/data/pkcs8rsa3.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa3.001
|
sl@0
|
241 |
|
sl@0
|
242 |
../test/tkeystore/data/pkcs8rsa4.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa4.001
|
sl@0
|
243 |
|
sl@0
|
244 |
../test/tkeystore/data/pkcs8invalidrsa.001 /epoc32/winscw/c/tkeystore/data/pkcs8invalidrsa.001
|
sl@0
|
245 |
|
sl@0
|
246 |
// PKCS8 DSA keys for ImportKeys test
|
sl@0
|
247 |
../test/tkeystore/data/pkcs8dsa.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa.001
|
sl@0
|
248 |
|
sl@0
|
249 |
../test/tkeystore/data/pkcs8dsa1.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa1.001
|
sl@0
|
250 |
|
sl@0
|
251 |
../test/tkeystore/data/pkcs8dsa2.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa2.001
|
sl@0
|
252 |
|
sl@0
|
253 |
../test/tkeystore/data/pkcs8dsa3.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa3.001
|
sl@0
|
254 |
|
sl@0
|
255 |
../test/tkeystore/data/pkcs8dsa4.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa4.001
|
sl@0
|
256 |
|
sl@0
|
257 |
../test/tkeystore/data/pkcs8invaliddsa.001 /epoc32/winscw/c/tkeystore/data/pkcs8invaliddsa.001
|
sl@0
|
258 |
|
sl@0
|
259 |
// PKCS8 RSA keys for ImportEncryptedKeys test
|
sl@0
|
260 |
../test/tkeystore/data/encryptPK8rsaDER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8rsader.txt
|
sl@0
|
261 |
|
sl@0
|
262 |
../test/tkeystore/data/encryptPK8rsa1DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8rsa1der.txt
|
sl@0
|
263 |
|
sl@0
|
264 |
../test/tkeystore/data/encryptPK8rsa2DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8rsa2der.txt
|
sl@0
|
265 |
|
sl@0
|
266 |
../test/tkeystore/data/encryptPK8rsa3DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8rsa3der.txt
|
sl@0
|
267 |
|
sl@0
|
268 |
../test/tkeystore/data/encryptPK8rsa4DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8rsa4der.txt
|
sl@0
|
269 |
|
sl@0
|
270 |
// PKCS8 DSA keys for ImportEncryptedKeys test
|
sl@0
|
271 |
../test/tkeystore/data/encryptPK8dsaDER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8dsader.txt
|
sl@0
|
272 |
|
sl@0
|
273 |
../test/tkeystore/data/encryptPK8dsa1DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8dsa1der.txt
|
sl@0
|
274 |
|
sl@0
|
275 |
../test/tkeystore/data/encryptPK8dsa2DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8dsa2der.txt
|
sl@0
|
276 |
|
sl@0
|
277 |
../test/tkeystore/data/encryptPK8dsa3DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8dsa3der.txt
|
sl@0
|
278 |
|
sl@0
|
279 |
../test/tkeystore/data/encryptPK8dsa4DER.txt /epoc32/winscw/c/tkeystore/data/encryptpk8dsa4der.txt
|
sl@0
|
280 |
|
sl@0
|
281 |
../test/tkeystore/data/testvector1.bin /epoc32/winscw/c/tkeystore/data/testvector1.bin
|
sl@0
|
282 |
|
sl@0
|
283 |
../test/tkeystore/data/binarygarbage.bin /epoc32/winscw/c/tkeystore/data/binarygarbage.bin
|
sl@0
|
284 |
|
sl@0
|
285 |
// Strange Pkcs8 Encrypted keys with variou ciphers
|
sl@0
|
286 |
|
sl@0
|
287 |
|
sl@0
|
288 |
|
sl@0
|
289 |
|
sl@0
|
290 |
|
sl@0
|
291 |
|
sl@0
|
292 |
// PKCS8 keys with optional PKCS8 attributes
|
sl@0
|
293 |
../test/tkeystore/data/pkcs8rsa_attr.001 /epoc32/winscw/c/tkeystore/data/pkcs8rsa_attr.001
|
sl@0
|
294 |
|
sl@0
|
295 |
../test/tkeystore/data/pkcs8dsa_attr.001 /epoc32/winscw/c/tkeystore/data/pkcs8dsa_attr.001
|
sl@0
|
296 |
|
sl@0
|
297 |
|
sl@0
|
298 |
// RSA key pairs from which to build PKCS8 data
|
sl@0
|
299 |
../test/tkeystore/data/certs/cert1/rsa1certkey.001 /epoc32/winscw/c/tkeystore/data/rsa1certkey.001
|
sl@0
|
300 |
|
sl@0
|
301 |
../test/tkeystore/data/certs/cert2/rsa2certkey.001 /epoc32/winscw/c/tkeystore/data/rsa2certkey.001
|
sl@0
|
302 |
|
sl@0
|
303 |
../test/tkeystore/data/certs/cert3/rsa3certkey.001 /epoc32/winscw/c/tkeystore/data/rsa3certkey.001
|
sl@0
|
304 |
|
sl@0
|
305 |
../test/tkeystore/data/certs/NRCert/nrkey.001 /epoc32/winscw/c/tkeystore/data/nrkey.001
|
sl@0
|
306 |
|
sl@0
|
307 |
../test/tkeystore/data/certs/SignCert2/signkey2.001 /epoc32/winscw/c/tkeystore/data/signkey2.001
|
sl@0
|
308 |
|
sl@0
|
309 |
../test/tkeystore/data/certs/EncipherSign/enciphersignkey2.001 /epoc32/winscw/c/tkeystore/data/enciphersignkey2.001
|
sl@0
|
310 |
|
sl@0
|
311 |
// RSA & DSA public key to test public key export
|
sl@0
|
312 |
../test/tkeystore/data/keys/rsapub.txt /epoc32/winscw/c/tkeystore/data/rsapub.txt
|
sl@0
|
313 |
../test/tkeystore/data/keys/rsapub1.txt /epoc32/winscw/c/tkeystore/data/rsapub1.txt
|
sl@0
|
314 |
../test/tkeystore/data/keys/rsapub2.txt /epoc32/winscw/c/tkeystore/data/rsapub2.txt
|
sl@0
|
315 |
../test/tkeystore/data/keys/rsapub3.txt /epoc32/winscw/c/tkeystore/data/rsapub3.txt
|
sl@0
|
316 |
../test/tkeystore/data/keys/rsapub4.txt /epoc32/winscw/c/tkeystore/data/rsapub4.txt
|
sl@0
|
317 |
../test/tkeystore/data/keys/dsapub.txt /epoc32/winscw/c/tkeystore/data/dsapub.txt
|
sl@0
|
318 |
../test/tkeystore/data/keys/dsapub1.txt /epoc32/winscw/c/tkeystore/data/dsapub1.txt
|
sl@0
|
319 |
../test/tkeystore/data/keys/dsapub2.txt /epoc32/winscw/c/tkeystore/data/dsapub2.txt
|
sl@0
|
320 |
../test/tkeystore/data/keys/dsapub3.txt /epoc32/winscw/c/tkeystore/data/dsapub3.txt
|
sl@0
|
321 |
../test/tkeystore/data/keys/dsapub4.txt /epoc32/winscw/c/tkeystore/data/dsapub4.txt
|
sl@0
|
322 |
|
sl@0
|
323 |
|
sl@0
|
324 |
|
sl@0
|
325 |
../test/tkeystore/data/keys_v2.dat /epoc32/data/z/private/101f72a6/keys.dat
|
sl@0
|
326 |
../test/tkeystore/data/keys_v2.dat /epoc32/release/winscw/udeb/z/private/101f72a6/keys.dat
|
sl@0
|
327 |
../test/tkeystore/data/keys_v2.dat /epoc32/release/winscw/urel/z/private/101f72a6/keys.dat
|
sl@0
|
328 |
../test/tkeystore/data/keys_v2.dat /epoc32/winscw/c/tkeystore/data/keys.dat
|
sl@0
|
329 |
|
sl@0
|
330 |
// certificate apps
|
sl@0
|
331 |
../test/tcertapps/scripts/script1.script /epoc32/winscw/c/tcertapps/scripts/script1.script
|
sl@0
|
332 |
../test/tcertapps/scripts/script1.ini /epoc32/winscw/c/tcertapps/scripts/script1.ini
|
sl@0
|
333 |
|
sl@0
|
334 |
../test/tcertapps/scripts/apipolicing.script /epoc32/winscw/c/tcertapps/scripts/apipolicing.script
|
sl@0
|
335 |
../test/tcertapps/scripts/apipolicing.ini /epoc32/winscw/c/tcertapps/scripts/apipolicing.ini
|
sl@0
|
336 |
|
sl@0
|
337 |
../test/tcertapps/scripts/batchfiles/tcertapps_apipolicing_post.bat /epoc32/winscw/c/tcertapps/scripts/batchfiles/tcertapps_apipolicing_post.bat
|
sl@0
|
338 |
|
sl@0
|
339 |
|
sl@0
|
340 |
// ROMKIT includes
|
sl@0
|
341 |
../Inc/filetokenstests.iby /epoc32/rom/include/filetokenstests.iby
|
sl@0
|
342 |
|
sl@0
|
343 |
#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
|
sl@0
|
344 |
../test/tkeystore/scripts/thwkeystore.script /epoc32/winscw/c/tkeystore/scripts/thwkeystore.script
|
sl@0
|
345 |
../test/tkeystore/scripts/thwkeystore.ini /epoc32/winscw/c/tkeystore/scripts/thwkeystore.ini
|
sl@0
|
346 |
../test/tkeystore/data/hwkeys.dat /epoc32/data/z/private/101f7e95/hwkeys.dat
|
sl@0
|
347 |
../test/tkeystore/data/hwkeys.dat /epoc32/release/winscw/udeb/z/private/101f7e95/hwkeys.dat
|
sl@0
|
348 |
../test/tkeystore/data/hwkeys.dat /epoc32/release/winscw/urel/z/private/101f7e95/hwkeys.dat
|
sl@0
|
349 |
../test/tkeystore/data/hwkeys.dat /epoc32/winscw/c/tkeystore/data/hwkeys.dat
|
sl@0
|
350 |
#endif // SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT && SYMBIAN_ENABLE_SDP_ECC
|
sl@0
|
351 |
|
sl@0
|
352 |
PRJ_MMPFILES
|
sl@0
|
353 |
|
sl@0
|
354 |
#ifndef TOOLS
|
sl@0
|
355 |
#ifndef TOOLS2
|
sl@0
|
356 |
fstokenshared.mmp
|
sl@0
|
357 |
fstokencli.mmp
|
sl@0
|
358 |
fstokenserver.mmp
|
sl@0
|
359 |
|
sl@0
|
360 |
#ifdef SYMBIAN_AUTH_SERVER
|
sl@0
|
361 |
fstokenserver_useauth.mmp
|
sl@0
|
362 |
#endif
|
sl@0
|
363 |
|
sl@0
|
364 |
filekeystoreplugin.mmp
|
sl@0
|
365 |
filecertstoreplugin.mmp
|
sl@0
|
366 |
#endif // TOOLS2
|
sl@0
|
367 |
#endif // TOOLS
|
sl@0
|
368 |
|
sl@0
|
369 |
PRJ_TESTMMPFILES
|
sl@0
|
370 |
|
sl@0
|
371 |
#ifndef TOOLS
|
sl@0
|
372 |
#ifndef TOOLS2
|
sl@0
|
373 |
#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
|
sl@0
|
374 |
../test/tcryptotokenhai/tcryptotokenhai.mmp
|
sl@0
|
375 |
../test/thwkeystore/client/thwkeystoreclient.mmp
|
sl@0
|
376 |
#endif // SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT && SYMBIAN_ENABLE_SDP_ECC
|
sl@0
|
377 |
|
sl@0
|
378 |
../test/tfiletokens/tfiletokens.mmp
|
sl@0
|
379 |
../test/tkeystore/tkeystore.mmp
|
sl@0
|
380 |
../test/tcertapps/tcertapps.mmp
|
sl@0
|
381 |
../test/keytool/keytool.mmp
|
sl@0
|
382 |
../test/certtool/certtool.mmp
|
sl@0
|
383 |
../test/ttesttools/ttesttools.mmp
|
sl@0
|
384 |
../test/ttestplugin/dummykeystore.mmp
|
sl@0
|
385 |
../test/ttestplugin/dummykeystoreman1.mmp
|
sl@0
|
386 |
../test/ttestplugin/dummykeystoreman2.mmp
|
sl@0
|
387 |
|
sl@0
|
388 |
#endif //TOOLS2
|
sl@0
|
389 |
#endif //TOOLS
|