crypto/weakcryptospi/test/tplugins/group/tplugin01.mmp
changeset 8 35751d3474b7
child 10 afc583cfa176
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     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 * tplugin01.dll is the software cryptography implementation.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET		tplugin01.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 UID		0x10009D8D 0x101FFF1
       
    28 VENDORID 	0x70000001
       
    29 
       
    30 CAPABILITY	All
       
    31 
       
    32 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
       
    33 DEFFILE		tplugin01_v2.def
       
    34 #else
       
    35 DEFFILE		tplugin01.def
       
    36 #endif
       
    37 
       
    38 USERINCLUDE		.
       
    39 USERINCLUDE		../inc 
       
    40 USERINCLUDE		../inc/tplugin01
       
    41 USERINCLUDE 	../../../inc
       
    42 USERINCLUDE 	../../../inc/spi
       
    43 
       
    44 SYSTEMINCLUDE	/epoc32/include 
       
    45 
       
    46 SOURCEPATH	../src/tplugin01
       
    47 SOURCE		pluginentry.cpp softwarehashbase.cpp rsakeypairgenextendimpl.cpp
       
    48 
       
    49 SOURCEPATH	../src
       
    50 SOURCE		md2impl.cpp hmacimpl.cpp
       
    51 SOURCE		desimpl.cpp symmetriccipherimpl.cpp
       
    52 SOURCE		keypairgenimpl.cpp
       
    53 SOURCE		verifierimpl.cpp rsaverifyimpl.cpp rsafunction.cpp	
       
    54 
       
    55 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
       
    56 SOURCE		rijndaelimpl.cpp
       
    57 SOURCEPATH 	..\src\tplugin01
       
    58 SOURCE 		cmacimpl.cpp macimpl.cpp
       
    59 #endif
       
    60 
       
    61 LIBRARY		euser.lib cryptospi.lib
       
    62 
       
    63 // Depends on bigint and padding code
       
    64 LIBRARY		cryptography.lib
       
    65 LIBRARY		random.lib
       
    66 SMPSAFE
       
    67