devsound/devsoundrefplugin/src/controller/audio/2002C398.rss
author hgs
Wed, 13 Oct 2010 12:08:48 +0100
changeset 3 28bdc4aca325
parent 0 79dd3e2336a0
permissions -rw-r--r--
2010wk42_01

// Copyright (c) 2003-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:
// Copied from... Registry file for the Example Interface Implementation Collection
// 
//

#include <ecom/registryinfo.rh>
#include <mmf/plugin/mmfplugininterfaceuids.hrh>
#include "MmfAudioToneController.hrh"

RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = 0x2002C398;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = KMmfUidPluginInterfaceController ;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KMmfUidControllerAudioTone ;
					version_no = 1;
					display_name = "Symbian Audio Tone Test controller";
					default_data = "?";
					opaque_data = "<s>Symbian<n>yes<i>0x101F5D07<p>0x101FFA00";//<n>yes indicates controller has no url handling capability.
					}
				};
			},
		INTERFACE_INFO
			{
			interface_uid = KMmfUidToneSequenceFormatInterface;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KMmfUidToneSequenceFormatRead ;
					version_no = 1;
					display_name = "Tone Sequence Play Format";
					default_data = "?";
					opaque_data = "<s>Symbian<i>0x101F5D07<e>.sqn<h>SQNC";
					}
				};
			}

		};
	}