// Copyright (c) 2003-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 <mmf/plugin/mmfhwdeviceimplementationuids.hrh>
#include <mmf/plugin/mmfplugininterfaceuids.hrh> // for KMmfUidPluginInterfaceHwDevice
RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x101FD9EF;
interfaces =
{
INTERFACE_INFO
{
interface_uid = KMmfUidPluginInterfaceHwDevice;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16ToIMAADPCM;
version_no = 1;
display_name = "PCM16 ->IMAADPCM Codec";
default_data = " P16,IMAD" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceIMAADPCMToPCM16;
version_no = 1;
display_name = "IMAADPCM ->PCM16 Codec";
default_data = "IMAD, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMMFUidHwDevicePCMU16toPCMU16B;
version_no = 1;
display_name = "AUDIOU16 ->PCMU16BE Codec";
default_data = "PU16,PU6B" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMMFUidHwDevicePCMU16BtoPCMU16;
version_no = 1;
display_name = "PCMU16BE ->AUDIOU16 Codec";
default_data = "PU6B,PU16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMMFUidHwDevicePCM16BtoPCM16;
version_no = 1;
display_name = "PCM16BE ->AUDIO16 Codec";
default_data = "P16B, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceS16ToPCMU8;
version_no = 1;
display_name = "AUDIOS16 ->PCMS8 Codec";
default_data = " P16, P8" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceU16BEToPCMS16;
version_no = 1;
display_name = "AUDIOU16BE ->PCMS16 Codec";
default_data = "PU6B, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceU16ToPCMS16;
version_no = 1;
display_name = "AUDIOU16 ->PCMS16 Codec";
default_data = "PU16, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM8ToPCM16;
version_no = 1;
display_name = "PCM8 ->PCM16 Codec";
default_data = " P8, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMMFUidHwDevicePCM16toPCMU16B;
version_no = 1;
display_name = "AUDIOS16 ->PCMU16BE Codec";
default_data = " P16,PU6B" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceS16ToPCMU16;
version_no = 1;
display_name = "AUDIOS16 ->PCMU16 Codec";
default_data = " P16,PU16" ; //four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16toPCM16B;
version_no = 1;
display_name = "AUDIO16 ->PCM16BE Codec";
default_data = " P16,P16B" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16ToMuLaw;
version_no = 1;
display_name = "PCM16 ->MULAW Codec";
default_data = " P16,uLAW" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16ToALaw;
version_no = 1;
display_name = "PCM16 ->ALAW Codec";
default_data = " P16,ALAW" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceMulawToPCM16;
version_no = 1;
display_name = "MULAW ->PCM16 Codec";
default_data = "uLAW, P16" ;//four CC codes.
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDeviceAlawToPCM16;
version_no = 1;
display_name = "Alaw -> PCM16 Codec";
default_data = "ALAW, P16" ; // four CC codes
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16ToPCM16;
version_no = 1;
display_name = "NULL Hw Device";
default_data = " P16, P16" ; // FourCC codes
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCM16ToPCMU8;
version_no = 1;
display_name = "pcm16->pcmu8 Hw Device";
default_data = " P16, PU8" ; // FourCC codes
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = KMmfUidHwDevicePCMU8ToPCM16;
version_no = 1;
display_name = "pcmu8->pcm16 Hw Device";
default_data = " PU8, P16" ; // FourCC codes
opaque_data = "";
}
};
}
};
}