os/ossrv/lowlevellibsandfws/pluginfw/Framework/Example/EComExampleBadData.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 = 0x10009E43;
    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 = 0x10009E39;
    36 					version_no = 1;
    37 					display_name = "Example Bad Data||Author Iris Wu||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
    38 					default_data = {"012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234","012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234","aaa"};
    39 				    opaque_data = {"255",""};
    40 					extended_interfaces = { 0x10009E44, 0x10009E45, 0x10009E46 };
    41 					flags = 0;
    42 					}
    43 				};
    44 			}
    45 		};
    46 	}
    47