equal
deleted
inserted
replaced
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
23 |
23 |
24 PRJ_PLATFORMS |
24 PRJ_PLATFORMS |
25 |
25 |
26 BASEUSERDEFAULT |
26 BASEUSERDEFAULT |
27 |
27 |
|
28 |
28 PRJ_EXPORTS |
29 PRJ_EXPORTS |
29 inc/hal_int.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/) |
30 |
30 inc/hal_data.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal_data.h) |
31 inc/hal_int.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/) |
31 inc/hal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal.h) |
32 inc/hal_data.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal_data.h) |
32 rom/hal.iby /epoc32/rom/hal/ // |
33 inc/hal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hal.h) |
33 rom/hal.hby /epoc32/rom/hal/ // |
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 |
|
44 rom/tshell_haltests.oby ../../kernel/eka/rombuild/tshell_haltests.oby |
|
45 |
|
46 |
34 |
47 |
35 PRJ_MMPFILES |
48 PRJ_MMPFILES |
36 src/hal_lib |
49 src/hal_lib |
37 |
50 |
38 PRJ_TESTMMPFILES |
51 PRJ_TESTMMPFILES |
39 tsrc/t_newhal |
52 tsrc/t_newhal manual |
40 tsrc/savehal |
53 tsrc/savehal manual |
|
54 tsrc/t_haldefect |