sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: #ifndef __CERTMAN_IBY__ sl@0: #define __CERTMAN_IBY__ sl@0: sl@0: // depends upon lower level crypto libraries sl@0: #include sl@0: sl@0: #ifdef __INCLUDE_SW_KEYSTORE__ sl@0: #include "filetokens.iby" sl@0: #include "asnpkcs.iby" sl@0: #endif sl@0: sl@0: #include "secutil.iby" sl@0: #include "sectcbutil.iby" sl@0: #include "secsettings.iby" sl@0: #include "ocspcenrep.iby" sl@0: sl@0: REM Certificate management libraries sl@0: sl@0: file=ABI_DIR\BUILD_DIR\asn1.dll System\Libs\asn1.dll sl@0: file=ABI_DIR\BUILD_DIR\certstore.dll System\Libs\CertStore.dll sl@0: file=ABI_DIR\BUILD_DIR\crypto.dll System\Libs\crypto.dll sl@0: file=ABI_DIR\BUILD_DIR\pkixcert.dll System\Libs\PKIXCert.dll sl@0: file=ABI_DIR\BUILD_DIR\x500.dll System\Libs\x500.dll sl@0: file=ABI_DIR\BUILD_DIR\x509.dll System\Libs\x509.dll sl@0: file=ABI_DIR\BUILD_DIR\wtlscert.dll System\Libs\wtlscert.dll sl@0: file=ABI_DIR\BUILD_DIR\ctframework.dll System\Libs\ctframework.dll sl@0: sl@0: file=ABI_DIR\BUILD_DIR\pkixcertbase.dll System\Libs\PKIXCertBase.dll sl@0: file=ABI_DIR\BUILD_DIR\ctfinder.dll System\Libs\ctfinder.dll sl@0: file=ABI_DIR\BUILD_DIR\swicertstore.dll System\Libs\swicertstore.dll sl@0: #ifndef __SECURITY_TEST_ROM__ sl@0: ECOM_PLUGIN(swicertstoreplugin.dll, 1020430C.rsc) sl@0: #endif sl@0: sl@0: sl@0: REM Add certificate recogniser sl@0: ECOM_PLUGIN(reccert.dll, 000047EB.rsc) sl@0: ECOM_PLUGIN(pkcs8recog.dll, 1020361A.rsc) sl@0: ECOM_PLUGIN(pkcs12recog.dll, 2000151f.rsc) sl@0: sl@0: sl@0: REM Certificate management libraries, extra DLL for Cedar builds sl@0: file=ABI_DIR\BUILD_DIR\pkcs10.dll System\Libs\pkcs10.dll sl@0: sl@0: #ifdef AGGREGATE_CERTSTORE sl@0: patchdata swicertstore.dll@KAggregateCertStore 0x01 sl@0: #endif sl@0: sl@0: #endif