os/ossrv/lowlevellibsandfws/pluginfw/Framework/inc/registryinfov3.rh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Framework/inc/registryinfov3.rh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +/**
    1.20 + @file 
    1.21 + @publishedPartner
    1.22 + @released
    1.23 +*/
    1.24 +#include <ecom/registryinfoconst.hrh>
    1.25 +
    1.26 +
    1.27 +// The maximum values specified in this file are recommended and 
    1.28 +// tested values. Exceeding these limits will risk undefined behaviour
    1.29 +// in the resource compilation.
    1.30 +
    1.31 +UID2 ECOM_RESOURCE_FILE
    1.32 +
    1.33 +STRUCT IMPLEMENTATION_INFO
    1.34 +	{
    1.35 +	BYTE		     info_format;		    // version 1
    1.36 +	LONG   			 implementation_uid;
    1.37 +	BYTE   			 version_no;
    1.38 +	LTEXT  			 display_name;
    1.39 +	LEN BYTE LTEXT8  default_data[];		// maximum 2 strings with 255 bytes each	
    1.40 +	LEN BYTE LTEXT8  opaque_data[];			// maximum 2 strings with 255 bytes each
    1.41 +	LONG   			 extended_interfaces[]; // maximum 8 extended interfaces 
    1.42 +	BYTE			 flags;			
    1.43 +	}
    1.44 +
    1.45 +STRUCT BINARY_IMPLEMENTATION_INFO
    1.46 +	{
    1.47 +	BYTE	  info_format;		        // version 2
    1.48 +	LONG	  implementation_uid;
    1.49 +	BYTE	  version_no;
    1.50 +	LTEXT	  display_name;
    1.51 +	BYTE      default_data[];			// maximum 512 bytes
    1.52 +	BYTE 	  opaque_data[];			// maximum 512 bytes
    1.53 +	LONG	  extended_interfaces[];	// maximum 8 extended interfaces 
    1.54 +	BYTE	  flags;			
    1.55 +	}
    1.56 +
    1.57 +STRUCT INTERFACE_INFO
    1.58 +	{
    1.59 +	LONG	instantiation_interface_uid;
    1.60 +	STRUCT	implementations[];			// maximum 8 implementations for each interface
    1.61 +	}
    1.62 +
    1.63 +STRUCT REGISTRY_INFO
    1.64 +	{
    1.65 +	LONG	resource_format_version;    // Use RESOURCE_FORMAT_VERSION_3
    1.66 +	LONG	dll_uid;
    1.67 +	STRUCT	interfaces[];				// maximum 4 interfaces
    1.68 +	}
    1.69 +