audiostubs/devsoundextensions_stubs/cistubplugin/data/cistubplugin.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:09:31 +0300
branchRCL_3
changeset 50 45254807acc4
parent 0 0ce1b5ce9557
permissions -rw-r--r--
Revision: 201041 Kit: 201041

/*
* 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:
*
* Description: Stubplugin rss
*
*/



#include <registryinfo.rh>
#include <mmfplugininterfaceuids.hrh>
#include "cistubplugin.hrh"


RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = KUidCustomInterfacePluginDll;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = KMmfUidS60CustomInterfaceStub;  
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KUidCustomInterfaceStubPlugin; 
					version_no = 1;
					display_name = "Audio Play Routing Control Stub";
					default_data = "10207cab" ; 
					opaque_data = "";
					}
				};
			}
		};
	}