equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1028 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: Resource definitions for project peninputimeplugingeneric |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 #include "registryinfo.rh" |
|
30 |
|
31 // Declares info for two implementations |
|
32 RESOURCE REGISTRY_INFO theInfo |
|
33 { |
|
34 // UID for the DLL |
|
35 dll_uid = 0x1028235F; |
|
36 // Declare array of interface info |
|
37 interfaces = |
|
38 { |
|
39 INTERFACE_INFO |
|
40 { |
|
41 // UID of interface that is implemented |
|
42 interface_uid = 0x10207363; |
|
43 implementations = |
|
44 { |
|
45 // Info for CImplementation1 |
|
46 IMPLEMENTATION_INFO |
|
47 { |
|
48 implementation_uid = 0x1028235F; |
|
49 version_no = 1; |
|
50 display_name = "Generic touch input method plugin"; |
|
51 //supported language |
|
52 default_data = "1||16||33||37||42||50||54||57||93||94||96"; |
|
53 //supported IME impl id |
|
54 opaque_data= "16||33||37||42||50||54||57||93||94||96"; |
|
55 } |
|
56 }; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 // End Of File |