|
1 /* |
|
2 * ============================================================================ |
|
3 * Name : FbsOogmPlugin.rss |
|
4 * Part of : FbSrv OOGM Plugin |
|
5 * Interface : |
|
6 * Description : ECOM Resource file for Font and bitmap server OOGM Framework Plugin |
|
7 * |
|
8 * Copyright © 2010 Nokia. All rights reserved. |
|
9 * This material, including documentation and any related computer |
|
10 * programs, is protected by copyright controlled by Nokia. All |
|
11 * rights are reserved. Copying, including reproducing, storing, |
|
12 * adapting or translating, any or all of this material requires the |
|
13 * prior written consent of Nokia. This material also contains |
|
14 * confidential information which may not be disclosed to others |
|
15 * without the prior written consent of Nokia. |
|
16 * ============================================================================ |
|
17 * Template version: 4.0 |
|
18 */ |
|
19 |
|
20 #include <ecom/registryinfov2.rh> |
|
21 #include <goommonitorplugin.hrh> |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 // --------------------------------------------------------------------------- |
|
27 // Registration info for ECOM framework. |
|
28 // --------------------------------------------------------------------------- |
|
29 // |
|
30 RESOURCE REGISTRY_INFO theInfo |
|
31 { |
|
32 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
33 dll_uid = 0x2002B638; |
|
34 interfaces = |
|
35 { |
|
36 INTERFACE_INFO |
|
37 { |
|
38 interface_uid = KGOomPluginInterfaceUidValue; |
|
39 implementations = |
|
40 { |
|
41 IMPLEMENTATION_INFO |
|
42 { |
|
43 implementation_uid = 0x2002B638; |
|
44 version_no = 1; |
|
45 display_name = "FbsOogmPlugin"; |
|
46 opaque_data = ""; |
|
47 default_data = "FbsOogmPlugin"; |
|
48 } |
|
49 }; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |