sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: // All rights reserved.
sl@0: // This component and the accompanying materials are made available
sl@0: // under the terms of "Eclipse Public License v1.0"
sl@0: // which accompanies this distribution, and is available
sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: //
sl@0: // Initial Contributors:
sl@0: // Nokia Corporation - initial contribution.
sl@0: //
sl@0: // Contributors:
sl@0: //
sl@0: // Description:
sl@0: //
sl@0: 
sl@0: /**
sl@0:  @file 
sl@0:  @publishedPartner
sl@0:  @released
sl@0: */
sl@0: #include <ecom/registryinfoconst.hrh>
sl@0: 
sl@0: 
sl@0: // The maximum values specified in this file are recommended and 
sl@0: // tested values. Exceeding these limits will risk undefined behaviour
sl@0: // in the resource compilation.
sl@0: 
sl@0: UID2 ECOM_RESOURCE_FILE
sl@0: 
sl@0: STRUCT IMPLEMENTATION_INFO
sl@0: 	{
sl@0: 	BYTE		     info_format;		    // version 1
sl@0: 	LONG   			 implementation_uid;
sl@0: 	BYTE   			 version_no;
sl@0: 	LTEXT  			 display_name;
sl@0: 	LEN BYTE LTEXT8  default_data[];		// maximum 2 strings with 255 bytes each	
sl@0: 	LEN BYTE LTEXT8  opaque_data[];			// maximum 2 strings with 255 bytes each
sl@0: 	LONG   			 extended_interfaces[]; // maximum 8 extended interfaces 
sl@0: 	BYTE			 flags;			
sl@0: 	}
sl@0: 
sl@0: STRUCT BINARY_IMPLEMENTATION_INFO
sl@0: 	{
sl@0: 	BYTE	  info_format;		        // version 2
sl@0: 	LONG	  implementation_uid;
sl@0: 	BYTE	  version_no;
sl@0: 	LTEXT	  display_name;
sl@0: 	BYTE      default_data[];			// maximum 512 bytes
sl@0: 	BYTE 	  opaque_data[];			// maximum 512 bytes
sl@0: 	LONG	  extended_interfaces[];	// maximum 8 extended interfaces 
sl@0: 	BYTE	  flags;			
sl@0: 	}
sl@0: 
sl@0: STRUCT INTERFACE_INFO
sl@0: 	{
sl@0: 	LONG	instantiation_interface_uid;
sl@0: 	STRUCT	implementations[];			// maximum 8 implementations for each interface
sl@0: 	}
sl@0: 
sl@0: STRUCT REGISTRY_INFO
sl@0: 	{
sl@0: 	LONG	resource_format_version;    // Use RESOURCE_FORMAT_VERSION_3
sl@0: 	LONG	dll_uid;
sl@0: 	STRUCT	interfaces[];				// maximum 4 interfaces
sl@0: 	}
sl@0: