fbs/fontandbitmapserver/sfbs/fbsoogmplugin.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:31:06 +0300
branchRCL_3
changeset 163 bbf46f59e123
permissions -rw-r--r--
Revision: 201029 Kit: 201035

/*
* ============================================================================
*  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";
                    }
                };       
            }
        };
    }