0
|
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: NAND Loader rom
|
|
18 |
//Following lines copied from os\kernelhwsrv\kernel\eka\rombuild\nandloader.oby
|
|
19 |
|
|
20 |
#define BASE_ROM
|
|
21 |
#define NANDLOADER_ROM
|
|
22 |
#include <rom\##VARIANT##\header.iby>
|
|
23 |
|
|
24 |
files=
|
|
25 |
|
|
26 |
#include <rom\##VARIANT##\kernel.iby>
|
|
27 |
|
|
28 |
#ifdef WITH_EXTENSION
|
|
29 |
#undef WITH_EXTENSION
|
|
30 |
#endif
|
|
31 |
#ifdef WITH_ROFS
|
|
32 |
#undef WITH_ROFS
|
|
33 |
#endif
|
|
34 |
#ifdef WITH_COMP
|
|
35 |
#undef WITH_COMP
|
|
36 |
#endif
|
|
37 |
|
|
38 |
#include "user.iby"
|
|
39 |
#include <rom\hal\hal.iby>
|
|
40 |
#include <rom\f32\f32.iby>
|
|
41 |
|
|
42 |
|
|
43 |
//----------------------------------------------------------------------------
|
|
44 |
//Specific to SMR NAND test on NE1
|
|
45 |
|
|
46 |
|
|
47 |
file=\Epoc32\Release\ARMV5\udeb\NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE
|
|
48 |
|
|
49 |
#if defined(SMR_AUTO_ROM1)
|
|
50 |
|
|
51 |
data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO1-D.IMG \core.img
|
|
52 |
data=\Epoc32\rom\include\smrtest_nandldr_autoexec1.bat \autoexec.bat
|
|
53 |
|
|
54 |
#elif defined(SMR_AUTO_ROM2)
|
|
55 |
|
|
56 |
data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO2-D.IMG \core.img
|
|
57 |
data=\Epoc32\rom\include\smrtest_nandldr_autoexec2.bat \autoexec.bat
|
|
58 |
|
|
59 |
#elif defined(SMR_AUTO_ROM3)
|
|
60 |
|
|
61 |
data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO3-D.IMG \core.img
|
|
62 |
data=\Epoc32\rom\include\smrtest_nandldr_autoexec3.bat \autoexec.bat
|
|
63 |
|
|
64 |
#elif defined(SMR_AUTO_ROM4)
|
|
65 |
|
|
66 |
data=##VARIANT####KMAIN##D-SMRTSHELL_NAND2_AUTO4-D.IMG \core.img
|
|
67 |
data=\Epoc32\rom\include\smrtest_nandldr_autoexec4.bat \autoexec.bat
|
|
68 |
|
|
69 |
#endif
|