crypto/weakcryptospi/test/tplugins/group/tplugin02.mmp
changeset 8 35751d3474b7
child 10 afc583cfa176
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/weakcryptospi/test/tplugins/group/tplugin02.mmp	Thu Sep 10 14:01:51 2009 +0300
@@ -0,0 +1,69 @@
+/*
+* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+* testframeworkplugin0002.dll is the software cryptography implementation.
+*
+*/
+
+
+/**
+ @file
+*/
+
+TARGET		tplugin02.dll
+TARGETTYPE      dll
+
+UID		0x10009D8D 0x101FFF2
+VENDORID 	0x70000001
+
+CAPABILITY	All
+
+#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
+DEFFILE		tplugin02_v2.def
+#else
+DEFFILE		tplugin02.def
+#endif
+
+USERINCLUDE		.
+USERINCLUDE		../inc 
+USERINCLUDE		../inc/tplugin02
+USERINCLUDE 	../../../inc
+USERINCLUDE 	../../../inc/spi
+
+SYSTEMINCLUDE	/epoc32/include 
+
+SOURCEPATH	../src/tplugin02
+SOURCE		pluginentry.cpp softwarehashbase.cpp desextendimpl.cpp
+
+SOURCEPATH	../src
+SOURCE		md5impl.cpp hmacimpl.cpp
+SOURCE		desimpl.cpp symmetriccipherimpl.cpp
+SOURCE		rsaimpl.cpp rsafunction.cpp asymmetriccipherimpl.cpp
+SOURCE		keypairgenimpl.cpp	rsakeypairgenimpl.cpp dhkeypairgenimpl.cpp
+SOURCE		signerimpl.cpp rsasignerimpl.cpp 
+SOURCE		keyagreementimpl.cpp dhimpl.cpp
+SOURCE		randomimpl.cpp
+
+#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
+SOURCE		rijndaelimpl.cpp
+SOURCEPATH 	..\src\tplugin02
+SOURCE 		cmacimpl.cpp macimpl.cpp
+#endif
+
+LIBRARY		euser.lib cryptospi.lib 
+
+// Depends on bigint and padding code
+LIBRARY		cryptography.lib
+LIBRARY		random.lib
+SMPSAFE