diff -r 29ddb8a72f0e -r 9f1c3fea0f87 fbs/fontandbitmapserver/sfbs/fbsoogmplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fbs/fontandbitmapserver/sfbs/fbsoogmplugin.rss Wed Aug 18 11:05:09 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 +#include + + + + +// --------------------------------------------------------------------------- +// 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"; + } + }; + } + }; + } +