sl@0: /* sl@0: * Copyright (c) 2006-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: * softwarecryptoplugin.mmp sl@0: * softwarecrypto.dll is the software cryptography implementation. sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: sl@0: sl@0: TARGET softwarecrypto.dll sl@0: TARGETTYPE dll sl@0: UNPAGED sl@0: UID 0x1000008d 0x102835C2 sl@0: VENDORID 0x70000001 sl@0: sl@0: CAPABILITY All sl@0: sl@0: sl@0: USERINCLUDE . sl@0: USERINCLUDE ../../../crypto/weakcryptospi/inc sl@0: USERINCLUDE ../../../crypto/weakcryptospi/source sl@0: USERINCLUDE ../../../crypto/weakcryptospi/source/bigint sl@0: USERINCLUDE ../../../crypto/weakcryptospi/inc/spi sl@0: USERINCLUDE ../../../cryptomgmtlibs/securityutils/inc sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: sl@0: SOURCEPATH ../source/softwarecrypto sl@0: SOURCE pluginentry.cpp sl@0: SOURCE md2impl.cpp md5impl.cpp sha1impl.cpp softwarehashbase.cpp md4impl.cpp sl@0: SOURCE sha224and256impl.cpp sha384and512impl.cpp sha2impl.cpp hmacimpl.cpp sl@0: SOURCE 3desimpl.cpp desimpl.cpp rc2impl.cpp rijndaelimpl.cpp arc4impl.cpp symmetriccipherimpl.cpp sl@0: SOURCE randomimpl.cpp dsasignerimpl.cpp dsaverifyimpl.cpp rsaimpl.cpp rsafunction.cpp sl@0: SOURCE signerimpl.cpp verifierimpl.cpp asymmetriccipherimpl.cpp sl@0: SOURCE keypairgenimpl.cpp dhimpl.cpp rsasignerimpl.cpp rsaverifyimpl.cpp sl@0: SOURCE keyagreementimpl.cpp dhkeypairgenimpl.cpp sl@0: SOURCE rsakeypairgenimpl.cpp dsakeypairgenimpl.cpp sl@0: sl@0: #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT sl@0: SOURCE cmacimpl.cpp macimpl.cpp sl@0: DEFFILE softwarecrypto_v2.def sl@0: #else sl@0: DEFFILE softwarecrypto.def sl@0: #endif sl@0: sl@0: sl@0: LIBRARY euser.lib cryptospi.lib sl@0: sl@0: // Depends on bigint and padding code sl@0: LIBRARY cryptography.lib sl@0: LIBRARY random.lib sl@0: sl@0: SMPSAFE