kernel/eka/rombuild/h4usbmmctest_test.oby
changeset 0 a41df078684a
child 43 c1f20ce4abcf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kernel/eka/rombuild/h4usbmmctest_test.oby	Mon Oct 19 15:55:17 2009 +0100
@@ -0,0 +1,93 @@
+/*
+* 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
+#define EXCLUDE_TESTS
+
+#undef _NANDTEST2
+#undef _NAND2
+#undef _NAND
+#undef _NANDTEST
+
+#define _INTERNAL_MMC
+
+#include <rom\##VARIANT##\header.iby>
+
+files=
+
+#ifdef PAGED_ROM
+data=gentestpaged.txt			Test\test_paged.cpp paging_unmovable
+#endif
+
+#include <rom\##VARIANT##\kernel.iby>
+#include "user.iby"
+#include <rom\hal\hal.iby>
+#include <rom\f32\f32.iby>
+
+data=gentestpaged.txt			Test\test_paged1.cpp paging_unmovable
+
+// scripts
+#if !defined(MANUALROM)
+data=EPOCROOT##epoc32\rom\h4hrp\usbtest.autoexec.bat				autoexec.bat
+#endif	// #if !defined(MANUALROM)
+
+#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
+autosize = 0x4000
+
+#ifdef PAGED_ROM
+PAGINGOVERRIDE DEFAULTPAGED
+#endif
+
+#endif  //WITH_COMP
+
+#include "h4usbtest.iby"
+
+data=EPOCROOT##epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
+data=EPOCROOT##epoc32\Release\##MAIN##\##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\rofstest\dir.oby>
+
+// rom.pl will put this in a rofs extension image
+#include <rom\rofstest\extension.oby>
+
+#ifdef MULTIPLEROFS
+// rom.pl will put this in a rofs image
+#include <rom\rofstest\rofs1.oby>
+
+// rom.pl will put this in a rofs image
+#include <rom\rofstest\rofs2.oby>
+
+// rom.pl will put this in a rofs image
+#include <rom\rofstest\rofs3.oby>
+#endif // MULTIPLEROFS