omads/omadsappui/AspPreSyncPlugin/data/AspPreSyncDefault.rss
branchRCL_3
changeset 25 4f0867e42d62
parent 0 dab8a81a92de
equal deleted inserted replaced
24:8e7494275d3a 25: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 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 {
       
    23     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    24 	// UID for the DLL
       
    25 	dll_uid = 0x2001955E;
       
    26 	
       
    27 	// Declare array of interface info
       
    28 	interfaces = 
       
    29 		{
       
    30 		INTERFACE_INFO
       
    31 			{
       
    32 			
       
    33 			// UID of interface that is implemented
       
    34 			interface_uid = 0x2001955C;
       
    35 			
       
    36 			implementations = 
       
    37 				{
       
    38 				
       
    39 				// Info for all implementations					
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = 0x2001955D;
       
    43 					version_no         = 1;
       
    44 					display_name       = "DEFAULT"; 
       
    45 					default_data       = "";    
       
    46 					opaque_data        = ""; 
       
    47 					}
       
    48 					
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 }
       
    53