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