lowlevellibsandfws/pluginfw/Framework/Example/ecomexample14invalid.rss
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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