131
|
1 |
// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
|
0
|
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 |
|
131
|
28 |
|
0
|
29 |
PRJ_EXPORTS
|
131
|
30 |
|
|
31 |
inc/hal_int.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/)
|
|
32 |
inc/hal_data.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal_data.h)
|
|
33 |
inc/hal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal.h)
|
|
34 |
|
|
35 |
rom/hal.iby /epoc32/rom/hal/ //
|
|
36 |
rom/hal.hby /epoc32/rom/hal/ //
|
|
37 |
|
|
38 |
|
|
39 |
PRJ_TESTEXPORTS
|
|
40 |
|
|
41 |
rom/haltests.iby /epoc32/rom/include/haltests.iby
|
|
42 |
rom/haltests.auto.bat /epoc32/rom/include/haltests.auto.bat
|
|
43 |
|
0
|
44 |
|
|
45 |
PRJ_MMPFILES
|
|
46 |
src/hal_lib
|
|
47 |
|
|
48 |
PRJ_TESTMMPFILES
|
131
|
49 |
tsrc/t_newhal manual
|
|
50 |
tsrc/savehal manual
|
|
51 |
tsrc/t_haldefect
|