os/security/cryptoservices/certificateandkeymgmt/inc/CERTMAN.IBY
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    18 #ifndef __CERTMAN_IBY__
    19 #define __CERTMAN_IBY__
    20 
    21 // depends upon lower level crypto libraries
    22 #include <crypto.iby>
    23 
    24 #ifdef __INCLUDE_SW_KEYSTORE__
    25 #include "filetokens.iby"
    26 #include "asnpkcs.iby"
    27 #endif
    28 
    29 #include "secutil.iby"
    30 #include "sectcbutil.iby"
    31 #include "secsettings.iby"
    32 #include "ocspcenrep.iby"
    33 
    34 REM Certificate management libraries
    35 
    36 file=ABI_DIR\BUILD_DIR\asn1.dll		System\Libs\asn1.dll
    37 file=ABI_DIR\BUILD_DIR\certstore.dll	System\Libs\CertStore.dll
    38 file=ABI_DIR\BUILD_DIR\crypto.dll	System\Libs\crypto.dll
    39 file=ABI_DIR\BUILD_DIR\pkixcert.dll	System\Libs\PKIXCert.dll
    40 file=ABI_DIR\BUILD_DIR\x500.dll		System\Libs\x500.dll
    41 file=ABI_DIR\BUILD_DIR\x509.dll		System\Libs\x509.dll
    42 file=ABI_DIR\BUILD_DIR\wtlscert.dll 	System\Libs\wtlscert.dll
    43 file=ABI_DIR\BUILD_DIR\ctframework.dll		System\Libs\ctframework.dll
    44 
    45 file=ABI_DIR\BUILD_DIR\pkixcertbase.dll	System\Libs\PKIXCertBase.dll
    46 file=ABI_DIR\BUILD_DIR\ctfinder.dll		System\Libs\ctfinder.dll
    47 file=ABI_DIR\BUILD_DIR\swicertstore.dll	System\Libs\swicertstore.dll
    48 #ifndef __SECURITY_TEST_ROM__
    49 ECOM_PLUGIN(swicertstoreplugin.dll, 1020430C.rsc)
    50 #endif
    51 
    52 
    53 REM Add certificate recogniser 
    54 ECOM_PLUGIN(reccert.dll, 000047EB.rsc)
    55 ECOM_PLUGIN(pkcs8recog.dll, 1020361A.rsc)
    56 ECOM_PLUGIN(pkcs12recog.dll, 2000151f.rsc)
    57 
    58 
    59 REM Certificate management libraries, extra DLL for Cedar builds
    60 file=ABI_DIR\BUILD_DIR\pkcs10.dll	System\Libs\pkcs10.dll
    61 
    62 #ifdef AGGREGATE_CERTSTORE
    63 patchdata swicertstore.dll@KAggregateCertStore  0x01
    64 #endif
    65 
    66 #endif