uiservicetab/vimpstui/rss/20012423.rss
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2008 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:  ECom resource.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <registryinfov2.rh>
       
    21 #include <ExtensionManagerUID.H>
       
    22 #include "../inc/vimpstextentionuiuid.h"
       
    23 
       
    24 /**
       
    25  * The registry information.
       
    26  */
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 	{
       
    29     // use resource format version 2 to enable ROM only plugins
       
    30 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31 	dll_uid = KIMCONTACTSEXTNIMPLEMENTATIONUID;
       
    32 	interfaces = 
       
    33 		{
       
    34 		INTERFACE_INFO
       
    35 	        {
       
    36 		    interface_uid = KPBKXSPINTERFACEDEFINITIONUID;
       
    37 			implementations = 
       
    38 	            {
       
    39 				IMPLEMENTATION_INFO
       
    40 	                {
       
    41 					implementation_uid = KIMCONTACTSEXTNIMPLEMENTATIONUID;
       
    42 					version_no = 1;
       
    43 					display_name = "";
       
    44 					default_data = KPBKXSPDEFAULTDATASTRING;
       
    45 					opaque_data = "";
       
    46                     rom_only = 0; // This is not a ROM only plugin
       
    47 					}
       
    48 				};
       
    49 	        }
       
    50 		};	
       
    51 	}
       
    52 
       
    53 
       
    54 // End of File