os/kernelhwsrv/kernel/eka/rombuild/mmctest_load.oby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 *
    16 */
    17 //#NAME: autotest MMC, mmcloader component
    18 // depends on the mmctest_test being built first (it includes it)
    19 
    20 #define BASE_ROM
    21 #define REBOOT_DRIVER
    22 
    23 #include <rom\##VARIANT##\header.iby>
    24 
    25 #undef WITH_EXTENSION
    26 #undef WITH_ROFS
    27 #undef WITH_COMP
    28 #undef MMC_DUAL_SLOT
    29 #undef USE_SDIO_SD_MMC
    30 #undef _NAND2
    31 
    32 // enable slot 2, so we can write to "internal" MMC...
    33 #define MMC_DUAL_SLOT
    34 #define USE_SDIO_SD_MMC
    35 #define MULTIPLEROFS
    36 
    37 files=
    38 
    39 #include <rom\##VARIANT##\kernel.iby>
    40 #include "user.iby"
    41 #include <rom\hal\hal.iby>
    42 #include <rom\f32\f32.iby>
    43 
    44 data=\epoc32\rom\##VARIANT##\mmctest_load_autoexec.bat		\autoexec.bat
    45 
    46 file=\Epoc32\Release\##MAIN##\##BUILD##\MMCLOADER.EXE		\sys\bin\MMCLOADER.EXE
    47 
    48 file=\Epoc32\Release\##MAIN##\##BUILD##\crash.exe           sys\bin\crash.exe 
    49 
    50 // Built with mmctest_test.oby
    51 #ifdef NAMETAG
    52 data=##VARIANT##.##KMAIN##.##BUILD##.##NAMETAG##.core.img		\core.img
    53 #else
    54 data=##VARIANT##.##KMAIN##.##BUILD##.core.img					\core.img
    55 #endif
    56 
    57 
    58 #if defined(MULTIPLEROFS)
    59 // Built by rom.pl with type=nandtest_test
    60 data=tests.rofs								\rofs1.img
    61 data=dir.rofs								\rofs2.img
    62 data=extension.rofs							\rofsextension3.img
    63 data=dir1.rofs								\rofs4.img
    64 data=dir2.rofs								\rofs5.img
    65 data=dir3.rofs								\rofs6.img
    66 data=\epoc32\rom\rofstest\fatimage.bin					\user3.img
    67 #else
    68 data=dir.rofs								\rofs1.img
    69 #endif