sl@0: // Copyright (c) 1997-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:  @publishedAll
sl@0:  @released
sl@0: */
sl@0: #include <ecom/registryinfoconst.hrh>
sl@0: 
sl@0: 
sl@0: UID2 ECOM_RESOURCE_FILE
sl@0: 
sl@0: STRUCT IMPLEMENTATION_INFO
sl@0: 	{
sl@0: 	LONG	implementation_uid;
sl@0: 	BYTE	version_no;
sl@0: 	LTEXT	display_name;
sl@0: 	LTEXT8	default_data;
sl@0: 	LTEXT8	opaque_data;
sl@0: 	}
sl@0: 
sl@0: STRUCT BINARY_IMPLEMENTATION_INFO
sl@0: 	{
sl@0: 	LONG	implementation_uid;
sl@0: 	BYTE	version_no;
sl@0: 	LTEXT	display_name;
sl@0: 	LEN BYTE BYTE	default_data[];
sl@0: 	LEN BYTE BYTE	opaque_data[];
sl@0: 	}
sl@0: 
sl@0: STRUCT INTERFACE_INFO
sl@0: 	{
sl@0: 	LONG	interface_uid;
sl@0: 	STRUCT	implementations[];
sl@0: 	}
sl@0: 
sl@0: STRUCT REGISTRY_INFO
sl@0: 	{
sl@0: 	LONG	dll_uid;
sl@0: 	STRUCT	interfaces[];
sl@0: 	}
sl@0: