webengine/browserrecognizers/data/01005A02.rss
changeset 0 dd21522fd290
child 26 cb62a4f66ebe
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource file containing the BrowserRecognizers UIDs   
       
    15 *
       
    16 */
       
    17 
       
    18 #include <RegistryInfo.rh>
       
    19 RESOURCE REGISTRY_INFO r_registry
       
    20 {
       
    21 	dll_uid = 0x01005A02; 	// Should match the name of this file
       
    22 					
       
    23 	interfaces =
       
    24 		{
       
    25 		INTERFACE_INFO
       
    26 			{
       
    27 			interface_uid = 0x101F7D87; // Const for all data recognizers
       
    28 			implementations =
       
    29 				{
       
    30 				IMPLEMENTATION_INFO
       
    31 					{
       
    32 					implementation_uid = 0x101F880E; 
       
    33 					version_no = 2;
       
    34 					display_name = "Browser Recognizer";
       
    35 					default_data = "Browser Data Recognizer";  
       
    36 					opaque_data = "";
       
    37 					}
       
    38 				};
       
    39 			}
       
    40 		};
       
    41 }