appfw/apparchitecture/tef/10004c4e.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 "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 // App-framework notifier plug-in resource file.
       
    15 // N.B. Testcode.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 10004c4e.rss
       
    21  @internalComponent - Internal Symbian test code
       
    22 */
       
    23 
       
    24 #include <ecom/registryinfo.rh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO r_registry
       
    27 	{
       
    28 	dll_uid = 0x10004c4e; //should match name of this file
       
    29 	interfaces =
       
    30 		{
       
    31 		INTERFACE_INFO
       
    32 			{
       
    33 			interface_uid = 0x101F7D87;  // need to create this uid in the uid database
       
    34 			implementations =
       
    35 				{
       
    36 				IMPLEMENTATION_INFO
       
    37 					{
       
    38 					implementation_uid = 0x101F7D8D;
       
    39 					version_no = 1;
       
    40 					display_name = "TLongUrlRecognizer";
       
    41 					default_data = "";        // Notify Interface
       
    42 					opaque_data = "";
       
    43 					}
       
    44 				};
       
    45 			}
       
    46 		};
       
    47 	}