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 |
//
|
|
16 |
|
|
17 |
#ifndef __TESTEXECUTE_IBY__
|
|
18 |
#define __TESTEXECUTE_IBY__
|
|
19 |
|
|
20 |
#include <testexecutelogger.iby>
|
|
21 |
#include <iniparser.iby>
|
|
22 |
#include <RFilelogger.iby>
|
|
23 |
#include <testexecutepipsloggerclient.iby>
|
|
24 |
#include <wrapperutilsplugin.iby>
|
|
25 |
|
|
26 |
#ifdef TEF_LITE
|
|
27 |
file=ABI_DIR\DEBUG_DIR\testexecutelite.exe Sys\Bin\testexecute.exe
|
|
28 |
#else
|
|
29 |
file=ABI_DIR\DEBUG_DIR\testexecute.exe Sys\Bin\testexecute.exe
|
|
30 |
#endif
|
|
31 |
|
|
32 |
file=ABI_DIR\DEBUG_DIR\testexecuteutils.dll Sys\Bin\testexecuteutils.dll
|
|
33 |
|
|
34 |
|
|
35 |
data=EPOCROOT##epoc32\data\z\system\data\testexecute.ini system\data\testexecute.ini
|
|
36 |
#endif
|