1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoplugins/cryptospiplugins/group/softwarecrypto.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +/*
1.5 +* Copyright (c) 2006-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 +* softwarecryptoplugin.mmp
1.19 +* softwarecrypto.dll is the software cryptography implementation.
1.20 +*
1.21 +*/
1.22 +
1.23 +
1.24 +/**
1.25 + @file
1.26 +*/
1.27 +
1.28 +
1.29 +
1.30 +TARGET softwarecrypto.dll
1.31 +TARGETTYPE dll
1.32 +UNPAGED
1.33 +UID 0x1000008d 0x102835C2
1.34 +VENDORID 0x70000001
1.35 +
1.36 +CAPABILITY All
1.37 +
1.38 +
1.39 +USERINCLUDE .
1.40 +USERINCLUDE ../../../crypto/weakcryptospi/inc
1.41 +USERINCLUDE ../../../crypto/weakcryptospi/source
1.42 +USERINCLUDE ../../../crypto/weakcryptospi/source/bigint
1.43 +USERINCLUDE ../../../crypto/weakcryptospi/inc/spi
1.44 +USERINCLUDE ../../../cryptomgmtlibs/securityutils/inc
1.45 +OS_LAYER_SYSTEMINCLUDE
1.46 +
1.47 +SOURCEPATH ../source/softwarecrypto
1.48 +SOURCE pluginentry.cpp
1.49 +SOURCE md2impl.cpp md5impl.cpp sha1impl.cpp softwarehashbase.cpp md4impl.cpp
1.50 +SOURCE sha224and256impl.cpp sha384and512impl.cpp sha2impl.cpp hmacimpl.cpp
1.51 +SOURCE 3desimpl.cpp desimpl.cpp rc2impl.cpp rijndaelimpl.cpp arc4impl.cpp symmetriccipherimpl.cpp
1.52 +SOURCE randomimpl.cpp dsasignerimpl.cpp dsaverifyimpl.cpp rsaimpl.cpp rsafunction.cpp
1.53 +SOURCE signerimpl.cpp verifierimpl.cpp asymmetriccipherimpl.cpp
1.54 +SOURCE keypairgenimpl.cpp dhimpl.cpp rsasignerimpl.cpp rsaverifyimpl.cpp
1.55 +SOURCE keyagreementimpl.cpp dhkeypairgenimpl.cpp
1.56 +SOURCE rsakeypairgenimpl.cpp dsakeypairgenimpl.cpp
1.57 +
1.58 +#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
1.59 +SOURCE cmacimpl.cpp macimpl.cpp
1.60 +DEFFILE softwarecrypto_v2.def
1.61 +#else
1.62 +DEFFILE softwarecrypto.def
1.63 +#endif
1.64 +
1.65 +
1.66 +LIBRARY euser.lib cryptospi.lib
1.67 +
1.68 +// Depends on bigint and padding code
1.69 +LIBRARY cryptography.lib
1.70 +LIBRARY random.lib
1.71 +
1.72 +SMPSAFE