sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: //#NAME: NAND Loader rom sl@0: //Following lines copied from os\kernelhwsrv\kernel\eka\rombuild\nandloader.oby sl@0: sl@0: #define BASE_ROM sl@0: #define NANDLOADER_ROM sl@0: #include sl@0: sl@0: files= sl@0: sl@0: #include sl@0: sl@0: #ifdef WITH_EXTENSION sl@0: #undef WITH_EXTENSION sl@0: #endif sl@0: #ifdef WITH_ROFS sl@0: #undef WITH_ROFS sl@0: #endif sl@0: #ifdef WITH_COMP sl@0: #undef WITH_COMP sl@0: #endif sl@0: sl@0: #include "user.iby" sl@0: #include sl@0: #include sl@0: sl@0: sl@0: //---------------------------------------------------------------------------- sl@0: //Specific to SMR NAND test on NE1 sl@0: sl@0: sl@0: file=\Epoc32\Release\ARMV5\udeb\NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE sl@0: sl@0: #if defined(SMR_AUTO_ROM1) sl@0: sl@0: data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO1-D.IMG \core.img sl@0: data=\Epoc32\rom\include\smrtest_nandldr_autoexec1.bat \autoexec.bat sl@0: sl@0: #elif defined(SMR_AUTO_ROM2) sl@0: sl@0: data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO2-D.IMG \core.img sl@0: data=\Epoc32\rom\include\smrtest_nandldr_autoexec2.bat \autoexec.bat sl@0: sl@0: #elif defined(SMR_AUTO_ROM3) sl@0: sl@0: data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO3-D.IMG \core.img sl@0: data=\Epoc32\rom\include\smrtest_nandldr_autoexec3.bat \autoexec.bat sl@0: sl@0: #elif defined(SMR_AUTO_ROM4) sl@0: sl@0: data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO4-D.IMG \core.img sl@0: data=\Epoc32\rom\include\smrtest_nandldr_autoexec4.bat \autoexec.bat sl@0: sl@0: #endif