apengine/apsettingsplugin/data/1020736C.rss
changeset 23 7ec726f93df1
parent 20 9c97ad6591ae
child 25 d840bfde7d40
child 27 489cf6208544
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
     1 /*
       
     2 * Copyright (c) 2005 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 *        ECOM plugin resource file for AP Settings plugin.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	dll_uid     = 0x1020736C; // Plugin dll UID
       
    25 	interfaces  = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid   = 0x10207236; // UID for CGSPluginInterface
       
    30 			implementations = 
       
    31 				{
       
    32 				IMPLEMENTATION_INFO
       
    33 					{
       
    34 					implementation_uid  = 0x1020736B; // Plugin UID 
       
    35 					version_no          = 1;
       
    36 					display_name        = "AP Settings Plugin"; // Plugin debug name
       
    37 					default_data        = "0x200255B9"; // Parent UID (gsconnsettingsplugin)
       
    38 					opaque_data         = "60"; // Order number
       
    39 					}
       
    40 				};
       
    41 			}
       
    42 		};
       
    43 	}
       
    44