diff -r 000000000000 -r bde4ae8d615e os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/a3fcistubextn.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/a3fcistubextn.rss Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,57 @@ +// Copyright (c) 2008-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: +// + +#include "ecom/registryinfo.rh" +#include +#include "a3fcistubextn.hrh" + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KUidA3fCiStubExtnDll ; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KUidDevSoundCIClientExtension ; // client ci extn + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidA3fClientCiStubExtn; + version_no = 1; + display_name = "a3fclientcistubextn"; + default_data = "*" ; + opaque_data = ""; + } + }; + }, + INTERFACE_INFO + { + interface_uid = KUidDevSoundCIServerExtension ; // client ci extn + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidA3fServerCiStubExtn; + version_no = 1; + display_name = "a3fservercistubextn"; + default_data = "10283409" ; // the hex value of the interface_uid - currently required + opaque_data = ""; + } + }; + } + }; + } +