0
|
1 |
// Copyright (c) 2007-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 the License "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 |
// e32\rombuild\hsusbtest.iby
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
#ifndef __usbtest_IBY__
|
|
19 |
#define __usbtest_IBY__
|
|
20 |
|
|
21 |
REM the autoexec file and the list of tests to run
|
|
22 |
|
|
23 |
#if defined(MANUALROM)
|
|
24 |
data=EPOCROOT##epoc32\rom\##VARIANT##\usbtest.autoexec.bat test\usbtest.autoexec.bat
|
|
25 |
#else
|
|
26 |
data=EPOCROOT##epoc32\rom\##VARIANT##\usbtest.autoexec.bat autoexec.bat
|
|
27 |
#endif
|
|
28 |
data=EPOCROOT##epoc32\rom\##VARIANT##\usbtest.testlist.hs.bat test\usbtest.bat
|
|
29 |
|
|
30 |
REM The test applications
|
|
31 |
|
|
32 |
file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb.exe sys\bin\t_usb.exe
|
|
33 |
file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbapi.exe sys\bin\t_usbapi.exe
|
|
34 |
file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_device.exe sys\bin\t_usb_device.exe
|
|
35 |
file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_scdevice.exe sys\bin\t_usb_scdevice.exe
|
|
36 |
file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbcsc.exe sys\bin\t_usbcsc.exe
|
|
37 |
|
|
38 |
REM t_usb_device xml configuration files
|
|
39 |
|
|
40 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\hsif0.xml test\hsif0.xml
|
|
41 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\hsif0a3.xml test\hsif0a3.xml
|
|
42 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\hsif0a3if1a2if2.xml test\hsif0a3if1a2if2.xml
|
|
43 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\hsbm.xml test\hsbm.xml
|
|
44 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\schsif0.xml test\schsif0.xml
|
|
45 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\schsif0a3.xml test\schsif0a3.xml
|
|
46 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\schsif0a3if1a2if2.xml test\schsif0a3if1a2if2.xml
|
|
47 |
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\schsbm.xml test\schsbm.xml
|
|
48 |
|
|
49 |
|
|
50 |
#endif
|