locationsystemui/locationsysui/locpsysettings/locpsysettingsui/data/10275062.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 1027 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 plugin resource file for Positioning Method Settings UI
       
    15 *				  plugin.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "locpsysettingsuiuid.hrh"
       
    22 
       
    23 #define PLUGINDISPLAYNAME "POSTIONINGMETHODS"
       
    24 /**
       
    25 * How to use the resource definition:
       
    26 *
       
    27 * IMPLEMENTATION_INFO
       
    28 *	{
       
    29 *	implementation_uid  = <Your implementation UID here>;
       
    30 *	version_no          = 1;
       
    31 *	display_name        = "<Your plugin name here>";
       
    32 *	default_data        = "";
       
    33 *	opaque_data         = "";
       
    34 *	}
       
    35 */
       
    36 RESOURCE REGISTRY_INFO theInfo
       
    37 	{
       
    38 	dll_uid     = LOCPSYSETTINGSUI_UID3;
       
    39 	interfaces  = 
       
    40 		{
       
    41 		INTERFACE_INFO
       
    42 			{
       
    43 			interface_uid   = 0x10275061; // Don't Change
       
    44 			implementations = 
       
    45 				{
       
    46 				IMPLEMENTATION_INFO
       
    47 					{
       
    48 					implementation_uid  = LOCPSYSETTINGSUI_UID3;
       
    49 					version_no          = 1;
       
    50 					display_name        = PLUGINDISPLAYNAME;
       
    51 					default_data        = "";
       
    52 					opaque_data         = "";					
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58