sl@0: REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: REM All rights reserved. sl@0: REM This component and the accompanying materials are made available sl@0: REM under the terms of the License "Eclipse Public License v1.0" sl@0: REM which accompanies this distribution, and is available sl@0: REM at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: REM sl@0: REM Initial Contributors: sl@0: REM Nokia Corporation - initial contribution. sl@0: REM sl@0: REM Contributors: sl@0: REM sl@0: REM Description: sl@0: REM sl@0: REM sl@0: sl@0: CALL cd ..\..\..\..\..\kernel\eka\rombuild sl@0: sl@0: CALL rom -v h4hrp -i armv5 -b udeb -t t_usbdi -s --define=USE_USB_HOST,TEST_USB_HOST,SYMBIAN_INCLUDE_USB_OTG_HOST sl@0: sl@0: :makebin sl@0: set TheDrive=F sl@0: if exist %1: set TheDrive=%1 sl@0: sl@0: CALL DEL /Q sys$rom.bin sl@0: CALL rename h4HRPARMV5D.img sys$rom.bin sl@0: CALL copy /y sys$rom.bin %theDrive%: sl@0: CALL chkdsk /x %theDrive%: sl@0: CALL cd ..\..\..\kerneltest\e32test\usbho\t_usbdi\rom