sl@0
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// MmfBtHwDeviceImplementationUIDs
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH
|
sl@0
|
19 |
#define MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH
|
sl@0
|
20 |
|
sl@0
|
21 |
// These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins.
|
sl@0
|
22 |
// The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h
|
sl@0
|
23 |
|
sl@0
|
24 |
// Use a different UID for HwDevice interface, so don't confuse with original
|
sl@0
|
25 |
#define KMmfUidBtPluginInterfaceHwDevice 0x1027373B
|
sl@0
|
26 |
|
sl@0
|
27 |
#define KMmfUidBtHwDevicePCM16ToPCM16 0x1027373E
|
sl@0
|
28 |
#define KMmfUidBtHwDevicePCM16ToPCMU8 0x1027373F
|
sl@0
|
29 |
#define KMmfUidBtHwDevicePCMU8ToPCM16 0x10273740
|
sl@0
|
30 |
#define KMmfUidBtHwDeviceMulawToPCM16 0x10273741
|
sl@0
|
31 |
#define KMmfUidBtHwDeviceAlawToPCM16 0x10273742
|
sl@0
|
32 |
#define KMmfUidBtHwDevicePCM16ToMuLaw 0x10273743
|
sl@0
|
33 |
#define KMmfUidBtHwDevicePCM16ToALaw 0x10273744
|
sl@0
|
34 |
#define KMmfUidBtHwDevicePCM16toPCM16B 0x10273745
|
sl@0
|
35 |
#define KMmfUidBtHwDevicePCM8ToPCM16 0x10273746
|
sl@0
|
36 |
#define KMMFUidBtHwDevicePCM16toPCMU16B 0x10273747
|
sl@0
|
37 |
#define KMmfUidBtHwDeviceS16ToPCMU16 0x10273748
|
sl@0
|
38 |
#define KMmfUidBtHwDeviceS16ToPCMS8 0x10273749
|
sl@0
|
39 |
#define KMmfUidBtHwDeviceU16BEToPCMS16 0x1027374A
|
sl@0
|
40 |
#define KMmfUidBtHwDeviceU16ToPCMS16 0x1027374B
|
sl@0
|
41 |
#define KMmfUidBtHwDeviceS16ToPCMU8 0x1027374C
|
sl@0
|
42 |
#define KMMFUidBtHwDevicePCM16BtoPCM16 0x1027374D
|
sl@0
|
43 |
#define KMMFUidBtHwDevicePCMU16toPCMU16B 0x1027374E
|
sl@0
|
44 |
#define KMMFUidBtHwDevicePCMU16BtoPCMU16 0x1027374F
|
sl@0
|
45 |
#define KMmfUidBtHwDeviceIMAADPCMToPCM16 0x10273750
|
sl@0
|
46 |
#define KMmfUidBtHwDevicePCM16ToIMAADPCM 0x10273751
|
sl@0
|
47 |
#define KMmfUidBtHwDevicePCM16ToGSM610 0x10273752
|
sl@0
|
48 |
#define KMmfUidBtHwDeviceGSM610ToPCM16 0x10273753
|
sl@0
|
49 |
|
sl@0
|
50 |
#define KMmfUidDevSoundBtPluginDll 0x1027373C
|
sl@0
|
51 |
#define KMmfUidDevSoundBtPlugin 0x1027373D
|
sl@0
|
52 |
|
sl@0
|
53 |
#endif // MMFBTHWDEVICEIMPLEMENTATIONUIDS_HRH
|