--- a/kernel/eka/rombuild/mmctest_test.oby Thu Aug 19 11:14:22 2010 +0300
+++ b/kernel/eka/rombuild/mmctest_test.oby Tue Aug 31 16:34:26 2010 +0300
@@ -31,7 +31,7 @@
files=
#ifdef PAGED_ROM
-data=gentestpaged.txt Test\test_paged.cpp paging_unmovable
+data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp paging_unmovable
#endif
#include <rom\##VARIANT##\kernel.iby>
@@ -62,13 +62,13 @@
#endif // #ifndef EXCLUDE_TESTS
-data=gentestpaged.txt Test\test_paged1.cpp paging_unmovable
+data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged1.cpp paging_unmovable
// scripts
#if !defined(MANUALROM)
#if defined(RAMSTRESS)
-data=ramstress_autoexec.bat \autoexec.bat
+data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\ramstress_autoexec.bat \autoexec.bat
#define RAMSTRESS_SUFFFIX _ramstress
#else
#define RAMSTRESS_SUFFFIX
@@ -95,7 +95,7 @@
#ifdef WITH_COMP
#ifdef PAGED_ROM
-data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
+data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
#endif
#ifdef MULTIPLEROFS
@@ -126,7 +126,7 @@
#ifndef WITH_COMP
#ifdef PAGED_ROM
-data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
+data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged paging_unmovable
#endif
#endif