equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // omap3530/shared/serialkeyb/serialkeyboard.mmp |
|
15 // omap3530/shared/serialkeyb.serialkeyboard.mmp |
|
16 // Simple serial keyboard implementation for Beagle baseport |
|
17 // |
|
18 |
|
19 |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 #define __USING_ASSP_REGISTER_API__ |
|
25 #define __USING_ASSP_INTERRUPT_API__ |
|
26 |
|
27 #include "beagle/variant.mmh" |
|
28 #include "kernel/kern_ext.mmh" |
|
29 |
|
30 target AsspTarget(serialkeyboard,dll) |
|
31 targettype kext |
|
32 romtarget ekeyb.dll |
|
33 |
|
34 systeminclude +/include/drivers |
|
35 |
|
36 sourcepath . |
|
37 source serialkeyboard.cpp |
|
38 |
|
39 library AsspTarget(uart,lib) |
|
40 //library resman.lib |
|
41 |
|
42 noexportlibrary |
|
43 |
|
44 uid 0x100039cf 0x100000db |
|
45 |
|
46 VENDORID 0x70000001 |
|
47 |
|
48 capability all |