author | hgs |
Fri, 23 Apr 2010 22:08:41 +0100 | |
changeset 121 | 661475905584 |
parent 90 | 947f0dc9f7a8 |
child 257 | 3e88ff8f41d5 |
child 273 | 6a75fa55495f |
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 |
#include <rom\##VARIANT##\header.iby> |
|
20 |
||
21 |
files= |
|
22 |
||
23 |
#ifdef PAGED_ROM |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
24 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp |
0 | 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 |
||
42 |
// Include autoexec script |
|
43 |
data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec_e32test.bat \autoexec.bat |
|
44 |
||
45 |
#ifdef PAGED_ROM |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
46 |
data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
0 | 47 |
#endif |