os/mm/mmdevicefw/mdfunittest/codecapi/PU/pcmcodec/src/pcmprocessingunit.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include <ecom/registryinfo.rh>
    17 #include <mdf/codecapiuids.hrh>
    18 #include "inc/uids.hrh"
    19 
    20 
    21 RESOURCE REGISTRY_INFO theInfo
    22 	{
    23 	dll_uid = KUidPcmProcessingUnitDll;
    24 	interfaces = 
    25 		{
    26 		INTERFACE_INFO
    27 			{
    28 			interface_uid = KUidMdfProcessingUnit ;
    29 			implementations =
    30 				{
    31 				IMPLEMENTATION_INFO
    32 					{
    33 					implementation_uid = KUidPcmP8P16PU ;
    34 					version_no = 1;
    35 					display_name = "PCM Processing Unit";
    36 					default_data = "";
    37 					opaque_data = "<i>0x1027379e<s> TP8<d> P16";
    38 					},
    39 				IMPLEMENTATION_INFO
    40 					{
    41 					implementation_uid = KUidPcmP16P8PU ;
    42 					version_no = 1;
    43 					display_name = "PCM Processing Unit";
    44 					default_data = "";
    45 					opaque_data = "<i>0x1027379e<s> P16<d> TP8";
    46 					},
    47 				IMPLEMENTATION_INFO
    48 					{
    49 					implementation_uid = KUidPcmPU8P16PU ;
    50 					version_no = 1;
    51 					display_name = "PCM Processing Unit";
    52 					default_data = "";
    53 					opaque_data = "<i>0x1027379e<s>TPU8<d> P16";
    54 					},
    55 				IMPLEMENTATION_INFO
    56 					{
    57 					implementation_uid = KUidPcmP16PU8PU ;
    58 					version_no = 1;
    59 					display_name = "PCM Processing Unit";
    60 					default_data = "";
    61 					opaque_data = "<i>0x1027379e<s> P16<d>TPU8";
    62 					},
    63 				IMPLEMENTATION_INFO
    64 					{
    65 					implementation_uid = KUidPcmDummyP8P16U ;
    66 					version_no = 1;
    67 					display_name = "Dummy PCM Processing Unit";
    68 					default_data = "";
    69 					opaque_data = "<i>0x1027379e<s> TP8<d> P16";
    70 					}
    71 
    72 				};
    73 			}
    74 		};
    75 	}
    76 
    77