|
1 /* |
|
2 * Copyright (c) 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 * |
|
16 */ |
|
17 #ifndef __CERTMAN_IBY__ |
|
18 #define __CERTMAN_IBY__ |
|
19 |
|
20 // depends upon lower level crypto libraries |
|
21 #include <crypto.iby> |
|
22 |
|
23 #ifdef __INCLUDE_SW_KEYSTORE__ |
|
24 #include "filetokens.iby" |
|
25 #include "asnpkcs.iby" |
|
26 #endif |
|
27 |
|
28 #include "secutil.iby" |
|
29 #include "sectcbutil.iby" |
|
30 #include "ocspconfig.iby" |
|
31 |
|
32 REM Certificate management libraries |
|
33 |
|
34 file=ABI_DIR\BUILD_DIR\asn1.dll System\Libs\asn1.dll |
|
35 file=ABI_DIR\BUILD_DIR\certstore.dll System\Libs\CertStore.dll |
|
36 file=ABI_DIR\BUILD_DIR\crypto.dll System\Libs\crypto.dll |
|
37 file=ABI_DIR\BUILD_DIR\pkixcert.dll System\Libs\PKIXCert.dll |
|
38 file=ABI_DIR\BUILD_DIR\x500.dll System\Libs\x500.dll |
|
39 file=ABI_DIR\BUILD_DIR\x509.dll System\Libs\x509.dll |
|
40 file=ABI_DIR\BUILD_DIR\wtlscert.dll System\Libs\wtlscert.dll |
|
41 file=ABI_DIR\BUILD_DIR\ctframework.dll System\Libs\ctframework.dll |
|
42 |
|
43 file=ABI_DIR\BUILD_DIR\pkixcertbase.dll System\Libs\PKIXCertBase.dll |
|
44 file=ABI_DIR\BUILD_DIR\ctfinder.dll System\Libs\ctfinder.dll |
|
45 file=ABI_DIR\BUILD_DIR\swicertstore.dll System\Libs\swicertstore.dll |
|
46 #ifndef __SECURITY_TEST_ROM__ |
|
47 ECOM_PLUGIN(swicertstoreplugin.dll, 1020430C.rsc) |
|
48 #endif |
|
49 |
|
50 |
|
51 REM Add certificate recogniser |
|
52 ECOM_PLUGIN(reccert.dll, 000047EB.rsc) |
|
53 ECOM_PLUGIN(pkcs8recog.dll, 1020361A.rsc) |
|
54 ECOM_PLUGIN(pkcs12recog.dll, 2000151f.rsc) |
|
55 |
|
56 |
|
57 REM Certificate management libraries, extra DLL for Cedar builds |
|
58 file=ABI_DIR\BUILD_DIR\pkcs10.dll System\Libs\pkcs10.dll |
|
59 |
|
60 #ifdef AGGREGATE_CERTSTORE |
|
61 patchdata swicertstore.dll@KAggregateCertStore 0x01 |
|
62 #endif |
|
63 |
|
64 #endif |