author | hgs |
Tue, 02 Nov 2010 15:29:23 +0000 | |
changeset 300 | 1d28c8722707 |
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 |
//#NAME: autotest NAND, nandloader component |
|
18 |
// depends on the nandtest_test being built first (it includes it) |
|
19 |
||
20 |
#define BASE_ROM |
|
21 |
#define NANDLOADER_ROM |
|
22 |
#define NANDLOADERTEST_ROM |
|
23 |
#include <rom\##VARIANT##\header.iby> |
|
24 |
||
25 |
#ifdef WITH_EXTENSION |
|
26 |
#undef WITH_EXTENSION |
|
27 |
#endif |
|
28 |
#ifdef WITH_ROFS |
|
29 |
#undef WITH_ROFS |
|
30 |
#endif |
|
31 |
#ifdef WITH_COMP |
|
32 |
#undef WITH_COMP |
|
33 |
#endif |
|
34 |
||
35 |
files= |
|
36 |
||
37 |
#include <rom\##VARIANT##\kernel.iby> |
|
38 |
#include "user.iby" |
|
39 |
#include <rom\hal\hal.iby> |
|
40 |
#include <rom\f32\f32.iby> |
|
41 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
42 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\nand_test_erase_autoexec.bat \autoexec.bat |
0 | 43 |
|
44 |
#if defined(LMNAND2) |
|
45 |
data=\epoc32\rom\LMNAND2\nandtest_erase_autoexec.bat \test\nandtest_erase_autoexec.bat |
|
46 |
#else |
|
47 |
data=\epoc32\rom\##VARIANT##\nandtest_erase_autoexec.bat \test\nandtest_erase_autoexec.bat |
|
48 |
#endif |
|
49 |
||
50 |
#if defined(LMNAND2) || defined(_NAND2) || defined(_ONENAND) |
|
51 |
file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER_UNISTORE2.EXE \nandloader\NANDLOADER.EXE |
|
52 |
#else |
|
53 |
file=\Epoc32\Release\##MAIN##\##BUILD##\NANDLOADER.EXE \nandloader\NANDLOADER.EXE |
|
54 |
#endif |