diff -r ae690a8c4a18 -r f7bf1ed8db72 devsound/devsoundrefplugin/src/controller/audio/2002C398.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devsound/devsoundrefplugin/src/controller/audio/2002C398.rss Mon Aug 23 18:56:36 2010 +0100 @@ -0,0 +1,60 @@ +// 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 +#include +#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 = "Symbianyes0x101F5D07

0x101FFA00";//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 = "Symbian0x101F5D07.sqnSQNC"; + } + }; + } + + }; + } +