widgets/widgetsidchecker/data/10281FC0.rss
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 66 cacf6ee57968
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
     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 the License "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 registration for widgetsidchecking
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 
       
    20 RESOURCE REGISTRY_INFO r_registry
       
    21 	{
       
    22 	dll_uid = 0x10281FC0; // must match the name of this file
       
    23 	interfaces =
       
    24 		{
       
    25 		INTERFACE_INFO
       
    26 			{
       
    27 			interface_uid = 0x20007D8C;
       
    28 			implementations =
       
    29 				{
       
    30 				IMPLEMENTATION_INFO
       
    31 					{
       
    32 					implementation_uid = 0x10281FC0;
       
    33 					version_no = 1;
       
    34 					display_name = "WidgetVerify";
       
    35 					default_data = "[10282821]";
       
    36 					opaque_data = "";
       
    37 					}
       
    38 				};
       
    39 			}
       
    40 		};
       
    41 	}