First public contribution.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #define E32TESTS_INCLUDED
20 // The base NAND tests assume ROFS is mounted on J: and the user area on I:
21 // This must be before header.iby
33 #include <rom\##VARIANT##\header.iby>
38 data=gentestpaged.txt Test\test_paged.cpp paging_unmovable
41 #include <rom\##VARIANT##\kernel.iby>
43 #include <rom\hal\hal.iby>
44 #include <rom\f32\f32.iby>
47 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
49 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST)
50 #include "t_usbdi_helper.iby"
51 #include "t_otgdi_helper.iby"
52 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_otgdi\##MAIN##test.iby>
53 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_usbdi\##MAIN##test.iby>
57 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
59 #define inc(a,b,c) <a\\b\\c>
60 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
62 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby"
63 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe
66 data=gentestpaged.txt Test\test_paged1.cpp paging_unmovable
70 #if !defined(MANUALROM)
71 #if defined(RAMSTRESS)
72 data=ramstress_autoexec.bat \autoexec.bat
73 #define RAMSTRESS_SUFFFIX _ramstress
75 #define RAMSTRESS_SUFFFIX
78 data=EPOCROOT##epoc32\rom\LMNAND2\nandtest_test_autoexec_e32test.bat \autoexec##RAMSTRESS_SUFFFIX##.bat
80 data=EPOCROOT##epoc32\rom\##VARIANT##\nandtest_test_autoexec_e32test.bat \autoexec##RAMSTRESS_SUFFFIX##.bat
85 #include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\t_pagestress_rom.iby"
90 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
101 PAGINGOVERRIDE DEFAULTPAGED
104 time = 23/11/2001 6:44:07
106 REM Round the size up/down to the nearest block size
107 REM This will enable any ROFS extensions to be found
108 REM BlockSize is typically 16K for most small-block NAND chips
109 REM BlockSize is typically 128K for most large-block NAND chips
110 #if defined SMALL_BLOCK
112 #elif defined(LARGE_BLOCK)
117 //#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby>
118 //#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\rofs\##MAIN##test.iby>
120 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe
121 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd
126 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
130 // rom.pl will put this in a rofs image
131 #include <rom\rofstest\dir.oby>
133 // rom.pl will put this in a rofs extension image
134 #include <rom\rofstest\extension.oby>
136 // rom.pl will put this in a SMR partition image
137 #include <rom\include\smr1.oby>
140 // rom.pl will put this in a rofs image
141 #include <rom\rofstest\rofs1.oby>
143 // rom.pl will put this in a rofs image
144 #include <rom\rofstest\rofs2.oby>
146 // rom.pl will put this in a rofs image
147 #include <rom\rofstest\rofs3.oby>
148 #endif // MULTIPLEROFS