equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef PENINPUTPLUGINKR_HRH_ |
|
19 #define PENINPUTPLUGINKR_HRH_ |
|
20 |
|
21 #include <avkon.hrh> |
|
22 |
|
23 #define KAknFepImePluginImplementationId 0xE95A395D |
|
24 #define KHwrLayoutInterfaceId 0x102072FC |
|
25 |
|
26 enum TLayoutUiImplId |
|
27 { |
|
28 KVkbUiId = 0xEB339F5D, |
|
29 KItutUiId = 0x2000b101, |
|
30 KFsqUiId = 0xEB339F5E, |
|
31 KFsqUiEngId = 0x2001114D |
|
32 }; |
|
33 |
|
34 enum TPeninputPluginKrCmd |
|
35 { |
|
36 EPeninputPluginKrDoubleConsonentCmd=EAknCmdEnd |
|
37 }; |
|
38 |
|
39 |
|
40 #endif /* PENINPUTPLUGINKR_HRH_ */ |