usbmgmt/usbmgr/host/functiondrivers/ms/msfdc/src/msfdc_overdummy.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:40:15 +0300
changeset 51 eaaed528d5fd
permissions -rw-r--r--
Revision: 201037 Kit: 201037

/*
* Copyright (c) 2010 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:
*
* Description:
*
*/

/**
 @file
 @internalComponent
*/

#include <ecom/registryinfo.rh>
#include <usbhost/internal/fdcplugin.hrh>

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x10285B0C;
interfaces =
	{
	INTERFACE_INFO
		{
		interface_uid = KFdcEcomInterfaceUid;
		implementations =
			{
			IMPLEMENTATION_INFO
				{
				implementation_uid = 0x20031DF7;
				version_no = 1;
				display_name = "Dummy MS FDC";	
				default_data = "IC0x08ISC0x06IP0x50";
				opaque_data = "";
				}
			};
		}
	};
}