0
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// e32\rombuild\restart_ota.oby
|
|
15 |
// Purpose: Build which includes the restart ota application for testing OTA Upgrade
|
|
16 |
// Bootloader variant.
|
|
17 |
//
|
|
18 |
//
|
|
19 |
|
|
20 |
|
|
21 |
#define BASE_ROM
|
|
22 |
|
|
23 |
#include <rom\##VARIANT##\header.iby>
|
|
24 |
|
|
25 |
files=
|
|
26 |
|
|
27 |
#include <rom\##VARIANT##\kernel.iby>
|
|
28 |
#include "user.iby"
|
|
29 |
#include <rom\hal\hal.iby>
|
|
30 |
#include <rom\f32\f32.iby>
|
|
31 |
|
|
32 |
file[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\_##VARIANT##_RESTARTOTA.EXE Sys\Bin\RESTARTOTA.EXE
|
|
33 |
device[VARID]=\epoc32\release\##KMAIN##\##BUILD##\_##VARIANT##_UBOOTLDR.LDD Sys\Bin\UBOOTLDR.LDD
|