24
|
1 |
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
#ifndef __TE_ETELISV_IBY__
|
|
17 |
#define __TE_ETELISV_IBY__
|
|
18 |
|
|
19 |
#include <testexecute.iby>
|
|
20 |
#include <simtsy.iby>
|
|
21 |
#include <testconfigfileparser.iby>
|
|
22 |
|
|
23 |
#include <etelisv.iby>
|
|
24 |
|
|
25 |
#include <te_etelisvcaps.iby>
|
|
26 |
|
|
27 |
// etelisv Test harnesses dll
|
|
28 |
data=ABI_DIR\DEBUG_DIR\te_etelisv.exe SYSTEM_BINDIR\te_etelisv.exe
|
|
29 |
// Scripts
|
|
30 |
|
|
31 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_etelisv.script TestData\scripts\te_etelisv.script
|
|
32 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_etelisv_setup.script TestData\scripts\te_etelisv_setup.script
|
|
33 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_etelisvnocaps.script TestData\scripts\te_etelisvnocaps.script
|
|
34 |
data=EPOCROOT##epoc32\data\z\testdata\Configs\TE_EtelIsv.cfg TestData\Configs\TE_EtelIsv.cfg
|
|
35 |
data=EPOCROOT##epoc32\data\z\testdata\Configs\te_etelisv_config.txt TestData\Configs\te_etelisv_config.txt
|
|
36 |
data=EPOCROOT##epoc32\data\z\testdata\Configs\TE_EtelIsv.ini TestData\Configs\TE_EtelIsv.ini
|
|
37 |
|
|
38 |
#endif
|