0
|
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 "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 |
* Using relative paths for sourcepath and user includes
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
#include "../../Group/testexecute.cfg"
|
|
22 |
|
|
23 |
//Unpaged
|
|
24 |
TARGET testexecuteutils.dll
|
|
25 |
CAPABILITY All
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x1000008d 0x101F777A
|
|
28 |
VENDORID 0x70000001
|
|
29 |
|
|
30 |
|
|
31 |
SOURCEPATH ../Src
|
|
32 |
SOURCE TestServerBase.Cpp
|
|
33 |
SOURCE TestStepBase.Cpp
|
|
34 |
SOURCE TestClient.cpp
|
|
35 |
SOURCE TestExecuteLogger.cpp
|
|
36 |
SOURCE TEFScriptUtils.cpp
|
|
37 |
SOURCE SerialWriter.cpp
|
|
38 |
|
|
39 |
SOURCE DataWrapper.cpp
|
|
40 |
SOURCE CommandProcessor.cpp
|
|
41 |
SOURCE DataDictionary.cpp
|
|
42 |
SOURCE ActiveCallback.cpp
|
|
43 |
SOURCE TestServer2.cpp
|
|
44 |
SOURCE TestBlockController.cpp
|
|
45 |
SOURCE TEFTimer.cpp TEFUtils.cpp
|
|
46 |
|
|
47 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
48 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
49 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
50 |
SYSTEMINCLUDE /epoc32/include/test
|
|
51 |
USERINCLUDE ../inc
|
|
52 |
|
|
53 |
LIBRARY euser.lib
|
|
54 |
LIBRARY iniparser.lib
|
|
55 |
LIBRARY testexecutelogclient.lib
|
|
56 |
LIBRARY testexecutepipslogclient.lib
|
|
57 |
LIBRARY efsrv.lib
|
|
58 |
LIBRARY rfileloggerclient.lib
|
|
59 |
|
|
60 |
//testexecuteseriallogclient.lib
|
|
61 |
|