os/kernelhwsrv/kernel/eka/rombuild/h4usbmmctest_test.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 #define BASE_ROM
    18 #define EXCLUDE_TESTS
    19 
    20 #undef _NANDTEST2
    21 #undef _NAND2
    22 #undef _NAND
    23 #undef _NANDTEST
    24 
    25 #define _INTERNAL_MMC
    26 
    27 #include <rom\##VARIANT##\header.iby>
    28 
    29 files=
    30 
    31 #ifdef PAGED_ROM
    32 data=gentestpaged.txt			Test\test_paged.cpp paging_unmovable
    33 #endif
    34 
    35 #include <rom\##VARIANT##\kernel.iby>
    36 #include "user.iby"
    37 #include <rom\hal\hal.iby>
    38 #include <rom\f32\f32.iby>
    39 
    40 data=gentestpaged.txt			Test\test_paged1.cpp paging_unmovable
    41 
    42 // scripts
    43 #if !defined(MANUALROM)
    44 data=EPOCROOT##epoc32\rom\h4hrp\usbtest.autoexec.bat				autoexec.bat
    45 #endif	// #if !defined(MANUALROM)
    46 
    47 #ifdef WITH_COMP
    48 #ifdef PAGED_ROM
    49 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged paging_unmovable
    50 #endif
    51 
    52 #ifdef MULTIPLEROFS
    53 rofsname = tests.rofs
    54 #else
    55 rofsname = dir.rofs
    56 #endif	//MULTIPLEROFS
    57 
    58 rofssize = 0x500000
    59 autosize = 0x4000
    60 
    61 #ifdef PAGED_ROM
    62 PAGINGOVERRIDE DEFAULTPAGED
    63 #endif
    64 
    65 #endif  //WITH_COMP
    66 
    67 #include "h4usbtest.iby"
    68 
    69 data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
    70 data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
    71 
    72 #ifndef WITH_COMP
    73 #ifdef PAGED_ROM
    74 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged paging_unmovable
    75 #endif
    76 #endif
    77 
    78 // rom.pl will put this in a rofs image
    79 #include <rom\rofstest\dir.oby>
    80 
    81 // rom.pl will put this in a rofs extension image
    82 #include <rom\rofstest\extension.oby>
    83 
    84 #ifdef MULTIPLEROFS
    85 // rom.pl will put this in a rofs image
    86 #include <rom\rofstest\rofs1.oby>
    87 
    88 // rom.pl will put this in a rofs image
    89 #include <rom\rofstest\rofs2.oby>
    90 
    91 // rom.pl will put this in a rofs image
    92 #include <rom\rofstest\rofs3.oby>
    93 #endif // MULTIPLEROFS