equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 |
|
20 |
|
21 /** |
|
22 @file |
|
23 @internalTechnology |
|
24 */ |
|
25 |
|
26 TARGET tpkcs12libtest.exe |
|
27 |
|
28 |
|
29 UID 0 |
|
30 |
|
31 TARGETTYPE exe |
|
32 |
|
33 USERINCLUDE . |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 SYSTEMINCLUDE /epoc32/include |
|
37 SYSTEMINCLUDE /epoc32/include/test |
|
38 |
|
39 SOURCEPATH . |
|
40 |
|
41 SOURCE ../src/tpkcs12libtestserver.cpp |
|
42 SOURCE ../src/tpkcs12common.cpp |
|
43 SOURCE ../src/tpkcs12libteststep.cpp |
|
44 SOURCE ../src/tpkcs12data.cpp |
|
45 |
|
46 |
|
47 |
|
48 |
|
49 LIBRARY euser.lib efsrv.lib |
|
50 LIBRARY testexecuteutils.lib |
|
51 LIBRARY testexecutelogclient.lib |
|
52 LIBRARY pkcs12.lib pkcs7.lib |
|
53 LIBRARY pkixcert.lib |
|
54 LIBRARY x509.lib |
|
55 LIBRARY pbe.lib |
|
56 LIBRARY estor.lib |
|
57 LIBRARY asn1.lib asnpkcs.lib |