pkiutilities/rom/certman.iby
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     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 "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 "ocspconfig.iby"
       
    32 
       
    33 REM Certificate management libraries
       
    34 
       
    35 file=ABI_DIR\BUILD_DIR\asn1.dll		System\Libs\asn1.dll
       
    36 file=ABI_DIR\BUILD_DIR\certstore.dll	System\Libs\CertStore.dll
       
    37 file=ABI_DIR\BUILD_DIR\crypto.dll	System\Libs\crypto.dll
       
    38 file=ABI_DIR\BUILD_DIR\pkixcert.dll	System\Libs\PKIXCert.dll
       
    39 file=ABI_DIR\BUILD_DIR\x500.dll		System\Libs\x500.dll
       
    40 file=ABI_DIR\BUILD_DIR\x509.dll		System\Libs\x509.dll
       
    41 file=ABI_DIR\BUILD_DIR\wtlscert.dll 	System\Libs\wtlscert.dll
       
    42 file=ABI_DIR\BUILD_DIR\ocsp.dll		System\Libs\ocsp.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\ocsptransport.dll		System\Libs\ocsptransport.dll
       
    47 file=ABI_DIR\BUILD_DIR\ocspcommon.dll			System\Libs\ocspcommon.dll
       
    48 file=ABI_DIR\BUILD_DIR\ctfinder.dll		System\Libs\ctfinder.dll
       
    49 file=ABI_DIR\BUILD_DIR\swicertstore.dll	System\Libs\swicertstore.dll
       
    50 #ifndef __SECURITY_TEST_ROM__
       
    51 ECOM_PLUGIN(swicertstoreplugin.dll, 1020430C.rsc)
       
    52 #endif
       
    53 
       
    54 
       
    55 REM Add certificate recogniser 
       
    56 ECOM_PLUGIN(reccert.dll, 000047EB.rsc)
       
    57 
       
    58 //Not needed in S60 currently
       
    59 //ECOM_PLUGIN(pkcs8recog.dll, 1020361A.rsc)
       
    60 
       
    61 //REM Certificate management libraries, extra DLL for Cedar builds
       
    62 //file=ABI_DIR\BUILD_DIR\pkcs10.dll	System\Libs\pkcs10.dll
       
    63 
       
    64 #endif