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: autotest NAND, nandloader component sl@0: // depends on the nandtest_test being built first (it includes it) sl@0: sl@0: #define BASE_ROM sl@0: #define NANDLOADER_ROM sl@0: #define NANDLOADERTEST_ROM 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: files= sl@0: sl@0: #include sl@0: #include "user.iby" sl@0: #include sl@0: #include sl@0: sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\crash.exe sys\bin\crash.exe sl@0: sl@0: #if defined(LMNAND2) sl@0: data=\epoc32\rom\LMNAND2\nandtest_load_autoexec.bat \autoexec.bat sl@0: #elif defined(_ONENAND) sl@0: data=\epoc32\rom\##VARIANT##\nandtest_load_on_autoexec.bat \autoexec.bat sl@0: #elif defined(_CREATE_NE1_TB_NAND_SWAP) // WDP on the NaviEngine is optional for now as the test results are poor sl@0: data=\epoc32\rom\##VARIANT##\nandtest_load_wdp_autoexec.bat \autoexec.bat sl@0: #else sl@0: data=\epoc32\rom\##VARIANT##\nandtest_load_autoexec.bat \autoexec.bat sl@0: #endif sl@0: sl@0: #if defined(LMNAND2) || defined(_NAND2) || defined(_ONENAND) sl@0: #if defined (__LABRADOR_BOARD__) sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\LAB_NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE sl@0: #else sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE sl@0: #endif sl@0: #else sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER.EXE \sys\bin\NANDLOADER.EXE sl@0: #endif sl@0: sl@0: // Built with nandtest_test.oby sl@0: #ifdef NAMETAG sl@0: data=##VARIANT##.##KMAIN##.##BUILD##.##NAMETAG##.core.img \core.img sl@0: #else sl@0: data=##VARIANT##.##KMAIN##.##BUILD##.core.img \core.img sl@0: #endif sl@0: sl@0: #if defined(MULTIPLEROFS) sl@0: // Built by rom.pl with type=nandtest_test sl@0: data=tests.rofs \rofs1.img sl@0: data=dir.rofs \rofs2.img sl@0: data=extension.rofs \rofsextension3.img sl@0: data=dir1.rofs \rofs4.img sl@0: data=dir2.rofs \rofs5.img sl@0: data=dir3.rofs \rofs6.img sl@0: data=\epoc32\rom\rofstest\fatimage.bin \user3.img sl@0: #else sl@0: data=dir.rofs \rofs1.img sl@0: data=extension.rofs \rofsextension2.img sl@0: #endif sl@0: sl@0: data=smr1.img \smr1.img sl@0: data=\epoc32\data\smr_part_102400.img \smr2.img sl@0: