1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/rombuild/h4usbtest.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,46 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32\rombuild\h4usbtest.iby
1.18 +//
1.19 +//
1.20 +
1.21 +#ifndef __usbtest_IBY__
1.22 +#define __usbtest_IBY__
1.23 +
1.24 +REM the autoexec file and the list of tests to run
1.25 +
1.26 +data=EPOCROOT##epoc32\rom\h4hrp\usbtest.testlist.h4.bat test\usbtest.bat
1.27 +
1.28 +REM The test applications
1.29 +
1.30 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\reboot.exe sys\bin\reboot.exe
1.31 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb.exe sys\bin\t_usb.exe
1.32 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbapi.exe sys\bin\t_usbapi.exe
1.33 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_device.exe sys\bin\t_usb_device.exe
1.34 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usb_scdevice.exe sys\bin\t_usb_scdevice.exe
1.35 +file=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_usbcsc.exe sys\bin\t_usbcsc.exe
1.36 +
1.37 +REM t_usb_device xml configuration files
1.38 +
1.39 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0.xml test\h4if0.xml
1.40 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0a3.xml test\h4if0a3.xml
1.41 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4if0a3if1a2if2.xml test\h4if0a3if1a2if2.xml
1.42 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\h4bm.xml test\h4bm.xml
1.43 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0.xml test\sch4if0.xml
1.44 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0a3.xml test\sch4if0a3.xml
1.45 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4if0a3if1a2if2.xml test\sch4if0a3if1a2if2.xml
1.46 +data=##BASEPATH##kernelhwsrv\kerneltest\e32test\usb\t_usb_device\configs\sch4bm.xml test\sch4bm.xml
1.47 +
1.48 +
1.49 +#endif