cryptoplugins/cryptospiplugins/group/softwarecrypto.mmp
changeset 8 35751d3474b7
child 43 9b5a3a9fddf8
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2006-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 * softwarecryptoplugin.mmp
       
    16 * softwarecrypto.dll is the software cryptography implementation.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 
       
    26 
       
    27 TARGET		softwarecrypto.dll
       
    28 TARGETTYPE      dll
       
    29 UNPAGED
       
    30 UID		0x1000008d 0x102835C2
       
    31 VENDORID 	0x70000001
       
    32 
       
    33 CAPABILITY	All
       
    34 
       
    35 
       
    36 USERINCLUDE		.
       
    37 USERINCLUDE		../../../crypto/weakcryptospi/inc
       
    38 USERINCLUDE		../../../crypto/weakcryptospi/source
       
    39 USERINCLUDE		../../../crypto/weakcryptospi/source/bigint
       
    40 USERINCLUDE	../../../crypto/weakcryptospi/inc/spi
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH	../source/softwarecrypto
       
    44 SOURCE		pluginentry.cpp
       
    45 SOURCE		md2impl.cpp md5impl.cpp sha1impl.cpp  softwarehashbase.cpp md4impl.cpp 
       
    46 SOURCE		sha224and256impl.cpp sha384and512impl.cpp sha2impl.cpp hmacimpl.cpp
       
    47 SOURCE		3desimpl.cpp desimpl.cpp rc2impl.cpp rijndaelimpl.cpp arc4impl.cpp symmetriccipherimpl.cpp
       
    48 SOURCE		randomimpl.cpp dsasignerimpl.cpp dsaverifyimpl.cpp rsaimpl.cpp rsafunction.cpp
       
    49 SOURCE		signerimpl.cpp verifierimpl.cpp asymmetriccipherimpl.cpp
       
    50 SOURCE		keypairgenimpl.cpp dhimpl.cpp rsasignerimpl.cpp rsaverifyimpl.cpp
       
    51 SOURCE		keyagreementimpl.cpp dhkeypairgenimpl.cpp
       
    52 SOURCE		rsakeypairgenimpl.cpp dsakeypairgenimpl.cpp
       
    53 
       
    54 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT	
       
    55 SOURCE	    cmacimpl.cpp macimpl.cpp
       
    56 DEFFILE		softwarecrypto_v2.def
       
    57 #else
       
    58 DEFFILE		softwarecrypto.def
       
    59 #endif
       
    60 
       
    61 
       
    62 LIBRARY		euser.lib cryptospi.lib
       
    63 
       
    64 // Depends on bigint and padding code
       
    65 LIBRARY		cryptography.lib
       
    66 LIBRARY		random.lib
       
    67 
       
    68 SMPSAFE