os/security/crypto/weakcrypto/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Cryptographic algorithms - en/decryption, signing, verification, hashing
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
/**
sl@0
    21
 @file
sl@0
    22
*/
sl@0
    23
sl@0
    24
sl@0
    25
sl@0
    26
PRJ_PLATFORMS
sl@0
    27
default winc
sl@0
    28
sl@0
    29
PRJ_EXPORTS
sl@0
    30
../inc/cryptopanic.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptopanic.h)
sl@0
    31
../inc/hash.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(hash.h)
sl@0
    32
../inc/random.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(random.h)
sl@0
    33
../inc/randsvr.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(randsvr.h)
sl@0
    34
../inc/randcliserv.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(randcliserv.h)
sl@0
    35
../inc/pkcs5kdf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(pkcs5kdf.h)
sl@0
    36
../inc/pkcs12kdf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(pkcs12kdf.h)
sl@0
    37
sl@0
    38
../inc/crypto.iby /epoc32/rom/include/crypto.iby
sl@0
    39
../inc/hash.iby /epoc32/rom/include/hash.iby
sl@0
    40
../inc/random.iby /epoc32/rom/include/random.iby
sl@0
    41
../inc/pbe.iby /epoc32/rom/include/pbe.iby
sl@0
    42
sl@0
    43
sl@0
    44
sl@0
    45
#ifndef SYMBIAN_CRYPTOSPI
sl@0
    46
#ifndef TOOLS // Don't build anything for tools
sl@0
    47
#ifndef TOOLS2 // Don't build anything for tools2
sl@0
    48
sl@0
    49
// For EKA1 arm builds, things that use long long support don't get built for thumb
sl@0
    50
sl@0
    51
PRJ_MMPFILES
sl@0
    52
cryptolib.mmp
sl@0
    53
#ifndef MARM_THUMB
sl@0
    54
crypto.mmp	BUILD_AS_ARM //	Don't build for thumb
sl@0
    55
#endif
sl@0
    56
hash.mmp
sl@0
    57
randsvr.mmp
sl@0
    58
random.mmp
sl@0
    59
pbe.mmp
sl@0
    60
sl@0
    61
#ifdef WINS
sl@0
    62
cryptoswitch.mmp
sl@0
    63
#endif
sl@0
    64
sl@0
    65
PRJ_TESTMMPFILES
sl@0
    66
tasymmetric.mmp
sl@0
    67
#ifndef MARM_THUMB
sl@0
    68
tbigint.mmp  BUILD_AS_ARM // Don't build for thumb
sl@0
    69
#endif
sl@0
    70
tpkcs5kdf.mmp 
sl@0
    71
tpbe.mmp	
sl@0
    72
tsymmetric.mmp
sl@0
    73
thash.mmp
sl@0
    74
trandom.mmp
sl@0
    75
tpaddingServer.mmp
sl@0
    76
sl@0
    77
#endif // TOOLS2
sl@0
    78
#endif //TOOLS
sl@0
    79
sl@0
    80
sl@0
    81
PRJ_TESTEXPORTS
sl@0
    82
sl@0
    83
// bigint
sl@0
    84
../test/tbigint/scripts/tbasicmathstests.txt /epoc32/winscw/c/tbigint/tbasicmathstests.txt
sl@0
    85
../test/tbigint/scripts/tconstructiontests.txt /epoc32/winscw/c/tbigint/tconstructiontests.txt
sl@0
    86
../test/tbigint/scripts/tprimegen.txt /epoc32/winscw/c/tbigint/tprimegen.txt
sl@0
    87
../test/tbigint/scripts/tmontgomerytests.txt /epoc32/winscw/c/tbigint/tmontgomerytests.txt
sl@0
    88
../test/tbigint/scripts/tprimetests.txt /epoc32/winscw/c/tbigint/tprimetests.txt
sl@0
    89
../test/tbigint/scripts/tprimetests2.txt /epoc32/winscw/c/tbigint/tprimetests2.txt
sl@0
    90
../test/tbigint/scripts/tprimefailuretests.txt /epoc32/winscw/c/tbigint/tprimefailuretests.txt
sl@0
    91
