1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmdevicefw/mdfunittest/codecapi/PU/pcmcodec/src/pcmprocessingunittest.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,70 @@
1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// pcmprocessingunit.rss
1.18 +//
1.19 +//
1.20 +
1.21 +#include <ecom/registryinfo.rh>
1.22 +#include <mdf/codecapiuids.hrh>
1.23 +#include "inc/uids.hrh"
1.24 +
1.25 +
1.26 +RESOURCE REGISTRY_INFO theInfo
1.27 + {
1.28 + dll_uid = KUidPcmProcessingUnitDll;
1.29 + interfaces =
1.30 + {
1.31 + INTERFACE_INFO
1.32 + {
1.33 + interface_uid = KUidMdfProcessingUnit ;
1.34 + implementations =
1.35 + {
1.36 + IMPLEMENTATION_INFO
1.37 + {
1.38 + implementation_uid = KUidPcmP8P16PU ;
1.39 + version_no = 1;
1.40 + display_name = "PCM Processing Unit";
1.41 + default_data = "";
1.42 + opaque_data = "<i>0x1027379e<s> P8<d> P16";
1.43 + },
1.44 + IMPLEMENTATION_INFO
1.45 + {
1.46 + implementation_uid = KUidPcmP16P8PU ;
1.47 + version_no = 1;
1.48 + display_name = "PCM Processing Unit";
1.49 + default_data = "";
1.50 + opaque_data = "<i>0x1027379e<s> P16<d> P8";
1.51 + },
1.52 + IMPLEMENTATION_INFO
1.53 + {
1.54 + implementation_uid = KUidPcmPU8P16PU ;
1.55 + version_no = 1;
1.56 + display_name = "PCM Processing Unit";
1.57 + default_data = "";
1.58 + opaque_data = "<i>0x1027379e<s> PU8<d> P16";
1.59 + },
1.60 + IMPLEMENTATION_INFO
1.61 + {
1.62 + implementation_uid = KUidPcmP16PU8PU ;
1.63 + version_no = 1;
1.64 + display_name = "PCM Processing Unit";
1.65 + default_data = "";
1.66 + opaque_data = "<i>0x1027379e<s> P16<d> PU8";
1.67 + }
1.68 +
1.69 + };
1.70 + }
1.71 + };
1.72 + }
1.73 +