os/security/crypto/weakcryptospi/test/tplugins/group/tplugin02.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 * testframeworkplugin0002.dll is the software cryptography implementation.
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET		tplugin02.dll
    25 TARGETTYPE      dll
    26 
    27 UID		0x10009D8D 0x101FFF2
    28 VENDORID 	0x70000001
    29 
    30 CAPABILITY	All
    31 
    32 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
    33 DEFFILE		tplugin02_v2.def
    34 #else
    35 DEFFILE		tplugin02.def
    36 #endif
    37 
    38 USERINCLUDE		.
    39 USERINCLUDE		../inc 
    40 USERINCLUDE		../inc/tplugin02
    41 USERINCLUDE 	../../../inc
    42 USERINCLUDE 	../../../inc/spi
    43 USERINCLUDE 	../../../../../cryptomgmtlibs/securityutils/inc
    44 
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    46 
    47 SOURCEPATH	../src/tplugin02
    48 SOURCE		pluginentry.cpp softwarehashbase.cpp desextendimpl.cpp
    49 
    50 SOURCEPATH	../src
    51 SOURCE		md5impl.cpp hmacimpl.cpp
    52 SOURCE		desimpl.cpp symmetriccipherimpl.cpp
    53 SOURCE		rsaimpl.cpp rsafunction.cpp asymmetriccipherimpl.cpp
    54 SOURCE		keypairgenimpl.cpp	rsakeypairgenimpl.cpp dhkeypairgenimpl.cpp
    55 SOURCE		signerimpl.cpp rsasignerimpl.cpp 
    56 SOURCE		keyagreementimpl.cpp dhimpl.cpp
    57 SOURCE		randomimpl.cpp
    58 
    59 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
    60 SOURCE		rijndaelimpl.cpp
    61 SOURCEPATH 	../src/tplugin02
    62 SOURCE 		cmacimpl.cpp macimpl.cpp
    63 #endif
    64 
    65 LIBRARY		euser.lib cryptospi.lib 
    66 
    67 // Depends on bigint and padding code
    68 LIBRARY		cryptography.lib
    69 LIBRARY		random.lib
    70 SMPSAFE