equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
33 #include <rom\##VARIANT##\header.iby> |
33 #include <rom\##VARIANT##\header.iby> |
34 |
34 |
35 files= |
35 files= |
36 |
36 |
37 #ifdef PAGED_ROM |
37 #ifdef PAGED_ROM |
38 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp paging_unmovable |
38 data=gentestpaged.txt Test\test_paged.cpp paging_unmovable |
39 #endif |
39 #endif |
40 |
40 |
41 #include <rom\##VARIANT##\kernel.iby> |
41 #include <rom\##VARIANT##\kernel.iby> |
42 #include "user.iby" |
42 #include "user.iby" |
43 #include <rom\hal\hal.iby> |
43 #include <rom\hal\hal.iby> |
61 #endif |
61 #endif |
62 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby" |
62 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby" |
63 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe |
63 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe |
64 |
64 |
65 #ifdef PAGED_ROM |
65 #ifdef PAGED_ROM |
66 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged1.cpp paging_unmovable |
66 data=gentestpaged.txt Test\test_paged1.cpp paging_unmovable |
67 #endif |
67 #endif |
68 |
68 |
69 // scripts |
69 // scripts |
70 #if !defined(MANUALROM) |
70 #if !defined(MANUALROM) |
71 #if defined(RAMSTRESS) |
71 #if defined(RAMSTRESS) |
85 #include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\t_pagestress_rom.iby" |
85 #include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\t_pagestress_rom.iby" |
86 #endif |
86 #endif |
87 |
87 |
88 #ifdef WITH_COMP |
88 #ifdef WITH_COMP |
89 #ifdef PAGED_ROM |
89 #ifdef PAGED_ROM |
90 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
90 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
91 #endif |
91 #endif |
92 |
92 |
93 #ifdef MULTIPLEROFS |
93 #ifdef MULTIPLEROFS |
94 rofsname = tests.rofs |
94 rofsname = tests.rofs |
95 #else |
95 #else |
121 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd |
121 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd |
122 |
122 |
123 |
123 |
124 #ifndef WITH_COMP |
124 #ifndef WITH_COMP |
125 #ifdef PAGED_ROM |
125 #ifdef PAGED_ROM |
126 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
126 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable |
127 #endif |
127 #endif |
128 #endif |
128 #endif |
129 |
129 |
130 // rom.pl will put this in a rofs image |
130 // rom.pl will put this in a rofs image |
131 #include <rom\rofstest\dir.oby> |
131 #include <rom\rofstest\dir.oby> |