equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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 * ECOM plugin resource file for BTUI plugin. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <registryinfo.rh> |
|
21 |
|
22 RESOURCE REGISTRY_INFO theInfo |
|
23 { |
|
24 dll_uid = 0x1020742B; |
|
25 interfaces = |
|
26 { |
|
27 INTERFACE_INFO |
|
28 { |
|
29 interface_uid = 0x10207236; // UID for CGSPluginInterface |
|
30 implementations = |
|
31 { |
|
32 IMPLEMENTATION_INFO |
|
33 { |
|
34 implementation_uid = 0x1020742C; |
|
35 version_no = 1; |
|
36 display_name = "GS Btui Plugin"; // Plugin debug name |
|
37 default_data = "0x10207250"; // Parent UID (BTUI is under "Connection" folder of General Setting Application) |
|
38 opaque_data = "30"; // Order number |
|
39 } |
|
40 }; |
|
41 }, |
|
42 |
|
43 INTERFACE_INFO |
|
44 { |
|
45 interface_uid = 0x1020745F; // UID for CBtuiPluginInterface |
|
46 implementations = |
|
47 { |
|
48 IMPLEMENTATION_INFO |
|
49 { |
|
50 implementation_uid = 0x1020745C; // implementation UID |
|
51 version_no = 1; |
|
52 display_name = "Btui Application Plugin for MainView"; // Plugin debug name |
|
53 }, |
|
54 |
|
55 IMPLEMENTATION_INFO |
|
56 { |
|
57 implementation_uid = 0x1020745D; // implementation UID |
|
58 version_no = 1; |
|
59 display_name = "Btui Application Plugin for PairedDevicesView"; // Plugin debug name |
|
60 }, |
|
61 |
|
62 IMPLEMENTATION_INFO |
|
63 { |
|
64 implementation_uid = 0x20002780; // implementation UID |
|
65 version_no = 1; |
|
66 display_name = "Btui Application Plugin for BlockedDevicesView"; // Plugin debug name |
|
67 } |
|
68 |
|
69 }; |
|
70 |
|
71 } |
|
72 |
|
73 }; |
|
74 } |
|
75 |