omads/omadsextensions/dsutils/nsmldefaultagendahandler/data/nsmldefaultagendahandler.rss
branchRCL_3
changeset 52 4f0867e42d62
parent 1 95fdac6ccb5c
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2007 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:    
       
    15 *
       
    16 */
       
    17 
       
    18 #include <registryinfo.rh>
       
    19 #include "nsmldefaultagendahandler.loc"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 {
       
    23 	// UID for the DLL
       
    24 	dll_uid = 0x20029F16;
       
    25 	
       
    26 	// Declare array of interface info
       
    27 	interfaces = 
       
    28 		{
       
    29 		INTERFACE_INFO
       
    30 			{
       
    31 			
       
    32 			// UID of interface that is implemented
       
    33 			interface_uid = 0x20029F14;
       
    34 			
       
    35 			implementations = 
       
    36 				{
       
    37 				
       
    38 				// Info for all implementations					
       
    39 				IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = 0x20029F16;
       
    42 					version_no         = 1;
       
    43 					display_name       = "";
       
    44 					default_data       = "";
       
    45 					opaque_data        = qtn_nsml_default_agenda_handler_opaque_name; 
       
    46 					}
       
    47 					
       
    48 				};
       
    49 			}
       
    50 		};
       
    51 }
       
    52