fbs/fontandbitmapserver/sfbs/fbsoogmplugin.rss
changeset 187 9f66f99ee56f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fbs/fontandbitmapserver/sfbs/fbsoogmplugin.rss	Fri Sep 24 16:14:28 2010 +0300
@@ -0,0 +1,53 @@
+/*
+* ============================================================================
+*  Name        : FbsOogmPlugin.rss
+*  Part of     : FbSrv OOGM Plugin
+*  Interface   :  
+*  Description : ECOM Resource file for Font and bitmap server OOGM Framework Plugin
+*
+*  Copyright © 2010 Nokia.  All rights reserved.
+*  This material, including documentation and any related computer
+*  programs, is protected by copyright controlled by Nokia.  All
+*  rights are reserved.  Copying, including reproducing, storing,
+*  adapting or translating, any or all of this material requires the
+*  prior written consent of Nokia.  This material also contains
+*  confidential information which may not be disclosed to others
+*  without the prior written consent of Nokia.
+* ============================================================================
+* Template version: 4.0
+*/
+
+#include <ecom/registryinfov2.rh>
+#include <goommonitorplugin.hrh>
+
+
+
+
+// ---------------------------------------------------------------------------
+// Registration info for ECOM framework.
+// ---------------------------------------------------------------------------
+//
+RESOURCE REGISTRY_INFO theInfo
+    {
+    resource_format_version = RESOURCE_FORMAT_VERSION_2; 
+    dll_uid = 0x2002B638;
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KGOomPluginInterfaceUidValue;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = 0x2002B638;
+                    version_no = 1;
+                    display_name = "FbsOogmPlugin";
+                    opaque_data = "";
+					default_data = "FbsOogmPlugin";
+                    }
+                };       
+            }
+        };
+    }
+