common/tools/ats/smoketest/localisation/apparchitecture/tef/TMimeRec1/A00025DD.rss
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2007-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code
       
    22 */
       
    23 
       
    24 #include <RegistryInfo.rh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO r_registry
       
    27 	{
       
    28 	dll_uid = 0xA00025DD; //should match name of this file
       
    29 	interfaces =
       
    30 		{
       
    31 		INTERFACE_INFO
       
    32 			{
       
    33 			interface_uid = 0x101F7D87; // Const for all Data Recognizers
       
    34 			implementations =
       
    35 			 {
       
    36 				IMPLEMENTATION_INFO
       
    37 					{
       
    38 					implementation_uid = 0xA00025DE; // Our test recognizer
       
    39 					version_no = 1;
       
    40 					display_name = "recmime_1";
       
    41 					default_data = "";        // Notify Interface
       
    42 					opaque_data = "";
       
    43 					}
       
    44 				};
       
    45 			}
       
    46 		};
       
    47 	}