|
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\h4usbtest.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 data=EPOCROOT##epoc32\rom\h4hrp\usbtest.testlist.h4.bat test\usbtest.bat |
|
24 |
|
25 REM The test applications |
|
26 |
|
27 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\reboot.exe sys\bin\reboot.exe |
|
28 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb.exe sys\bin\t_usb.exe |
|
29 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbapi.exe sys\bin\t_usbapi.exe |
|
30 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_device.exe sys\bin\t_usb_device.exe |
|
31 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_scdevice.exe sys\bin\t_usb_scdevice.exe |
|
32 file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbcsc.exe sys\bin\t_usbcsc.exe |
|
33 |
|
34 REM t_usb_device xml configuration files |
|
35 |
|
36 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0.xml test\h4if0.xml |
|
37 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0a3.xml test\h4if0a3.xml |
|
38 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0a3if1a2if2.xml test\h4if0a3if1a2if2.xml |
|
39 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4bm.xml test\h4bm.xml |
|
40 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0.xml test\sch4if0.xml |
|
41 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0a3.xml test\sch4if0a3.xml |
|
42 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0a3if1a2if2.xml test\sch4if0a3if1a2if2.xml |
|
43 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4bm.xml test\sch4bm.xml |
|
44 |
|
45 |
|
46 #endif |