os/kernelhwsrv/kerneltest/e32test/usbho/t_usbdi/rom/build_rom.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/usbho/t_usbdi/rom/build_rom.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +REM All rights reserved.
     1.6 +REM This component and the accompanying materials are made available
     1.7 +REM under the terms of the License "Eclipse Public License v1.0"
     1.8 +REM which accompanies this distribution, and is available
     1.9 +REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +REM 
    1.11 +REM Initial Contributors:
    1.12 +REM Nokia Corporation - initial contribution.
    1.13 +REM 
    1.14 +REM Contributors:
    1.15 +REM 
    1.16 +REM Description:
    1.17 +REM 
    1.18 +REM 
    1.19 +
    1.20 +CALL cd ..\..\..\..\..\kernel\eka\rombuild
    1.21 +
    1.22 +CALL rom -v h4hrp -i armv5 -b udeb -t t_usbdi -s --define=USE_USB_HOST,TEST_USB_HOST,SYMBIAN_INCLUDE_USB_OTG_HOST
    1.23 +
    1.24 +:makebin
    1.25 +set TheDrive=F
    1.26 +if exist %1: set TheDrive=%1
    1.27 +
    1.28 +CALL DEL /Q sys$rom.bin
    1.29 +CALL rename h4HRPARMV5D.img sys$rom.bin
    1.30 +CALL copy /y sys$rom.bin %theDrive%:
    1.31 +CALL chkdsk /x %theDrive%:
    1.32 +CALL cd ..\..\..\kerneltest\e32test\usbho\t_usbdi\rom