os/security/cryptoservices/certificateandkeymgmt/inc/CERTMAN.IBY
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoservices/certificateandkeymgmt/inc/CERTMAN.IBY	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#ifndef __CERTMAN_IBY__
    1.22 +#define __CERTMAN_IBY__
    1.23 +
    1.24 +// depends upon lower level crypto libraries
    1.25 +#include <crypto.iby>
    1.26 +
    1.27 +#ifdef __INCLUDE_SW_KEYSTORE__
    1.28 +#include "filetokens.iby"
    1.29 +#include "asnpkcs.iby"
    1.30 +#endif
    1.31 +
    1.32 +#include "secutil.iby"
    1.33 +#include "sectcbutil.iby"
    1.34 +#include "secsettings.iby"
    1.35 +#include "ocspcenrep.iby"
    1.36 +
    1.37 +REM Certificate management libraries
    1.38 +
    1.39 +file=ABI_DIR\BUILD_DIR\asn1.dll		System\Libs\asn1.dll
    1.40 +file=ABI_DIR\BUILD_DIR\certstore.dll	System\Libs\CertStore.dll
    1.41 +file=ABI_DIR\BUILD_DIR\crypto.dll	System\Libs\crypto.dll
    1.42 +file=ABI_DIR\BUILD_DIR\pkixcert.dll	System\Libs\PKIXCert.dll
    1.43 +file=ABI_DIR\BUILD_DIR\x500.dll		System\Libs\x500.dll
    1.44 +file=ABI_DIR\BUILD_DIR\x509.dll		System\Libs\x509.dll
    1.45 +file=ABI_DIR\BUILD_DIR\wtlscert.dll 	System\Libs\wtlscert.dll
    1.46 +file=ABI_DIR\BUILD_DIR\ctframework.dll		System\Libs\ctframework.dll
    1.47 +
    1.48 +file=ABI_DIR\BUILD_DIR\pkixcertbase.dll	System\Libs\PKIXCertBase.dll
    1.49 +file=ABI_DIR\BUILD_DIR\ctfinder.dll		System\Libs\ctfinder.dll
    1.50 +file=ABI_DIR\BUILD_DIR\swicertstore.dll	System\Libs\swicertstore.dll
    1.51 +#ifndef __SECURITY_TEST_ROM__
    1.52 +ECOM_PLUGIN(swicertstoreplugin.dll, 1020430C.rsc)
    1.53 +#endif
    1.54 +
    1.55 +
    1.56 +REM Add certificate recogniser 
    1.57 +ECOM_PLUGIN(reccert.dll, 000047EB.rsc)
    1.58 +ECOM_PLUGIN(pkcs8recog.dll, 1020361A.rsc)
    1.59 +ECOM_PLUGIN(pkcs12recog.dll, 2000151f.rsc)
    1.60 +
    1.61 +
    1.62 +REM Certificate management libraries, extra DLL for Cedar builds
    1.63 +file=ABI_DIR\BUILD_DIR\pkcs10.dll	System\Libs\pkcs10.dll
    1.64 +
    1.65 +#ifdef AGGREGATE_CERTSTORE
    1.66 +patchdata swicertstore.dll@KAggregateCertStore  0x01
    1.67 +#endif
    1.68 +
    1.69 +#endif