author | William Roberts <williamr@symbian.org> |
Wed, 23 Jun 2010 11:23:42 +0100 | |
branch | GCC_SURGE |
changeset 174 | 6daca646fad6 |
parent 90 | 947f0dc9f7a8 |
child 117 | 5b5d147c7838 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// hal/bld.inf |
|
15 |
// Reference Hardware abstraction layer |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
22 |
||
23 |
||
24 |
PRJ_PLATFORMS |
|
25 |
||
26 |
BASEUSERDEFAULT |
|
27 |
||
28 |
PRJ_EXPORTS |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
29 |
inc/hal_int.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/) |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
30 |
inc/hal_data.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal_data.h) |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
31 |
inc/hal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal.h) |
0 | 32 |
rom/hal.iby /epoc32/rom/hal/ // |
33 |
rom/hal.hby /epoc32/rom/hal/ // |
|
34 |
||
35 |
PRJ_MMPFILES |
|
36 |
src/hal_lib |
|
37 |
||
38 |
PRJ_TESTMMPFILES |
|
39 |
tsrc/t_newhal |
|
40 |
tsrc/savehal |