diff -r 000000000000 -r 96e5fb8b040d kernel/eka/rombuild/nandtest_test_f32tests.oby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kernel/eka/rombuild/nandtest_test_f32tests.oby Thu Dec 17 09:24:54 2009 +0200 @@ -0,0 +1,154 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +#define BASE_ROM + +// The base NAND tests assume ROFS is mounted on J: and the user area on I: +// This must be before header.iby + +#if defined(_NAND2) +#define _NANDTEST2 +#undef _NAND2 +#else +#if defined(_NAND) +#undef _NAND +#endif +#define _NANDTEST +#endif + +#include + +files= + +#ifdef PAGED_ROM +data=gentestpaged.txt Test\test_paged.cpp paging_unmovable +#endif + +#include +#include "user.iby" +#include +#include + +// (e32)tests +// #include +data=EPOCROOT##epoc32\release\##KMAIN##\##BUILD##\d_pagestress.ldd sys\bin\d_pagestress.ldd attrib=r +data=EPOCROOT##epoc32\release\##KMAIN##\##BUILD##\d_ramstress.ldd sys\bin\d_ramstress.ldd attrib=r +data=EPOCROOT##epoc32\data\z\test\UnicodeData.txt test\UnicodeData.txt +file=\epoc32\release\##MAIN##\##BUILD##\t_loclus.dll sys\bin\T_LOCLUS.DLL +data=\epoc32\release\##MAIN##\##BUILD##\t_loclus.dll sys\bin\T_LOCLUS_RAM.DLL attrib=r +file=\epoc32\release\##MAIN##\##BUILD##\T_LOCLUS1.DLL sys\bin\T_LOCLUS1.DLL +file=\epoc32\release\##MAIN##\##BUILD##\T_LOCLUS2.DLL sys\bin\T_LOCLUS2.DLL +file=\epoc32\release\##MAIN##\##BUILD##\T_LOCLGE.DLL sys\bin\T_LOCLGE.DLL +file=\epoc32\release\##MAIN##\##BUILD##\setcap.exe sys\bin\setcap.exe + +#ifndef VARIANT_PATH +#include +#else +#define inc(a,b,c) +#include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby) +#endif +#include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby" +data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe + +#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE) +#include +#endif + +#ifdef PAGED_ROM +data=gentestpaged.txt Test\test_paged1.cpp paging_unmovable +#endif + +// scripts +#if !defined(MANUALROM) +#if defined(RAMSTRESS) +data=ramstress_autoexec.bat \autoexec.bat +#define RAMSTRESS_SUFFFIX _ramstress +#else +#define RAMSTRESS_SUFFFIX +#endif +#if defined(LMNAND2) +data=EPOCROOT##epoc32\rom\LMNAND2\nandtest_test_autoexec_f32test.bat \autoexec##RAMSTRESS_SUFFFIX##.bat +#else +data=EPOCROOT##epoc32\rom\##VARIANT##\nandtest_test_autoexec_f32test.bat \autoexec##RAMSTRESS_SUFFFIX##.bat +#endif +#endif + +#ifdef INST_ARMV5 +#include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\t_pagestress_rom.iby" +#endif + +#ifdef WITH_COMP +#ifdef PAGED_ROM +data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable +#endif + +#ifdef MULTIPLEROFS +rofsname = tests.rofs +#else +rofsname = dir.rofs +#endif //MULTIPLEROFS +rofssize = 0x500000 + +#ifdef PAGED_ROM +PAGINGOVERRIDE DEFAULTPAGED +#endif + +time = 23/11/2001 6:44:07 + +REM Round the size up/down to the nearest block size +REM This will enable any ROFS extensions to be found +REM BlockSize is typically 16K for most small-block NAND chips +REM BlockSize is typically 128K for most large-block NAND chips +#if defined SMALL_BLOCK +autosize = 0x4000 +#elif defined(LARGE_BLOCK) +autosize = 0x20000 +#endif +#endif //WITH_COMP + +// f32tests +#include +#include + +data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe +data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd + + +#ifndef WITH_COMP +#ifdef PAGED_ROM +data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable +#endif +#endif + +// rom.pl will put this in a rofs image +#include + +// rom.pl will put this in a rofs extension image +#include + +// rom.pl will put this in a SMR partition image +#include + +#ifdef MULTIPLEROFS +// rom.pl will put this in a rofs image +#include + +// rom.pl will put this in a rofs image +#include + +// rom.pl will put this in a rofs image +#include +#endif // MULTIPLEROFS