1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/smr/rombuild/smrtest_nandldr_auto.oby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +//#NAME: NAND Loader rom
1.21 +//Following lines copied from os\kernelhwsrv\kernel\eka\rombuild\nandloader.oby
1.22 +
1.23 +#define BASE_ROM
1.24 +#define NANDLOADER_ROM
1.25 +#include <rom\##VARIANT##\header.iby>
1.26 +
1.27 +files=
1.28 +
1.29 +#include <rom\##VARIANT##\kernel.iby>
1.30 +
1.31 +#ifdef WITH_EXTENSION
1.32 +#undef WITH_EXTENSION
1.33 +#endif
1.34 +#ifdef WITH_ROFS
1.35 +#undef WITH_ROFS
1.36 +#endif
1.37 +#ifdef WITH_COMP
1.38 +#undef WITH_COMP
1.39 +#endif
1.40 +
1.41 +#include "user.iby"
1.42 +#include <rom\hal\hal.iby>
1.43 +#include <rom\f32\f32.iby>
1.44 +
1.45 +
1.46 +//----------------------------------------------------------------------------
1.47 +//Specific to SMR NAND test on NE1
1.48 +
1.49 +
1.50 +file=\Epoc32\Release\ARMV5\udeb\NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE
1.51 +
1.52 +#if defined(SMR_AUTO_ROM1)
1.53 +
1.54 +data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO1-D.IMG \core.img
1.55 +data=\Epoc32\rom\include\smrtest_nandldr_autoexec1.bat \autoexec.bat
1.56 +
1.57 +#elif defined(SMR_AUTO_ROM2)
1.58 +
1.59 +data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO2-D.IMG \core.img
1.60 +data=\Epoc32\rom\include\smrtest_nandldr_autoexec2.bat \autoexec.bat
1.61 +
1.62 +#elif defined(SMR_AUTO_ROM3)
1.63 +
1.64 +data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO3-D.IMG \core.img
1.65 +data=\Epoc32\rom\include\smrtest_nandldr_autoexec3.bat \autoexec.bat
1.66 +
1.67 +#elif defined(SMR_AUTO_ROM4)
1.68 +
1.69 +data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO4-D.IMG \core.img
1.70 +data=\Epoc32\rom\include\smrtest_nandldr_autoexec4.bat \autoexec.bat
1.71 +
1.72 +#endif