egl/egltest/endpointtestsuite/automated/res/eglendpointremotetest.rss
author hgs
Fri, 30 Jul 2010 11:41:40 +0300
changeset 136 62bb7c97884c
parent 98 bf7481649c98
permissions -rw-r--r--
201030_2

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:


/**
 @file
 @test
 @internalComponent - Internal Symbian test code
*/


#include <ecom/registryinfo.rh>


//information used by ecom to identify where implementations of given interfaces can be found
RESOURCE REGISTRY_INFO ecomInfo
	{
	dll_uid = 0xA000E081;
	interfaces =
		{
		INTERFACE_INFO
			{
			interface_uid = 0x10285A29;
			implementations =
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0xA000E082;
					version_no = 1;
					display_name = "eglendpointremotetest";
					default_data = "";
					opaque_data = "";
					}
				};
			}
		};
	}