author | Mike Kinghan <mikek@symbian.org> |
Mon, 22 Nov 2010 13:48:58 +0000 | |
branch | GCC_SURGE |
changeset 120 | 10294cf40451 |
parent 77 | e5fd00cbb70a |
permissions | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 2008-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 |
// oamp3530/beagle_drivers/led/led.mmp |
|
15 |
// led.dll Beagle LED driver |
|
16 |
// |
|
17 |
||
18 |
||
19 |
||
20 |
/** |
|
21 |
@file |
|
22 |
*/ |
|
23 |
#define __USING_ASSP_REGISTER_API__ |
|
24 |
#define __USING_ASSP_INTERRUPT_API__ |
|
25 |
||
26 |
#include "beagle/variant.mmh" |
|
27 |
#include "kernel/kern_ext.mmh" |
|
28 |
||
29 |
target VariantTarget(led,dll) |
|
30 |
targettype kext |
|
31 |
romtarget led.dll |
|
32 |
||
54
4dfcb6499328
Bug 3620 - Update for LED driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
4
diff
changeset
|
33 |
|
4dfcb6499328
Bug 3620 - Update for LED driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
4
diff
changeset
|
34 |
// comment the following macro out - if you don't wan to.. |
4dfcb6499328
Bug 3620 - Update for LED driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
4
diff
changeset
|
35 |
// ..use USER button to enter the crash debugger |
4dfcb6499328
Bug 3620 - Update for LED driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
4
diff
changeset
|
36 |
macro USER_BUTTON_ENTERS_CRASH_DEBUGGER |
4dfcb6499328
Bug 3620 - Update for LED driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
4
diff
changeset
|
37 |
|
0 | 38 |
sourcepath . |
77
e5fd00cbb70a
Added IIC SPI implementation / tests (Master channel only)
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
54
diff
changeset
|
39 |
source led.cpp |
0 | 40 |
|
41 |
library VariantTarget(ecust,lib) |
|
42 |
library AsspTarget(gpio,lib) |
|
77
e5fd00cbb70a
Added IIC SPI implementation / tests (Master channel only)
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
54
diff
changeset
|
43 |
library AsspTarget(prcm,lib) |
0 | 44 |
|
45 |
VENDORID 0x70000001 |
|
46 |
||
47 |
capability none |
|
48 |
EPOCALLOWDLLDATA |