author | Pat Downey <patd@symbian.org> |
Wed, 01 Sep 2010 12:34:56 +0100 | |
branch | RCL_3 |
changeset 44 | 3e88ff8f41d5 |
parent 43 | c1f20ce4abcf |
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= |
|
8
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 |
|
44 | 32 |
data=ubootldr.autoexec.bat autoexec.bat |