epoc32/include/ecom/registryinfo.rh
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 registryinfo.rh
     1 // Copyright (c) 1997-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // The UID identifying client provided CResolver Interface Implementations. 
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23  @publishedAll
       
    24  @released
       
    25  @internalComponent
       
    26 */
       
    27 #define CUSTOM_RESOLVER_INTERFACE_UID 0x10009D90
       
    28 
       
    29 /** 
       
    30 The UID identifying Interface Implementation Resource Files. 
       
    31 @internalComponent
       
    32 */
       
    33 UID2 0x101F747D
       
    34 
       
    35 STRUCT IMPLEMENTATION_INFO
       
    36 	{
       
    37 	LONG	implementation_uid;
       
    38 	BYTE	version_no;
       
    39 	LTEXT	display_name;
       
    40 	LTEXT8	default_data;
       
    41 	LTEXT8	opaque_data;
       
    42 	}
       
    43 
       
    44 STRUCT BINARY_IMPLEMENTATION_INFO
       
    45 	{
       
    46 	LONG	implementation_uid;
       
    47 	BYTE	version_no;
       
    48 	LTEXT	display_name;
       
    49 	LEN BYTE BYTE	default_data[];
       
    50 	LEN BYTE BYTE	opaque_data[];
       
    51 	}
       
    52 
       
    53 STRUCT INTERFACE_INFO
       
    54 	{
       
    55 	LONG	interface_uid;
       
    56 	STRUCT	implementations[];
       
    57 	}
       
    58 
       
    59 STRUCT REGISTRY_INFO
       
    60 	{
       
    61 	LONG	dll_uid;
       
    62 	STRUCT	interfaces[];
       
    63 	}