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