24
|
1 |
// Copyright (c) 2008-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_CSAT_COMPONENT_IBY__
|
|
17 |
#define __TE_CSAT_COMPONENT_IBY__
|
|
18 |
|
|
19 |
#include <testexecute.iby>
|
|
20 |
#include <ctsy.iby>
|
|
21 |
#include <mocksy.iby>
|
|
22 |
#include <ctsydispatcher.iby>
|
|
23 |
|
|
24 |
// Test Harness Executables
|
|
25 |
file=ABI_DIR\DEBUG_DIR\te_csat_component.exe SYSTEM_BINDIR\te_csat_component.exe
|
|
26 |
|
|
27 |
// Runnable Scripts
|
|
28 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_providelocalinfo_individual.script testdata\scripts\te_csatcomponent_providelocalinfo_individual.script
|
|
29 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_sendussd_individual.script testdata\scripts\te_csatcomponent_sendussd_individual.script
|
|
30 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_frames_individual.script testdata\scripts\te_csatcomponent_frames_individual.script
|
|
31 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_setupeventlist_individual.script testdata\scripts\te_csatcomponent_setupeventlist_individual.script
|
|
32 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_refresh_individual.script testdata\scripts\te_csatcomponent_refresh_individual.script
|
|
33 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_setupmenu_individual.script testdata\scripts\te_csatcomponent_setupmenu_individual.script
|
|
34 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_displaytext_individual.script testdata\scripts\te_csatcomponent_displaytext_individual.script
|
|
35 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_getinput_individual.script testdata\scripts\te_csatcomponent_getinput_individual.script
|
|
36 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_getinkey_individual.script testdata\scripts\te_csatcomponent_getinkey_individual.script
|
|
37 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_sendsms_individual.script testdata\scripts\te_csatcomponent_sendsms_individual.script
|
|
38 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_openchannel_individual.script testdata\scripts\te_csatcomponent_openchannel_individual.script
|
|
39 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_setupcall_individual.script testdata\scripts\te_csatcomponent_setupcall_individual.script
|
|
40 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_closechannel_individual.script testdata\scripts\te_csatcomponent_closechannel_individual.script
|
|
41 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_multimediamsg_individual.script testdata\scripts\te_csatcomponent_multimediamsg_individual.script
|
|
42 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_languagenotification_individual.script testdata\scripts\te_csatcomponent_languagenotification_individual.script
|
|
43 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_selectitem_individual.script testdata\scripts\te_csatcomponent_selectitem_individual.script
|
|
44 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_setupidlemodetext_individual.script testdata\scripts\te_csatcomponent_setupidlemodetext_individual.script
|
|
45 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_sendss_individual.script testdata\scripts\te_csatcomponent_sendss_individual.script
|
|
46 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_sendreceivedata_individual.script testdata\scripts\te_csatcomponent_sendreceivedata_individual.script
|
|
47 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_senddtmf_individual.script testdata\scripts\te_csatcomponent_senddtmf_individual.script
|
|
48 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_getchannelstatus_individual.script testdata\scripts\te_csatcomponent_getchannelstatus_individual.script
|
|
49 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_playtone_individual.script testdata\scripts\te_csatcomponent_playtone_individual.script
|
|
50 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_launchbrowser_individual.script testdata\scripts\te_csatcomponent_launchbrowser_individual.script
|
|
51 |
data=EPOCROOT##epoc32\data\z\testdata\scripts\te_csatcomponent_individual.script testdata\scripts\te_csatcomponent_individual.script
|
|
52 |
|
|
53 |
#endif // __TE_CSAT_COMPONENT_IBY__
|