contenthandling/webrecognisers/Test/t_weburlrec/101FD8D1.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Interfaces : CEComRecogTest
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include "101FD8D1.rls"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	// Recogniser Test Plugin
       
    24 	dll_uid = 0x101FD8D1;
       
    25 	interfaces = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			// KUidRecogTestEcomInterface - CEComRecogTest UID
       
    30 			interface_uid = 0x101FD8D0;
       
    31 			implementations = 
       
    32 				{
       
    33 				IMPLEMENTATION_INFO
       
    34 					{
       
    35 					// KUidWebUrlRecogTest
       
    36 					implementation_uid = 0x101FD8D2;
       
    37 					version_no = 1;
       
    38 					display_name = STRING_theInfo1;
       
    39 					default_data = "T_WEBURLREC";
       
    40 					opaque_data = "";
       
    41 					}
       
    42 				};
       
    43 			}
       
    44 		};
       
    45 	}