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