|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
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". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 #define BASE_ROM |
|
18 #define E32TESTS_INCLUDED |
|
19 #include <rom\##VARIANT##\header.iby> |
|
20 |
|
21 files= |
|
22 |
|
23 #ifdef PAGED_ROM |
|
24 data=gentestpaged.txt Test\test_paged.cpp |
|
25 #endif |
|
26 |
|
27 #include <rom\##VARIANT##\kernel.iby> |
|
28 #include "user.iby" |
|
29 #include <rom\hal\hal.iby> |
|
30 #include <rom\f32\f32.iby> |
|
31 |
|
32 // And now the tests |
|
33 |
|
34 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby> |
|
35 #ifndef VARIANT_PATH |
|
36 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby> |
|
37 #else |
|
38 #define inc(a,b,c) <a\\b\\c> |
|
39 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby) |
|
40 #endif |
|
41 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby> |
|
42 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby" |
|
43 |
|
44 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE) |
|
45 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby> |
|
46 #endif |
|
47 |
|
48 #ifdef PAGED_ROM |
|
49 #include "..\..\..\kerneltest\f32test\demandpaging\t_pagestress_rom.iby" |
|
50 #endif |
|
51 // #include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\loader\gen\t_pageldrtst.iby" |
|
52 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe |
|
53 |
|
54 // Include autoexec script |
|
55 data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec.bat \autoexec.bat |
|
56 |
|
57 // Required for t_pageldrtst |
|
58 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe |
|
59 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd |
|
60 |
|
61 #ifdef PAGED_ROM |
|
62 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
|
63 #endif |