author | Arnaud Lenoir |
Thu, 25 Mar 2010 15:00:34 +0000 | |
branch | RCL_3 |
changeset 86 | 8e4dfe27c581 |
parent 85 | df66874ade49 |
child 258 | 880ff05ad710 |
permissions | -rw-r--r-- |
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 |
#define E32TESTS_INCLUDED |
|
19 |
||
20 |
#include <rom\##VARIANT##\header.iby> |
|
21 |
||
22 |
files= |
|
23 |
||
24 |
#ifdef PAGED_ROM |
|
25 |
data=gentestpaged.txt Test\test_paged.cpp |
|
26 |
#endif |
|
27 |
||
28 |
#include <rom\##VARIANT##\kernel.iby> |
|
29 |
#include "user.iby" |
|
30 |
#include <rom\hal\hal.iby> |
|
31 |
#include <rom\f32\f32.iby> |
|
32 |
||
33 |
// Include e32 and f32 tests |
|
34 |
||
35 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby> |
|
85
df66874ade49
Comment out the line with rofs for f32tests.oby and comment out the variant bit to allow to build e32 & f32 tests for kernelhwsrv.
Arnaud Lenoir
parents:
0
diff
changeset
|
36 |
/* |
0 | 37 |
#ifndef VARIANT_PATH |
38 |
#include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby> |
|
39 |
#else |
|
40 |
#define inc(a,b,c) <a\\b\\c> |
|
41 |
#include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby) |
|
42 |
#endif |
|
85
df66874ade49
Comment out the line with rofs for f32tests.oby and comment out the variant bit to allow to build e32 & f32 tests for kernelhwsrv.
Arnaud Lenoir
parents:
0
diff
changeset
|
43 |
*/ |
0 | 44 |
|
45 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby> |
|
85
df66874ade49
Comment out the line with rofs for f32tests.oby and comment out the variant bit to allow to build e32 & f32 tests for kernelhwsrv.
Arnaud Lenoir
parents:
0
diff
changeset
|
46 |
//#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\rofs\##MAIN##test.iby> |
0 | 47 |
|
48 |
// Required for t_pageldrtst |
|
49 |
data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe |
|
50 |
data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd |
|
51 |
||
52 |
#ifdef PAGED_ROM |
|
53 |
data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
|
54 |
#endif |
|
55 |
||
56 |
#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE) |
|
57 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby> |
|
58 |
#endif |
|
59 |