equal
deleted
inserted
replaced
|
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 |
|
33 sourcepath . |
|
34 source led.cpp |
|
35 |
|
36 library VariantTarget(ecust,lib) |
|
37 library AsspTarget(gpio,lib) |
|
38 library AsspTarget(prcm, lib) |
|
39 |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 capability none |
|
43 EPOCALLOWDLLDATA |