os/security/crypto/weakcryptospi/group/tcryptospi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-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 * 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 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
   109 SOURCE			dummyecccipherloadstep.cpp
   110 SOURCE			dummyeccsignerloadstep.cpp
   111 #endif
   112 
   113 USERINCLUDE     ..
   114 USERINCLUDE     ../test/tcryptospi/src
   115 USERINCLUDE ../../../cryptomgmtlibs/securityutils/inc
   116 
   117 
   118 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
   119 
   120 // Please add your system include under here
   121 
   122 LIBRARY         euser.lib
   123 LIBRARY         testexecuteutils.lib
   124 LIBRARY         testexecutelogclient.lib
   125 
   126 // Please add your libraries under here
   127 LIBRARY         estlib.lib
   128 LIBRARY         cryptospi.lib
   129 LIBRARY         cryptography.lib
   130 LIBRARY         efsrv.lib
   131 SMPSAFE