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 @file |
|
19 |
|
20 @SYMPurpose tpkcs10serverv2.exe New TEF Test harness for PKCS#10 server |
|
21 */ |
|
22 |
|
23 TARGET tpkcs10serverv2.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x1000007A 0x101F7784 |
|
26 |
|
27 CAPABILITY AllFiles WriteDeviceData ReadDeviceData ReadUserData WriteUserData |
|
28 |
|
29 //Please add any change under here |
|
30 SOURCEPATH . |
|
31 SOURCE tpkcs10serverv2.cpp |
|
32 SOURCE tpkcs10stepbasev2.cpp |
|
33 SOURCE tcertrequeststep.cpp |
|
34 SOURCE tpkcs10negatives.cpp |
|
35 SOURCE tpkcs10minortests.cpp |
|
36 |
|
37 |
|
38 USERINCLUDE . |
|
39 SYSTEMINCLUDE /epoc32/include |
|
40 SYSTEMINCLUDE /epoc32/include/test |
|
41 |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY testexecuteutils.lib |
|
45 LIBRARY testexecutelogclient.lib |
|
46 LIBRARY efsrv.lib |
|
47 LIBRARY pkcs10.lib |
|
48 LIBRARY certstore.lib |
|
49 LIBRARY x500.lib |
|
50 LIBRARY x509.lib |
|
51 LIBRARY asn1.lib |
|
52 LIBRARY cryptography.lib |
|
53 LIBRARY ctframework.lib |
|
54 LIBRARY hash.lib |