../test/tbigint/scripts/tperformancetests.txt /epoc32/winscw/c/tbigint/tperformancetests.txt
sl@0
    92
sl@0
    93
../test/tpkcs5kdf/scripts/tpkcs12kdftests.txt /epoc32/winscw/c/tpkcs5kdf/tpkcs12kdftests.txt
sl@0
    94
sl@0
    95
// pbe
sl@0
    96
../test/tpbe/scripts/tpbetests_v2.txt /epoc32/winscw/c/tpbe/tpbetests_v2.txt
sl@0
    97
../test/tpbe/Data/strong.dat /epoc32/winscw/c/tpbe/strong.dat
sl@0
    98
../test/tpbe/Data/weak.dat /epoc32/winscw/c/tpbe/weak.dat
sl@0
    99
../test/tpbe/Data/pkcs5-orig.dat /epoc32/winscw/c/tpbe/pkcs5-orig.dat
sl@0
   100
../test/tpbe/Data/pkcs12-first.dat /epoc32/winscw/c/tpbe/pkcs12-first.dat
sl@0
   101
sl@0
   102
// Asymmetric
sl@0
   103
../test/tasymmetric/scripts/tasymmetrictests.txt /epoc32/winscw/c/tasymmetric/tasymmetrictests.txt
sl@0
   104
sl@0
   105
../test/tasymmetric/scripts/asymmetricPerformance.txt /epoc32/winscw/c/tasymmetric/asymmetricperformance.txt
sl@0
   106
sl@0
   107
// Symmetric
sl@0
   108
../test/tsymmetric/scripts/tsymmetrictests.txt /epoc32/winscw/c/tsymmetric/tsymmetrictests.txt
sl@0
   109
sl@0
   110
../test/tsymmetric/scripts/tsymmetricperformancetests.txt /epoc32/winscw/c/tsymmetric/tsymmetricperformancetests.txt
sl@0
   111
sl@0
   112
../test/tsymmetric/scripts/symmetricOOMtests.txt /epoc32/winscw/c/tsymmetric/symmetricoomtests.txt
sl@0
   113
sl@0
   114
../test/tsymmetric/scripts/AESECBVectorsScript.txt /epoc32/winscw/c/tsymmetric/aesecbvectorsscript.txt
sl@0
   115
../test/tsymmetric/scripts/AESECB_KAT_VT.txt /epoc32/winscw/c/tsymmetric/aesecb_kat_vt.txt
sl@0
   116
../test/tsymmetric/scripts/AESECB_KAT_VK.txt /epoc32/winscw/c/tsymmetric/aesecb_kat_vk.txt
sl@0
   117
sl@0
   118
../test/tsymmetric/scripts/AESMonteCarloEncryptECB128.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb128.txt
sl@0
   119
../test/tsymmetric/scripts/AESMonteCarloEncryptECB192.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb192.txt
sl@0
   120
../test/tsymmetric/scripts/AESMonteCarloEncryptECB256.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb256.txt
sl@0
   121
sl@0
   122
../test/tsymmetric/scripts/AESMonteCarloDecryptECB128.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb128.txt
sl@0
   123
../test/tsymmetric/scripts/AESMonteCarloDecryptECB192.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb192.txt
sl@0
   124
../test/tsymmetric/scripts/AESMonteCarloDecryptECB256.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb256.txt
sl@0
   125
sl@0
   126
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC128.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc128.txt
sl@0
   127
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC192.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc192.txt
sl@0
   128
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC256.txt /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc256.txt
sl@0
   129
sl@0
   130
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC128.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc128.txt
sl@0
   131
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC192.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc192.txt
sl@0
   132
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC256.txt /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc256.txt
sl@0
   133
sl@0
   134
//	Hash
sl@0
   135
../test/thash/testdata/hmacmd2.dat	/epoc32/winscw/c/thash/hmacmd2.dat
sl@0
   136
../test/thash/testdata/hmacmd5.dat	/epoc32/winscw/c/thash/hmacmd5.dat
sl@0
   137
../test/thash/testdata/hmacmd4.dat	/epoc32/winscw/c/thash/hmacmd4.dat 
sl@0
   138
