mapnavproviderrefapp/data/mnrefproviderplugin.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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:  Defines the ECom registration resource for TestProviderPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME MNTP
       
    21 
       
    22 #include <ecom/registryinfov2.rh>
       
    23 #include <mnpluginuids.hrh> // defines interface UID
       
    24 
       
    25 RESOURCE REGISTRY_INFO r_mycoordconverterplugin_reginfo
       
    26 	{
       
    27 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    28 	// DLL UID of the DLL
       
    29 	dll_uid = 0x03133037;
       
    30 	interfaces =
       
    31 	    {
       
    32 	    INTERFACE_INFO
       
    33 	        {
       
    34 	        // UID of coordinate converter interface,
       
    35 	        // defined in mnpluginuids.hrh
       
    36 	        interface_uid = KMnMapImageConverterIf;
       
    37 	        implementations =
       
    38 	            {
       
    39 	            IMPLEMENTATION_INFO
       
    40 	                {
       
    41 	                // The licensee needs to allocate this UID from Symbian
       
    42 	                implementation_uid = 0x03133038;
       
    43 	                version_no = 1;
       
    44 	                display_name = "MnRefProviderCoordConverter";
       
    45 	                // SID of provider application executable
       
    46 	                default_data = "03132014";
       
    47 	                }
       
    48 	            };
       
    49 	        }
       
    50 	    };
       
    51 	}