author | Lukasz Forynski <lukasz.forynski@gmail.com> |
Wed, 25 Aug 2010 03:09:47 +0100 | |
branch | generic_fixes_and_updates |
changeset 55 | fa7dcb51ca22 |
parent 25 | 6f943d133287 |
child 107 | 4a6676d432dd |
permissions | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 1998-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/beagle_drivers/keytran/keymap.mmp |
|
15 |
// ekdata.dll Beagle keyboard look-up tables |
|
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 |
||
28 |
target VariantTarget(ekdata,dll) |
|
29 |
targettype dll |
|
30 |
linkas ekdata.dll |
|
31 |
||
32 |
systeminclude +/include |
|
25
6f943d133287
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
33 |
OS_LAYER_SYSTEMINCLUDE |
0 | 34 |
|
35 |
sourcepath . |
|
36 |
source keymap.cpp |
|
37 |
||
38 |
library euser.lib |
|
39 |
||
40 |
deffile ../../../../../../../sf/os/kernelhwsrv/kernel/eka/~/ekdata.def |
|
41 |
||
42 |
nostrictdef |
|
43 |
noexportlibrary |
|
44 |
||
45 |
uid 0x1000008d 0x100039e0 |
|
46 |
||
47 |
capability all |
|
48 |
vendorid 0x70000001 |
|
49 |
||
50 |
unpaged |