egl/egltest/endpointtestsuite/automated/res/eglendpointremotetest.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 11:05:09 +0300
changeset 152 9f1c3fea0f87
parent 98 bf7481649c98
permissions -rw-r--r--
Revision: 201033 Kit: 201033

// 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 = "";
					}
				};
			}
		};
	}