mobilemessaging/smum/simdialogplugins/defaultsimdlg/rss/0x20029F1C.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2  * Copyright (c) 2009 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: default sim-dialog plugin ecom resource file
       
    15  *
       
    16 */
       
    17 
       
    18 #include <registryinfo.rh>
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21 {
       
    22 	// UID for the DLL
       
    23 	dll_uid = 0x20029F1C;
       
    24 	
       
    25 	// Declare array of interface info
       
    26 	interfaces = 
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			
       
    31 			// UID of interface that is implemented
       
    32 			interface_uid = 0x20029F1E;
       
    33 			
       
    34 			implementations = 
       
    35 				{
       
    36 				
       
    37 				// Info for all implementations					
       
    38 				IMPLEMENTATION_INFO
       
    39 					{
       
    40 					implementation_uid = 0x20029F1C;
       
    41 					version_no         = 1;
       
    42 					display_name       = "_default_"; //reserved tag for default sim plugin
       
    43 					default_data       = "_default_";    
       
    44 					opaque_data        = ""; 
       
    45 					}
       
    46 					
       
    47 				};
       
    48 			}
       
    49 		};
       
    50 }
       
    51