author | Lukasz Forynski <lukasz.forynski@gmail.com> |
Tue, 28 Sep 2010 02:37:35 +0100 | |
branch | Beagle_BSP_dev |
changeset 84 | 09e266454dcf |
parent 25 | 6f943d133287 |
permissions | -rwxr-xr-x |
0 | 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 |
||
25
6f943d133287
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
36 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
0 | 37 |
sourcepath . |
38 |
source serialkeyboard.cpp |
|
39 |
||
40 |
library AsspTarget(uart,lib) |
|
25
6f943d133287
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
41 |
library AsspTarget(prcm,lib) |
0 | 42 |
//library resman.lib |
43 |
||
44 |
noexportlibrary |
|
45 |
||
46 |
uid 0x100039cf 0x100000db |
|
47 |
||
48 |
VENDORID 0x70000001 |
|
49 |
||
50 |
capability all |