os/kernelhwsrv/kernel/eka/rombuild/h4usbmmctest_test.oby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
#define BASE_ROM
sl@0
    18
#define EXCLUDE_TESTS
sl@0
    19
sl@0
    20
#undef _NANDTEST2
sl@0
    21
#undef _NAND2
sl@0
    22
#undef _NAND
sl@0
    23
#undef _NANDTEST
sl@0
    24
sl@0
    25
#define _INTERNAL_MMC
sl@0
    26
sl@0
    27
#include <rom\##VARIANT##\header.iby>
sl@0
    28
sl@0
    29
files=
sl@0
    30
sl@0
    31
#ifdef PAGED_ROM
sl@0
    32
data=gentestpaged.txt			Test\test_paged.cpp paging_unmovable
sl@0
    33
#endif
sl@0
    34
sl@0
    35
#include <rom\##VARIANT##\kernel.iby>
sl@0
    36
#include "user.iby"
sl@0
    37
#include <rom\hal\hal.iby>
sl@0
    38
#include <rom\f32\f32.iby>
sl@0
    39
sl@0
    40
data=gentestpaged.txt			Test\test_paged1.cpp paging_unmovable
sl@0
    41
sl@0
    42
// scripts
sl@0
    43
#if !defined(MANUALROM)
sl@0
    44
data=EPOCROOT##epoc32\rom\h4hrp\usbtest.autoexec.bat				autoexec.bat
sl@0
    45
#endif	// #if !defined(MANUALROM)
sl@0
    46
sl@0
    47
#ifdef WITH_COMP
sl@0
    48
#ifdef PAGED_ROM
sl@0
    49
data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged paging_unmovable
sl@0
    50
#endif
sl@0
    51
sl@0
    52
#ifdef MULTIPLEROFS
sl@0
    53
rofsname = tests.rofs
sl@0
    54
#else
sl@0
    55
rofsname = dir.rofs
sl@0
    56
#endif	//MULTIPLEROFS
sl@0
    57
sl@0
    58
rofssize = 0x500000
sl@0
    59
autosize = 0x4000
sl@0
    60
sl@0
    61
#ifdef PAGED_ROM
sl@0
    62
PAGINGOVERRIDE DEFAULTPAGED
sl@0
    63
#endif
sl@0
    64
sl@0
    65
#endif  //WITH_COMP
sl@0
    66
sl@0
    67
#include "h4usbtest.iby"
sl@0
    68
sl@0
    69
data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
sl@0
    70
data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
sl@0
    71
sl@0
    72
#ifndef WITH_COMP
sl@0
    73
#ifdef PAGED_ROM
sl@0
    74
data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged paging_unmovable
sl@0
    75
#endif
sl@0
    76
#endif
sl@0
    77
sl@0
    78
// rom.pl will put this in a rofs image
sl@0
    79
#include <rom\rofstest\dir.oby>
sl@0
    80
sl@0
    81
// rom.pl will put this in a rofs extension image
sl@0
    82
#include <rom\rofstest\extension.oby>
sl@0
    83
sl@0
    84
#ifdef MULTIPLEROFS
sl@0
    85
// rom.pl will put this in a rofs image
sl@0
    86
#include <rom\rofstest\rofs1.oby>
sl@0
    87
sl@0
    88
// rom.pl will put this in a rofs image
sl@0
    89
#include <rom\rofstest\rofs2.oby>
sl@0
    90
sl@0
    91
// rom.pl will put this in a rofs image
sl@0
    92
#include <rom\rofstest\rofs3.oby>
sl@0
    93
#endif // MULTIPLEROFS