meetingui/attendeeview/UiRss/101F87AD.rss
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Registry file for the Attendee view 
       
    15 *			     interface Implementation Collection
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include "ecom/registryinfov2.rh"
       
    22 #include "attendeeviewuid.h"
       
    23 
       
    24 // Declares info for two implementations
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26 	{
       
    27 	// UID for the DLL
       
    28 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29 	dll_uid = KAttendeeViewDllUID;
       
    30 	// Declare array of interface info
       
    31 	interfaces = 
       
    32 		{
       
    33 		INTERFACE_INFO
       
    34 			{
       
    35 			// UID of interface that is implemented
       
    36 			interface_uid = KAttendeeViewInterfaceUID;
       
    37 			implementations = 
       
    38 				{
       
    39 				// Info for CImplementation1
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = KAttendeeViewImplementationUID;
       
    43 					version_no = 1;
       
    44 					display_name = "";
       
    45 					default_data = KAttUiExtensionDefaultDataString;
       
    46 					opaque_data = "";
       
    47 					rom_only = 0;
       
    48 					}
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 	}