../test/thash/testdata/hmacsha1.dat	/epoc32/winscw/c/thash/hmacsha1.dat
sl@0
   139
../test/thash/testdata/hmacsha224.dat	/epoc32/winscw/c/thash/hmacsha224.dat
sl@0
   140
../test/thash/testdata/hmacsha256.dat	/epoc32/winscw/c/thash/hmacsha256.dat
sl@0
   141
../test/thash/testdata/hmacsha384.dat	/epoc32/winscw/c/thash/hmacsha384.dat
sl@0
   142
../test/thash/testdata/hmacsha512.dat	/epoc32/winscw/c/thash/hmacsha512.dat
sl@0
   143
../test/thash/testdata/md2.dat		/epoc32/winscw/c/thash/md2.dat
sl@0
   144
../test/thash/testdata/md5.dat		/epoc32/winscw/c/thash/md5.dat
sl@0
   145
../test/thash/testdata/sha1.dat		/epoc32/winscw/c/thash/sha1.dat
sl@0
   146
../test/thash/testdata/md4.dat		/epoc32/winscw/c/thash/md4.dat
sl@0
   147
../test/thash/testdata/md4_largedata1.txt	/epoc32/winscw/c/thash/md4_largedata1.txt
sl@0
   148
../test/thash/testdata/md4_largedata2.txt	/epoc32/winscw/c/thash/md4_largedata2.txt
sl@0
   149
../test/thash/testdata/md4_largedata3.txt	/epoc32/winscw/c/thash/md4_largedata3.txt
sl@0
   150
../test/thash/testdata/448bit_data.txt		/epoc32/winscw/c/thash/448bit_data.txt
sl@0
   151
../test/thash/testdata/512bit_data.txt		/epoc32/winscw/c/thash/512bit_data.txt
sl@0
   152
../test/thash/testdata/512bitdata_largerkey.txt	/epoc32/winscw/c/thash/512bitdata_largerkey.txt
sl@0
   153
../test/thash/testdata/largerthanblocksizedata_key.txt	/epoc32/winscw/c/thash/largerthanblocksizedata_key.txt
sl@0
   154
../test/thash/testdata/sha224.dat	/epoc32/winscw/c/thash/sha224.dat
sl@0
   155
../test/thash/testdata/sha256.dat	/epoc32/winscw/c/thash/sha256.dat
sl@0
   156
../test/thash/testdata/sha384.dat	/epoc32/winscw/c/thash/sha384.dat
sl@0
   157
../test/thash/testdata/sha512.dat	/epoc32/winscw/c/thash/sha512.dat
sl@0
   158
sl@0
   159
sl@0
   160
//	Padding
sl@0
   161
../test/tpadding/scripts/tpadSSLv3.ini		/epoc32/winscw/c/tpadding/tpadsslv3.ini
sl@0
   162
../test/tpadding/scripts/tpadpkcs7.ini		/epoc32/winscw/c/tpadding/tpadpkcs7.ini
sl@0
   163
../test/tpadding/scripts/tpaddingnone.ini	/epoc32/winscw/c/tpadding/tpaddingnone.ini
sl@0
   164
../test/tpadding/scripts/tpadding.script	/epoc32/winscw/c/tpadding/tpadding.script
sl@0
   165
../test/tpadding/scripts/tpaddingudeb.script	/epoc32/winscw/c/tpadding/tpaddingudeb.script
sl@0
   166
sl@0
   167
sl@0
   168
// ROMKIT includes
sl@0
   169
../inc/cryptotests.iby /epoc32/rom/include/cryptotests.iby
sl@0
   170
../inc/hashtests.iby /epoc32/rom/include/hashtests.iby
sl@0
   171
../inc/pbetests.iby /epoc32/rom/include/pbetests.iby
sl@0
   172
../inc/randomtests.iby /epoc32/rom/include/randomtests.iby
sl@0
   173
../inc/pkcs5kdftests.iby /epoc32/rom/include/pkcs5kdftests.iby
sl@0
   174
../inc/paddingtests.iby /epoc32/rom/include/paddingtests.iby
sl@0
   175
sl@0
   176
#endif // SYMBIAN_CRYPTOSPI