networksecurity/tlsprovider/Test/group/ttlscrypto.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 /*
       
     2 * Copyright (c) 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 "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 *
       
    16 */
       
    17 TARGET        cryptography.dll
       
    18 CAPABILITY All
       
    19 TARGETTYPE    dll
       
    20 
       
    21 //If the following macro is defined, a version of the crypto library with no
       
    22 //restrictions on strength of the cryptography will be built.  If it is not
       
    23 //defined, a 'weak' build will be made.
       
    24 MACRO		CRYPTO_STRONG_BUILD
       
    25 
       
    26 UID			0x1000008d 0x101FD20B
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH		..\..\..\..\..\security\crypto\weakcrypto\source\symmetric
       
    30 SOURCE			des.cpp 3des.cpp rijndael.cpp rc2.cpp arc4.cpp nullcipher.cpp
       
    31 SOURCE			cbcmode.cpp
       
    32 SOURCE			bufferedtransformation.cpp mstreamcipher.cpp
       
    33 
       
    34 SOURCEPATH		..\..\..\..\..\security\crypto\weakcrypto\source\common
       
    35 SOURCE			cryptostrength.cpp keyidentifierutil.cpp
       
    36 
       
    37 SOURCEPATH		..\..\..\..\..\security\crypto\weakcrypto\source\padding
       
    38 SOURCE			padding.cpp pkcs7.cpp
       
    39 
       
    40 SOURCEPATH 		..\..\..\..\..\security\crypto\weakcrypto\source\asymmetric
       
    41 SOURCE			rsakeys.cpp rsaencryptor.cpp rsadecryptor.cpp asymmetric.cpp
       
    42 SOURCE			rsafunction.cpp rsasigner.cpp rsaverifier.cpp
       
    43 SOURCE			dsasigner.cpp dsaverifier.cpp dsakeys.cpp
       
    44 SOURCE			dhkeys.cpp dh.cpp
       
    45 
       
    46 SOURCEPATH		..\..\..\..\..\security\crypto\weakcrypto\source\common
       
    47 SOURCE			cryptoentry.cpp
       
    48 
       
    49 USERINCLUDE		..\..\..\..\..\security\crypto\weakcrypto\inc
       
    50 SYSTEMINCLUDE	\epoc32\include 
       
    51 USERINCLUDE	..\..\..\..\..\security\crypto\weakcrypto\source\bigint
       
    52 
       
    53 LIBRARY			euser.lib random.lib hash.lib
       
    54 STATICLIBRARY	bigint.lib
       
    55 
       
    56 SMPSAFE