author | hgs |
Fri, 23 Apr 2010 22:08:41 +0100 | |
changeset 121 | 661475905584 |
parent 90 | 947f0dc9f7a8 |
child 257 | 3e88ff8f41d5 |
permissions | -rw-r--r-- |
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 |
||
18 |
#define BASE_ROM |
|
19 |
#define UBOOTLDR_ROM |
|
20 |
#include <rom\##VARIANT##\header.iby> |
|
21 |
||
22 |
files= |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
23 |
bootbinary=\Epoc32\Release\##KMAIN##\_##VARIANT##_bootloader_bootrom.bin |
0 | 24 |
|
25 |
#include <rom\##VARIANT##\kernel.iby> |
|
26 |
#include "user.iby" |
|
27 |
#include <rom\hal\hal.iby> |
|
28 |
#include <rom\f32\f32.iby> |
|
29 |
||
30 |
file=\Epoc32\Release\##MAIN##\##BUILD##\_##VARIANT##_bootldr.exe Sys\Bin\bootldr.exe |
|
31 |
device[VARID]=\epoc32\release\##KMAIN##\##BUILD##\_##VARIANT##_ubootldr.ldd Sys\Bin\ubootldr.ldd |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
32 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\ubootldr.autoexec.bat autoexec.bat |