equal
deleted
inserted
replaced
|
1 // |
|
2 // Copyright (c) 2005-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 "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 #ifndef HAITESTS_OBY |
|
18 #define HAITESTS_OBY |
|
19 |
|
20 #define BASE_ROM |
|
21 //#include <rom\##VARIANT##\header.iby> |
|
22 #include <..\##VARIANT##\header.iby> |
|
23 |
|
24 files= |
|
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 |
|
32 #include <..\##VARIANT##\kernel.iby> |
|
33 //#include "user.iby" |
|
34 #include <..\hal\hal.iby> |
|
35 #include <..\f32\f32.iby> |
|
36 |
|
37 |
|
38 //TEF Includes |
|
39 //#include <rom\haitests\basetesttef.iby> |
|
40 |
|
41 //#include <rom\haitests\basetesttef.iby> |
|
42 #endif |