os/ossrv/lowlevellibsandfws/pluginfw/Framework/Example/ecomexample10.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 = 0x10009E37;
    25 	interfaces = 
    26 		{
    27 		INTERFACE_INFO
    28 			{
    29 			instantiation_interface_uid = 0x10009DBB;
    30 			implementations = 
    31 				{
    32 				IMPLEMENTATION_INFO
    33 					{
    34 					info_format = IMPLEMENTATION_INFO_RECORD_TYPE1; 
    35 					implementation_uid = 0x10009E38;
    36 					version_no = 1;
    37 					display_name = "Example Plugin No. 10||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
    38 					default_data = {"Example 10||can be up to 255 bytes","Example 10 part 2||can be up to 255 bytes"};
    39 				    opaque_data = {"Example 10||can be up to 255 bytes","Example 10 part 2||can be up to 255 bytes"};
    40 					extended_interfaces = { 0x10009E44, 0x10009E45, 0x10009E46 };
    41 					flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;					
    42 					},
    43 				BINARY_IMPLEMENTATION_INFO
    44 					{
    45 					info_format = IMPLEMENTATION_INFO_RECORD_TYPE2; 
    46 					implementation_uid = 0x10009E3A;
    47 					version_no = 1;
    48 					display_name = "Example Plugin No. 10 Basic imp. ||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
    49 					default_data = {0x1B, 0x50, 0x1F, 0x10};
    50 				    opaque_data = {0x1B, 0x50, 0x1F, 0x10};
    51 					extended_interfaces = {};
    52 					flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;					
    53 					},
    54 				IMPLEMENTATION_INFO
    55 					{
    56 					info_format = IMPLEMENTATION_INFO_RECORD_TYPE1; 
    57 					implementation_uid = 0x10009E3B;
    58 					version_no = 1;
    59 					display_name = "Example Plugin No. 10 2 ||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
    60 					default_data = {"can be up to 255 bytes"};
    61 				    opaque_data = {""};
    62 					extended_interfaces = { 0x10009E44 };
    63 					flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;					
    64 					}	
    65 				};
    66 			}
    67 		};
    68 	}