crypto/weakcryptospi/group/tcryptospi.mmp
changeset 8 35751d3474b7
child 15 da2ae96f639b
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 * Te_CryptoSpi.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET      te_cryptospi.exe
       
    21 TARGETTYPE  exe
       
    22 UID         0x1000007A 0x101F7784
       
    23 
       
    24 //Please add any change under here
       
    25 SOURCEPATH      ../test/tcryptospi/src
       
    26 SOURCE          te_cryptospiserver.cpp
       
    27 SOURCE          te_cryptospistepbase.cpp
       
    28 SOURCE          te_cryptospiconversion.cpp
       
    29 SOURCE          filereader.cpp
       
    30 SOURCE          filewriter.cpp
       
    31 SOURCE          filecompare.cpp
       
    32 SOURCE			plugincharschecker.cpp
       
    33 
       
    34 SOURCE			symmetriccipherstepbase.cpp
       
    35 SOURCE          symmetriccipherpositiveobjectloadstep.cpp
       
    36 SOURCE          symmetriccipherincrementalencryptdecryptstep.cpp
       
    37 SOURCE          symmetriccipherencryptdecryptstep.cpp
       
    38 SOURCE          symmetriccipherencrypteddatacheckstep.cpp
       
    39 SOURCE          symmetriccipherobjectreusestep.cpp
       
    40 SOURCE			symmetriccipherprocessbeforeivsetstep.cpp
       
    41 SOURCE			symmetriccipherbadivlengthstep.cpp
       
    42 SOURCE			symmetriccipherctrmodeoutoforderstep.cpp
       
    43 
       
    44 SOURCE          asymmetriccipherpositiveobjectloadstep.cpp
       
    45 SOURCE          asymmetriccipherencrypteddatacheckstep.cpp
       
    46 SOURCE          asymmetriccipherencryptdecryptstep.cpp
       
    47 
       
    48 SOURCE          hashpositiveobjectloadstep.cpp
       
    49 SOURCE          hashbasichashofdatastep.cpp
       
    50 SOURCE          hashincrementalhashstep.cpp
       
    51 SOURCE          hashincrementalhashwithcopystep.cpp
       
    52 SOURCE          hashincrementalhashwithreplicatestep.cpp
       
    53 SOURCE          hashincrementalhashwithresetstep.cpp
       
    54 
       
    55 SOURCE          hmacpositiveobjectloadstep.cpp
       
    56 SOURCE          hmacbasichashofdatastep.cpp
       
    57 SOURCE          hmacincrementalhmacstep.cpp
       
    58 SOURCE          hmacincrementalhmacwithcopystep.cpp
       
    59 SOURCE          hmacincrementalhmacwithreplicatestep.cpp
       
    60 SOURCE          hmacincrementalhmacwithresetstep.cpp
       
    61 SOURCE          hmacsetkeycheckingstep.cpp
       
    62 SOURCE          hmacsetoperationmodecheckingstep.cpp
       
    63 
       
    64 SOURCE          randomnumbergeneratorgeneralusagestep.cpp
       
    65 
       
    66 SOURCE          KeyExchangeSyncStep.cpp
       
    67 SOURCE          keypairgeneratorpositiveobjectloadstep.cpp
       
    68 SOURCE          signerpositiveobjectloadstep.cpp
       
    69 SOURCE          verifierpositiveobjectloadstep.cpp
       
    70 SOURCE          signerverifierstep.cpp
       
    71 
       
    72 SOURCE			pluginloadstep.cpp
       
    73 
       
    74 SOURCE          plugincharscommonstep.cpp
       
    75 SOURCE          plugincharssymmetriccipherstep.cpp
       
    76 SOURCE          plugincharsasymmetriccipherstep.cpp
       
    77 SOURCE			plugincharshashstep.cpp
       
    78 SOURCE			plugincharsrandomstep.cpp
       
    79 SOURCE			plugincharsasymsignstep.cpp
       
    80 SOURCE			plugincharskeyagreestep.cpp
       
    81 SOURCE			plugincharsasymkeypairstep.cpp
       
    82 SOURCE			plugincharsextendedstep.cpp
       
    83 SOURCE 			ruleselectcommonstep.cpp
       
    84 
       
    85 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
       
    86 SOURCE			mac_incremental_reset_step.cpp 
       
    87 SOURCE			mac_incremental_step.cpp 
       
    88 SOURCE			mac_positive_object_load_step.cpp 
       
    89 SOURCE			mac_basic_data_step.cpp 
       
    90 SOURCE			plugincharsmacstep.cpp 
       
    91 SOURCE			symmetric_mac_basic_data_step.cpp 
       
    92 SOURCE			symmetric_mac_incremental_reset_step.cpp 
       
    93 SOURCE			symmetric_mac_incremental_step.cpp 
       
    94 SOURCE			symmetric_mac_incremental_re_init_step.cpp 
       
    95 SOURCE			hash_basic_data_step.cpp 
       
    96 SOURCE			hash_incremental_step.cpp 
       
    97 SOURCE			hash_incremental_with_copy_step.cpp 
       
    98 SOURCE			hash_incremental_with_replicate_step.cpp 
       
    99 SOURCE			hash_incremental_with_reset_step.cpp 
       
   100 SOURCE			hash_positive_object_load_step.cpp 
       
   101 SOURCE			plugin_chars_new_hash_step.cpp 
       
   102 SOURCE			mac_incremental_with_copy_step.cpp 
       
   103 SOURCE			mac_incremental_with_replicate_step.cpp 
       
   104 SOURCE			symmetric_mac_incremental_with_replicate_step.cpp 
       
   105 SOURCE			symmetric_mac_incremental_with_copy_step.cpp
       
   106 #endif
       
   107 
       
   108 USERINCLUDE     ..
       
   109 USERINCLUDE     ../test/tcryptospi/src
       
   110 USERINCLUDE	../inc/spi
       
   111 
       
   112 SYSTEMINCLUDE   /epoc32/include
       
   113 SYSTEMINCLUDE   /epoc32/include/test
       
   114 SYSTEMINCLUDE   /epoc32/include/libc
       
   115 
       
   116 // Please add your system include under here
       
   117 
       
   118 LIBRARY         euser.lib
       
   119 LIBRARY         testexecuteutils.lib
       
   120 LIBRARY         testexecutelogclient.lib
       
   121 
       
   122 // Please add your libraries under here
       
   123 LIBRARY         estlib.lib
       
   124 LIBRARY         cryptospi.lib
       
   125 LIBRARY         cryptography.lib
       
   126 LIBRARY         efsrv.lib
       
   127 SMPSAFE