|
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 t_testhandler2.dll Test harness handler |
|
21 */ |
|
22 |
|
23 TARGET t_testhandler2.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE dll |
|
26 UID 0x10000079 0x101F546C |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 // Different def file because no TCapabilitySet on EKA1 |
|
30 DEFFILE t_testhandler2_sss.def |
|
31 |
|
32 USERINCLUDE ../test/testhandler2 ../inc |
|
33 SYSTEMINCLUDE /epoc32/include |
|
34 |
|
35 SOURCEPATH ../test/testhandler2 |
|
36 |
|
37 SOURCE t_testhandler.cpp |
|
38 SOURCE Ttesthandlersettings.cpp |
|
39 SOURCE t_errorconverter.cpp |
|
40 SOURCE T_input.cpp |
|
41 SOURCE t_output.cpp |
|
42 SOURCE t_utils.cpp |
|
43 SOURCE t_testaction.cpp |
|
44 SOURCE t_testsetup.cpp |
|
45 SOURCE t_testactionspec.cpp |
|
46 SOURCE t_certstoreactionmemfail.cpp |
|
47 SOURCE Tcancel.cpp |
|
48 SOURCE t_message.cpp |
|
49 SOURCE tTestSpec.cpp |
|
50 SOURCE tScriptSetup.cpp |
|
51 SOURCE Thardcodedsetup.cpp |
|
52 SOURCE tSyncAction.cpp |
|
53 SOURCE t_bacline.cpp |
|
54 SOURCE t_testrunner.cpp |
|
55 SOURCE t_sleep.cpp |
|
56 SOURCE t_capabilities.cpp |
|
57 SOURCE t_policy.cpp |
|
58 |
|
59 LIBRARY euser.lib efsrv.lib estor.lib flogger.lib charconv.lib |