equal
deleted
inserted
replaced
|
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 |
|
18 |
|
19 //#NAME: NAND Loader rom |
|
20 |
|
21 #define BASE_ROM |
|
22 #define NANDLOADER_ROM |
|
23 #include <rom\##VARIANT##\header.iby> |
|
24 |
|
25 files= |
|
26 |
|
27 #include <rom\##VARIANT##\kernel.iby> |
|
28 |
|
29 #ifdef WITH_EXTENSION |
|
30 #undef WITH_EXTENSION |
|
31 #endif |
|
32 #ifdef WITH_ROFS |
|
33 #undef WITH_ROFS |
|
34 #endif |
|
35 #ifdef WITH_COMP |
|
36 #undef WITH_COMP |
|
37 #endif |
|
38 |
|
39 #include "user.iby" |
|
40 #include <rom\hal\hal.iby> |
|
41 #include <rom\f32\f32.iby> |
|
42 |
|
43 #if defined(LMNAND2) || defined(_NAND2) || defined(_ONENAND) |
|
44 #if defined (__LABRADOR_BOARD__) |
|
45 file=\Epoc32\Release\##MAIN##\##BUILD##\LAB_NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE |
|
46 #else |
|
47 file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER_UNISTORE2.EXE \sys\bin\NANDLOADER.EXE |
|
48 #endif |
|
49 #else |
|
50 file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER.EXE \sys\bin\NANDLOADER.EXE |
|
51 #endif |
|
52 |
|
53 data=\epoc32\rom\nandloader\autoexec.bat \autoexec.bat |
|
54 |
|
55 data=\epoc32\data\smr1.img \smr1.img |
|
56 |
|
57 |
|
58 data=\epoc32\data\smr_part_102400.img \smr2.img |