localisation/apparchitecture/tef/10000182.rss
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2004-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 // App-framework notifier plug-in resource file.
       
    15 // N.B. Testcode.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file 10000182.rss
       
    23  @internalComponent - Internal Symbian test code
       
    24 */
       
    25 
       
    26 #include <RegistryInfo.rh>
       
    27 
       
    28 RESOURCE REGISTRY_INFO r_registry
       
    29 	{
       
    30 	dll_uid = 0x10000182; //should match name of this file
       
    31 	interfaces =
       
    32 		{
       
    33 		INTERFACE_INFO
       
    34 			{
       
    35 			interface_uid = 0x101F7D87;  // need to create this uid in the uid database
       
    36 			implementations =
       
    37 				{
       
    38 				IMPLEMENTATION_INFO
       
    39 					{
       
    40 					implementation_uid = 0x10004c50;
       
    41 					version_no = 1;
       
    42 					display_name = "TRApaLsSessionStartAppTestRecognizer";
       
    43 					default_data = "";        // Notify Interface
       
    44 					opaque_data = "";
       
    45 					}
       
    46 				};
       
    47 			}
       
    48 		};
       
    49 	}