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>
39 data=gentestpaged.txt Test\test_paged.cpp paging_unmovable
42 #include <rom\##VARIANT##\kernel.iby>
44 #include <rom\hal\hal.iby>
45 #include <rom\f32\f32.iby>
48 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
50 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
52 #define inc(a,b,c) <a\\b\\c>
53 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
55 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby"
56 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe
59 data=gentestpaged.txt Test\test_paged1.cpp paging_unmovable
62 #if !defined(MANUALROM)
63 data=EPOCROOT##epoc32\rom\##VARIANT##\mmctest_test_autoexec_e32test.bat \autoexec.bat
65 data=EPOCROOT##epoc32\rom\##VARIANT##\mmcdemandpaginge32tests.bat \test\mmcdemandpaginge32tests.bat
66 data=EPOCROOT##epoc32\rom\##VARIANT##\mmcdemandpagingf32tests.bat \test\mmcdemandpagingf32tests.bat
70 #include "##BASEPATH##f32test\demandpaging\t_pagestress_rom.iby"
76 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
83 PAGINGOVERRIDE DEFAULTPAGED
86 REM Round the size up/down to the nearest block size
87 REM This will enable any ROFS extensions to be found
88 REM BlockSize is typically 16K for most small-block NAND chips
89 REM BlockSize is typically 128K for most large-block NAND chips
90 #if defined SMALL_BLOCK
92 #elif defined(LARGE_BLOCK)
97 data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe
98 data=EPOCROOT##epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd
103 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
107 // rom.pl will put this in a rofs image
108 #include <rom\rofstest\dir.oby>