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: h4usbtest MMC, mmcloader component sl@0: // depends on the h4usbmmctest_test being built first (it includes it) sl@0: sl@0: #define BASE_ROM sl@0: #define REBOOT_DRIVER sl@0: sl@0: #include sl@0: sl@0: #undef WITH_EXTENSION sl@0: #undef WITH_ROFS sl@0: #undef WITH_COMP sl@0: #undef MMC_DUAL_SLOT sl@0: #undef USE_SDIO_SD_MMC sl@0: #undef _NAND2 sl@0: sl@0: // enable slot 2, so we can write to "internal" MMC... sl@0: #define MMC_DUAL_SLOT sl@0: #define USE_SDIO_SD_MMC sl@0: #define MULTIPLEROFS 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: data=\epoc32\rom\##VARIANT##\mmctest_load_autoexec.bat \autoexec.bat sl@0: sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\MMCLOADER.EXE \sys\bin\MMCLOADER.EXE sl@0: sl@0: file=\Epoc32\Release\##MAIN##\##BUILD##\crash.exe sys\bin\crash.exe sl@0: sl@0: // Built with mmctest_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: 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: #endif