0
|
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 |
#include <rom\##VARIANT##\header.iby>
|
|
19 |
|
|
20 |
files=
|
|
21 |
|
|
22 |
#ifdef PAGED_ROM
|
|
23 |
data=gentestpaged.txt Test\test_paged.cpp
|
|
24 |
#endif
|
|
25 |
|
|
26 |
#include <rom\##VARIANT##\kernel.iby>
|
|
27 |
#include "user.iby"
|
|
28 |
#include <rom\hal\hal.iby>
|
|
29 |
#include <rom\f32\f32.iby>
|
|
30 |
|
|
31 |
// And now the tests
|
|
32 |
|
|
33 |
// #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
|
|
34 |
|
|
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 |
// #include "##BASEPATH##f32test\demandpaging\loader\gen\t_pageldrtst.iby"
|
|
44 |
|
|
45 |
#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE)
|
|
46 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby>
|
|
47 |
#endif
|
|
48 |
|
|
49 |
data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe sys\bin\t_ldrtst.exe
|
|
50 |
|
|
51 |
// Required for t_pageldrtst
|
|
52 |
data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe
|
|
53 |
data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd
|
|
54 |
|
|
55 |
// Include autoexec script
|
|
56 |
data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec_f32test.bat \autoexec.bat
|
|
57 |
|
|
58 |
#ifdef PAGED_ROM
|
|
59 |
data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged
|
|
60 |
#endif
|