author | Mike Kinghan <mikek@symbian.org> |
Tue, 16 Nov 2010 13:36:29 +0000 | |
changeset 107 | 4a6676d432dd |
parent 41 | e73f15023e91 |
permissions | -rw-r--r-- |
41
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
2 |
// All rights reserved. |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
7 |
// |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
8 |
// Initial Contributors: |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
10 |
// |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
11 |
// Contributors: |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
12 |
// |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
13 |
// Description: |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
14 |
// omap3530/shared/serialkeyb/serialkeyboard.mmp |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
15 |
// omap3530/shared/serialkeyb.serialkeyboard.mmp |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
16 |
// Simple serial keyboard implementation for Beagle baseport |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
17 |
// |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
18 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
19 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
20 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
21 |
/** |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
22 |
@file |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
23 |
*/ |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
24 |
macro _UI_SOFTKEYS_ENABLED_ |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
25 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
26 |
#define __USING_ASSP_REGISTER_API__ |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
27 |
#define __USING_ASSP_INTERRUPT_API__ |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
28 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
29 |
#include "beagle/variant.mmh" |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
30 |
#include "kernel/kern_ext.mmh" |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
31 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
32 |
target AsspTarget(serialkeyboard_uisoftkeys,dll) |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
33 |
targettype kext |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
34 |
romtarget ekeyb.dll |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
35 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
36 |
systeminclude +/include/drivers |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
37 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
38 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
39 |
sourcepath . |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
40 |
source serialkeyboard.cpp |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
41 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
42 |
library AsspTarget(uart,lib) |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
43 |
library AsspTarget(prcm,lib) |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
44 |
//library resman.lib |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
45 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
46 |
noexportlibrary |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
47 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
48 |
uid 0x100039cf 0x100000db |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
49 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
50 |
VENDORID 0x70000001 |
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
51 |
|
e73f15023e91
Changes in the Serial Keyboard to disable sofy key mappings for texshell roms.
arunabha
parents:
diff
changeset
|
52 |
capability all |