egl/egltest/endpointtestsuite/automated/res/eglendpointremotetest.rss
changeset 98 bf7481649c98
equal deleted inserted replaced
85:cdf2f6e5c390 98:bf7481649c98
       
     1 // Copyright (c) 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 
       
    14 /**
       
    15  @file
       
    16  @test
       
    17  @internalComponent - Internal Symbian test code
       
    18 */
       
    19 
       
    20 
       
    21 #include <ecom/registryinfo.rh>
       
    22 
       
    23 
       
    24 //information used by ecom to identify where implementations of given interfaces can be found
       
    25 RESOURCE REGISTRY_INFO ecomInfo
       
    26 	{
       
    27 	dll_uid = 0xA000E081;
       
    28 	interfaces =
       
    29 		{
       
    30 		INTERFACE_INFO
       
    31 			{
       
    32 			interface_uid = 0x10285A29;
       
    33 			implementations =
       
    34 				{
       
    35 				IMPLEMENTATION_INFO
       
    36 					{
       
    37 					implementation_uid = 0xA000E082;
       
    38 					version_no = 1;
       
    39 					display_name = "eglendpointremotetest";
       
    40 					default_data = "";
       
    41 					opaque_data = "";
       
    42 					}
       
    43 				};
       
    44 			}
       
    45 		};
       
    46 	}