author | andysimpson <andysimpson@symbian.org> |
Mon, 25 Oct 2010 15:50:44 +0100 | |
branch | RCL_3 |
changeset 295 | 5460f47b94ad |
parent 85 | df66874ade49 |
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 |
#include <rom\##VARIANT##\kernel.iby> |
|
24 |
#include "user.iby" |
|
25 |
#include <rom\hal\hal.iby> |
|
26 |
#include <rom\f32\f32.iby> |
|
27 |
||
28 |
// And now the tests |
|
29 |
||
30 |
#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
|
31 |
|
0 | 32 |
#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) |
33 |
#include "t_usbdi_helper.iby" |
|
34 |
#include "t_otgdi_helper.iby" |
|
35 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_otgdi\##MAIN##test.iby> |
|
36 |
#include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_usbdi\##MAIN##test.iby> |
|
37 |
#endif |
|
38 |
||
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
|
39 |
/* |
0 | 40 |
#ifndef VARIANT_PATH |
41 |
#include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby> |
|
42 |
#else |
|
43 |
#define inc(a,b,c) <a\\b\\c> |
|
44 |
#include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby) |
|
45 |
#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
|
46 |
*/ |