os/security/crypto/weakcryptospi/group/cryptospi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2006-2010 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 * cryptospi.dll enables applications to use different cryptography plugin implementations.
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 
    25 
    26 TARGET		cryptospi.dll
    27 TARGETTYPE      dll
    28 UNPAGED
    29 
    30 UID		0x1000008d 0x102835C3
    31 VENDORID 	0x70000001
    32 
    33 
    34 CAPABILITY	All
    35 
    36 USERINCLUDE	../inc/spi
    37 OS_LAYER_SYSTEMINCLUDE
    38 
    39 SOURCEPATH	../source/spi
    40 
    41 SOURCE		cryptospistateapi.cpp cryptocharacteristics.cpp extendedcharacteristics.cpp
    42 SOURCE		plugincharacteristics.cpp legacyselector.cpp ruleselector.cpp cryptobase.cpp
    43 SOURCE		cryptohashapi.cpp cryptorandomapi.cpp cryptosymmetriccipherapi.cpp 
    44 SOURCE		cryptoasymmetriccipherapi.cpp cryptokeyagreementapi.cpp cryptosignatureapi.cpp
    45 SOURCE		cryptokeypairgeneratorapi.cpp
    46 SOURCE		keys.cpp cryptoparams.cpp keypair.cpp
    47 SOURCE		cryptospiutil.cpp
    48 
    49 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
    50 SOURCE    	cryptomacapi.cpp
    51 DEFFILE		cryptospi_v2.def
    52 #else
    53 DEFFILE		cryptospi.def
    54 #endif
    55 
    56 LIBRARY		euser.lib efsrv.lib estor.lib
    57 
    58 // Depends on bigint and padding code
    59 LIBRARY     cryptography.lib
    60 SMPSAFE