sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // MmfBtHwDeviceImplementationUIDs sl@0: // sl@0: // sl@0: sl@0: #ifndef MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH sl@0: #define MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH sl@0: sl@0: // These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins. sl@0: // The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h sl@0: sl@0: // Use a different UID for HwDevice interface, so don't confuse with original sl@0: #define KMmfUidBtPluginInterfaceHwDevice 0x1027373B sl@0: sl@0: #define KMmfUidBtHwDevicePCM16ToPCM16 0x1027373E sl@0: #define KMmfUidBtHwDevicePCM16ToPCMU8 0x1027373F sl@0: #define KMmfUidBtHwDevicePCMU8ToPCM16 0x10273740 sl@0: #define KMmfUidBtHwDeviceMulawToPCM16 0x10273741 sl@0: #define KMmfUidBtHwDeviceAlawToPCM16 0x10273742 sl@0: #define KMmfUidBtHwDevicePCM16ToMuLaw 0x10273743 sl@0: #define KMmfUidBtHwDevicePCM16ToALaw 0x10273744 sl@0: #define KMmfUidBtHwDevicePCM16toPCM16B 0x10273745 sl@0: #define KMmfUidBtHwDevicePCM8ToPCM16 0x10273746 sl@0: #define KMMFUidBtHwDevicePCM16toPCMU16B 0x10273747 sl@0: #define KMmfUidBtHwDeviceS16ToPCMU16 0x10273748 sl@0: #define KMmfUidBtHwDeviceS16ToPCMS8 0x10273749 sl@0: #define KMmfUidBtHwDeviceU16BEToPCMS16 0x1027374A sl@0: #define KMmfUidBtHwDeviceU16ToPCMS16 0x1027374B sl@0: #define KMmfUidBtHwDeviceS16ToPCMU8 0x1027374C sl@0: #define KMMFUidBtHwDevicePCM16BtoPCM16 0x1027374D sl@0: #define KMMFUidBtHwDevicePCMU16toPCMU16B 0x1027374E sl@0: #define KMMFUidBtHwDevicePCMU16BtoPCMU16 0x1027374F sl@0: #define KMmfUidBtHwDeviceIMAADPCMToPCM16 0x10273750 sl@0: #define KMmfUidBtHwDevicePCM16ToIMAADPCM 0x10273751 sl@0: #define KMmfUidBtHwDevicePCM16ToGSM610 0x10273752 sl@0: #define KMmfUidBtHwDeviceGSM610ToPCM16 0x10273753 sl@0: sl@0: #define KMmfUidDevSoundBtPluginDll 0x1027373C sl@0: #define KMmfUidDevSoundBtPlugin 0x1027373D sl@0: sl@0: #endif // MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH