os/kernelhwsrv/kerneltest/e32test/usbho/t_usbdi/rom/build_rom.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
REM All rights reserved.
sl@0
     3
REM This component and the accompanying materials are made available
sl@0
     4
REM under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
REM which accompanies this distribution, and is available
sl@0
     6
REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
REM 
sl@0
     8
REM Initial Contributors:
sl@0
     9
REM Nokia Corporation - initial contribution.
sl@0
    10
REM 
sl@0
    11
REM Contributors:
sl@0
    12
REM 
sl@0
    13
REM Description:
sl@0
    14
REM 
sl@0
    15
REM 
sl@0
    16
sl@0
    17
CALL cd ..\..\..\..\..\kernel\eka\rombuild
sl@0
    18
sl@0
    19
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
    20
sl@0
    21
:makebin
sl@0
    22
set TheDrive=F
sl@0
    23
if exist %1: set TheDrive=%1
sl@0
    24
sl@0
    25
CALL DEL /Q sys$rom.bin
sl@0
    26
CALL rename h4HRPARMV5D.img sys$rom.bin
sl@0
    27
CALL copy /y sys$rom.bin %theDrive%:
sl@0
    28
CALL chkdsk /x %theDrive%:
sl@0
    29
CALL cd ..\..\..\kerneltest\e32test\usbho\t_usbdi\rom