os/ossrv/lowlevellibsandfws/pluginfw/Framework/Example/ecomexample14invalid.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 // PlugIn1 Dll with version 3 resource file
    17 // 
    18 //
    19 
    20 #include <ecom/registryinfov3.rh>
    21 
    22 RESOURCE REGISTRY_INFO theInfo
    23 	{
    24 	resource_format_version = RESOURCE_FORMAT_VERSION_3;
    25 	dll_uid = 0x10009E41;
    26 	interfaces = 
    27 		{
    28 		INTERFACE_INFO
    29 			{
    30 			instantiation_interface_uid = 0x10009E36;
    31 			implementations = 
    32 				{
    33 				IMPLEMENTATION_INFO
    34 					{
    35 					implementation_uid = 0x10009E48;
    36 					version_no = 1;
    37 					display_name = "Example Plugin 14 Invalid||Copyright ©2007 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
    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