sl@0: /* sl@0: * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * testframeworkplugin0002.dll is the software cryptography implementation. sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: TARGET tplugin02.dll sl@0: TARGETTYPE dll sl@0: sl@0: UID 0x10009D8D 0x101FFF2 sl@0: VENDORID 0x70000001 sl@0: sl@0: CAPABILITY All sl@0: sl@0: #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT sl@0: DEFFILE tplugin02_v2.def sl@0: #else sl@0: DEFFILE tplugin02.def sl@0: #endif sl@0: sl@0: USERINCLUDE . sl@0: USERINCLUDE ../inc sl@0: USERINCLUDE ../inc/tplugin02 sl@0: USERINCLUDE ../../../inc sl@0: USERINCLUDE ../../../inc/spi sl@0: USERINCLUDE ../../../../../cryptomgmtlibs/securityutils/inc sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: SOURCEPATH ../src/tplugin02 sl@0: SOURCE pluginentry.cpp softwarehashbase.cpp desextendimpl.cpp sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE md5impl.cpp hmacimpl.cpp sl@0: SOURCE desimpl.cpp symmetriccipherimpl.cpp sl@0: SOURCE rsaimpl.cpp rsafunction.cpp asymmetriccipherimpl.cpp sl@0: SOURCE keypairgenimpl.cpp rsakeypairgenimpl.cpp dhkeypairgenimpl.cpp sl@0: SOURCE signerimpl.cpp rsasignerimpl.cpp sl@0: SOURCE keyagreementimpl.cpp dhimpl.cpp sl@0: SOURCE randomimpl.cpp sl@0: sl@0: #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT sl@0: SOURCE rijndaelimpl.cpp sl@0: SOURCEPATH ../src/tplugin02 sl@0: SOURCE cmacimpl.cpp macimpl.cpp sl@0: #endif sl@0: sl@0: LIBRARY euser.lib cryptospi.lib sl@0: sl@0: // Depends on bigint and padding code sl@0: LIBRARY cryptography.lib sl@0: LIBRARY random.lib sl@0: SMPSAFE