diff -r 37b610eb7fe3 -r 45254807acc4 audiostubs/devsoundextensions_stubs/cistubplugin/data/cistubplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/audiostubs/devsoundextensions_stubs/cistubplugin/data/cistubplugin.rss Wed Oct 13 14:09:31 2010 +0300 @@ -0,0 +1,47 @@ +/* +* 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 +#include +#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 = ""; + } + }; + } + }; + } +