|
1 /* |
|
2 * Copyright (c) 2007-2008 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 touch functional plug in |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include "registryinfov2.rh" |
|
22 #include "AknIndicatorPluginImplUIDs.hrh" |
|
23 |
|
24 |
|
25 |
|
26 RESOURCE REGISTRY_INFO theInfo |
|
27 { |
|
28 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
29 dll_uid = 0x10204DAE; // Plugin dll UID |
|
30 interfaces = |
|
31 { |
|
32 INTERFACE_INFO |
|
33 { |
|
34 interface_uid = KAknIndicatorPluginInterfaceUid; |
|
35 |
|
36 implementations = |
|
37 { |
|
38 IMPLEMENTATION_INFO |
|
39 { |
|
40 implementation_uid = KImplUIDBTIndicatorsPlugin; |
|
41 version_no = 1; |
|
42 display_name = "LC Stylus Tap Plug in for BT"; // Plugin debug name |
|
43 default_data = "lcstylustapbt"; // Parent UID |
|
44 opaque_data = ""; |
|
45 // This implementation CANNOT be overridden by a RAM-based plug-in |
|
46 rom_only = 1; |
|
47 }, |
|
48 IMPLEMENTATION_INFO |
|
49 { |
|
50 implementation_uid = KImplUIDUSBIndicatorsPlugin; |
|
51 version_no = 1; |
|
52 display_name = "LC Stylus Tap Plug in for USB"; // Plugin debug name |
|
53 default_data = "lcstylustapusb"; // Parent UID |
|
54 opaque_data = ""; |
|
55 // This implementation CANNOT be overridden by a RAM-based plug-in |
|
56 rom_only = 1; |
|
57 }, |
|
58 IMPLEMENTATION_INFO |
|
59 { |
|
60 implementation_uid = KImplUIDIRIndicatorsPlugin; |
|
61 version_no = 1; |
|
62 display_name = "LC Stylus Tap Plug in for IRDA"; // Plugin debug name |
|
63 default_data = "lcstylustapirda"; // Parent UID |
|
64 opaque_data = ""; |
|
65 // This implementation CANNOT be overridden by a RAM-based plug-in |
|
66 rom_only = 1; |
|
67 }, |
|
68 IMPLEMENTATION_INFO |
|
69 { |
|
70 implementation_uid = 0x20026FC4; |
|
71 version_no = 1; |
|
72 display_name = "LC Stylus Tap Plug in for USBMEM"; // Plugin debug name |
|
73 default_data = "lcstylustapusbmem"; // Parent UID |
|
74 opaque_data = ""; |
|
75 // This implementation CANNOT be overridden by a RAM-based plug-in |
|
76 rom_only = 1; |
|
77 } |
|
78 }; |
|
79 } |
|
80 }; |
|
81 } |