crypto/weakcryptospi/test/tplugins/group/tplugin01.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 12 Oct 2009 10:17:04 +0300
changeset 15 da2ae96f639b
parent 10 afc583cfa176
permissions -rw-r--r--
Revision: 200941 Kit: 200941

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

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

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