author | Mike Kinghan <mikek@symbian.org> |
Mon, 22 Nov 2010 14:32:00 +0000 | |
branch | GCC_SURGE |
changeset 121 | ad7caa8e9a62 |
parent 107 | 4a6676d432dd |
permissions | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 1999-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 |
// beagle\beagle_variant\hal\hal.mmp |
|
15 |
// |
|
16 |
||
17 |
#include "beagle/variant.mmh" |
|
18 |
target VariantTarget(hal,dll) |
|
19 |
targettype dll |
|
20 |
linkas hal.dll |
|
21 |
noexportlibrary |
|
22 |
||
107
4a6676d432dd
Fix for Bug 3944 - Relative paths are systematically too long in Beagleboard bld.inf and .mmp files
Mike Kinghan <mikek@symbian.org>
parents:
31
diff
changeset
|
23 |
sourcepath ../../../../../../sf/os/kernelhwsrv/halservices/hal/src |
0 | 24 |
source hal_main.cpp userhal.cpp |
25 |
||
26 |
sourcepath +/build/generatedcpp/hal |
|
27 |
source VariantTarget(values,cpp) VariantTarget(config,cpp) |
|
28 |
||
30
467838f5fbab
Update hal.mmp to cope with change in kernelhwsrv that exports hal_int.h to epoc32\include\platform\kernel
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
29 |
OS_LAYER_SYSTEMINCLUDE |
467838f5fbab
Update hal.mmp to cope with change in kernelhwsrv that exports hal_int.h to epoc32\include\platform\kernel
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
30 |
|
0 | 31 |
library euser.lib |
32 |
||
107
4a6676d432dd
Fix for Bug 3944 - Relative paths are systematically too long in Beagleboard bld.inf and .mmp files
Mike Kinghan <mikek@symbian.org>
parents:
31
diff
changeset
|
33 |
deffile ../../../../../../sf/os/kernelhwsrv/halservices/hal/~/hal.def |
0 | 34 |
|
35 |
uid 0x1000008d 0x100039e8 |
|
36 |
||
37 |
capability all |
|
38 |
vendorid 0x70000001 |