--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/weakcryptospi/test/tplugins/group/tplugin01.mmp Thu Sep 10 14:01:51 2009 +0300
@@ -0,0 +1,67 @@
+/*
+* 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:
+* tplugin01.dll is the software cryptography implementation.
+*
+*/
+
+
+/**
+ @file
+*/
+
+TARGET tplugin01.dll
+TARGETTYPE dll
+
+UID 0x10009D8D 0x101FFF1
+VENDORID 0x70000001
+
+CAPABILITY All
+
+#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
+DEFFILE tplugin01_v2.def
+#else
+DEFFILE tplugin01.def
+#endif
+
+USERINCLUDE .
+USERINCLUDE ../inc
+USERINCLUDE ../inc/tplugin01
+USERINCLUDE ../../../inc
+USERINCLUDE ../../../inc/spi
+
+SYSTEMINCLUDE /epoc32/include
+
+SOURCEPATH ../src/tplugin01
+SOURCE pluginentry.cpp softwarehashbase.cpp rsakeypairgenextendimpl.cpp
+
+SOURCEPATH ../src
+SOURCE md2impl.cpp hmacimpl.cpp
+SOURCE desimpl.cpp symmetriccipherimpl.cpp
+SOURCE keypairgenimpl.cpp
+SOURCE verifierimpl.cpp rsaverifyimpl.cpp rsafunction.cpp
+
+#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
+SOURCE rijndaelimpl.cpp
+SOURCEPATH ..\src\tplugin01
+SOURCE cmacimpl.cpp macimpl.cpp
+#endif
+
+LIBRARY euser.lib cryptospi.lib
+
+// Depends on bigint and padding code
+LIBRARY cryptography.lib
+LIBRARY random.lib
+SMPSAFE
+