equal
deleted
inserted
replaced
|
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 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 * |
|
16 */ |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose tasymmetric.exe Test harness for asymmetric implementation |
|
22 */ |
|
23 |
|
24 TARGET tasymmetric.exe |
|
25 TARGETTYPE exe |
|
26 UID 0x10000079 0x101F7F1F |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH ../test/tasymmetric |
|
30 SOURCE tasymmetricmain.cpp |
|
31 SOURCE trsaencryptfb.cpp trsasignfb.cpp |
|
32 SOURCE tdsasignfb.cpp tdsavector.cpp |
|
33 SOURCE tvectortest.cpp trsavector.cpp tvectorutils.cpp |
|
34 SOURCE tbrokenrandom.cpp tdsaprimegen.cpp |
|
35 SOURCE performancetest.cpp |
|
36 SOURCE tsignatureinput.cpp |
|
37 SOURCE tdhvector.cpp |
|
38 SOURCE trsaparams.cpp tasymmetricmisc.cpp |
|
39 |
|
40 USERINCLUDE . |
|
41 USERINCLUDE ../inc |
|
42 |
|
43 SYSTEMINCLUDE /epoc32/include/testhandler2 /epoc32/include |
|
44 |
|
45 LIBRARY euser.lib efsrv.lib t_testhandler2.lib random.lib cryptography.lib hash.lib |
|
46 SMPSAFE |