author | hgs |
Thu, 10 Jun 2010 11:48:01 +0100 | |
changeset 149 | d9f1e5bfe28c |
parent 90 | 947f0dc9f7a8 |
child 257 | 3e88ff8f41d5 |
child 273 | 6a75fa55495f |
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 |
#define BASE_ROM |
|
18 |
#define EXCLUDE_TESTS |
|
19 |
||
20 |
#undef _NANDTEST2 |
|
21 |
#undef _NAND2 |
|
22 |
#undef _NAND |
|
23 |
#undef _NANDTEST |
|
24 |
||
25 |
#define _INTERNAL_MMC |
|
26 |
||
27 |
#include <rom\##VARIANT##\header.iby> |
|
28 |
||
29 |
files= |
|
30 |
||
31 |
#ifdef PAGED_ROM |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp paging_unmovable |
0 | 33 |
#endif |
34 |
||
35 |
#include <rom\##VARIANT##\kernel.iby> |
|
36 |
#include "user.iby" |
|
37 |
#include <rom\hal\hal.iby> |
|
38 |
#include <rom\f32\f32.iby> |
|
39 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
40 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged1.cpp paging_unmovable |
0 | 41 |
|
42 |
// scripts |
|
43 |
#if !defined(MANUALROM) |
|
44 |
data=EPOCROOT##epoc32\rom\h4hrp\usbtest.autoexec.bat autoexec.bat |
|
45 |
#endif // #if !defined(MANUALROM) |
|
46 |
||
47 |
#ifdef WITH_COMP |
|
48 |
#ifdef PAGED_ROM |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
49 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
0 | 50 |
#endif |
51 |
||
52 |
#ifdef MULTIPLEROFS |
|
53 |
rofsname = tests.rofs |
|
54 |
#else |
|
55 |
rofsname = dir.rofs |
|
56 |
#endif //MULTIPLEROFS |
|
57 |
||
58 |
rofssize = 0x500000 |
|
59 |
autosize = 0x4000 |
|
60 |
||
61 |
#ifdef PAGED_ROM |
|
62 |
PAGINGOVERRIDE DEFAULTPAGED |
|
63 |
#endif |
|
64 |
||
65 |
#endif //WITH_COMP |
|
66 |
||
67 |
#include "h4usbtest.iby" |
|
68 |
||
69 |
data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe |
|
70 |
data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd |
|
71 |
||
72 |
#ifndef WITH_COMP |
|
73 |
#ifdef PAGED_ROM |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
74 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
0 | 75 |
#endif |
76 |
#endif |
|
77 |
||
78 |
// rom.pl will put this in a rofs image |
|
79 |
#include <rom\rofstest\dir.oby> |
|
80 |
||
81 |
// rom.pl will put this in a rofs extension image |
|
82 |
#include <rom\rofstest\extension.oby> |
|
83 |
||
84 |
#ifdef MULTIPLEROFS |
|
85 |
// rom.pl will put this in a rofs image |
|
86 |
#include <rom\rofstest\rofs1.oby> |
|
87 |
||
88 |
// rom.pl will put this in a rofs image |
|
89 |
#include <rom\rofstest\rofs2.oby> |
|
90 |
||
91 |
// rom.pl will put this in a rofs image |
|
92 |
#include <rom\rofstest\rofs3.oby> |
|
93 |
#endif // MULTIPLEROFS |