os/ossrv/lowlevellibsandfws/pluginfw/Framework/Example/ecomexample14upgraded.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Registry file for the Example Interface Implementation Collection
    15 // To be used with the full Client / Server architecture.
    16 // 
    17 //
    18 
    19 #include <ecom/registryinfov3.rh>
    20 
    21 RESOURCE REGISTRY_INFO theInfo
    22 	{
    23 	resource_format_version = RESOURCE_FORMAT_VERSION_3;
    24 	dll_uid = 0x10009E40;
    25 	interfaces = 
    26 		{
    27 		INTERFACE_INFO
    28 			{
    29 			instantiation_interface_uid = 0x10009E36;
    30 			implementations = 
    31 				{
    32 				IMPLEMENTATION_INFO
    33 					{
    34 					info_format = IMPLEMENTATION_INFO_RECORD_TYPE1; 
    35 					implementation_uid = 0x10009E48;
    36 					version_no = 2;
    37 					display_name = "Example 14 PlugIn3";
    38 					default_data ={"text/wml||This is the type of data that this implementation understands."};
    39 					opaque_data = {};
    40 					extended_interfaces = {};
    41 					flags = 0;
    42 					}
    43 				};
    44 			}
    45 		};
    46 	}
    47