--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mmdevicefw/mdfunittest/codecapi/PU/pcmcodec/src/pcmprocessingunittest.rss Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,70 @@
+// Copyright (c) 2005-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:
+// pcmprocessingunit.rss
+//
+//
+
+#include <ecom/registryinfo.rh>
+#include <mdf/codecapiuids.hrh>
+#include "inc/uids.hrh"
+
+
+RESOURCE REGISTRY_INFO theInfo
+ {
+ dll_uid = KUidPcmProcessingUnitDll;
+ interfaces =
+ {
+ INTERFACE_INFO
+ {
+ interface_uid = KUidMdfProcessingUnit ;
+ implementations =
+ {
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = KUidPcmP8P16PU ;
+ version_no = 1;
+ display_name = "PCM Processing Unit";
+ default_data = "";
+ opaque_data = "<i>0x1027379e<s> P8<d> P16";
+ },
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = KUidPcmP16P8PU ;
+ version_no = 1;
+ display_name = "PCM Processing Unit";
+ default_data = "";
+ opaque_data = "<i>0x1027379e<s> P16<d> P8";
+ },
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = KUidPcmPU8P16PU ;
+ version_no = 1;
+ display_name = "PCM Processing Unit";
+ default_data = "";
+ opaque_data = "<i>0x1027379e<s> PU8<d> P16";
+ },
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = KUidPcmP16PU8PU ;
+ version_no = 1;
+ display_name = "PCM Processing Unit";
+ default_data = "";
+ opaque_data = "<i>0x1027379e<s> P16<d> PU8";
+ }
+
+ };
+ }
+ };
+ }
+