crypto/weakcryptospi/test/tplugins/group/tplugin02.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 02 Oct 2009 13:15:59 +0300
changeset 10 afc583cfa176
parent 8 35751d3474b7
child 15 da2ae96f639b
permissions -rw-r--r--
Revision: 200938

/*
* 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