sl@0
|
1 |
// Copyright (c) 2003-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 |
// mmfHwDeviceImplementationUIDs
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
/**
|
sl@0
|
19 |
@file
|
sl@0
|
20 |
@internalTechnology
|
sl@0
|
21 |
*/
|
sl@0
|
22 |
|
sl@0
|
23 |
#ifndef __MMF_HWDEVICEIMPLEMENTATIONUIDS_HRH__
|
sl@0
|
24 |
#define __MMF_HWDEVICEIMPLEMENTATIONUIDS_HRH__
|
sl@0
|
25 |
|
sl@0
|
26 |
// These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins.
|
sl@0
|
27 |
// The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h
|
sl@0
|
28 |
|
sl@0
|
29 |
#define KMmfUidHwDevicePCM16ToPCM16 0x101F9F00
|
sl@0
|
30 |
#define KMmfUidHwDevicePCM16ToPCMU8 0x101F9F01
|
sl@0
|
31 |
#define KMmfUidHwDevicePCMU8ToPCM16 0x101F9F21
|
sl@0
|
32 |
#define KMmfUidHwDeviceMulawToPCM16 0x101F9F31
|
sl@0
|
33 |
#define KMmfUidHwDeviceAlawToPCM16 0x101F9F32
|
sl@0
|
34 |
#define KMmfUidHwDevicePCM16ToMuLaw 0x101F9F33
|
sl@0
|
35 |
#define KMmfUidHwDevicePCM16ToALaw 0x101F9F34
|
sl@0
|
36 |
#define KMmfUidHwDevicePCM16toPCM16B 0x101F9F35
|
sl@0
|
37 |
#define KMmfUidHwDevicePCM8ToPCM16 0x101F9F36
|
sl@0
|
38 |
#define KMMFUidHwDevicePCM16toPCMU16B 0x101F9F37
|
sl@0
|
39 |
#define KMmfUidHwDeviceS16ToPCMU16 0x101F9F38
|
sl@0
|
40 |
#define KMmfUidHwDeviceS16ToPCMS8 0x101F9F39
|
sl@0
|
41 |
#define KMmfUidHwDeviceU16BEToPCMS16 0x101F9F3A
|
sl@0
|
42 |
#define KMmfUidHwDeviceU16ToPCMS16 0x101F9F3B
|
sl@0
|
43 |
#define KMmfUidHwDeviceS16ToPCMU8 0x101F9F3C
|
sl@0
|
44 |
#define KMMFUidHwDevicePCM16BtoPCM16 0x101F9F3D
|
sl@0
|
45 |
#define KMMFUidHwDevicePCMU16toPCMU16B 0x101F9F3E
|
sl@0
|
46 |
#define KMMFUidHwDevicePCMU16BtoPCMU16 0x101F9F3F
|
sl@0
|
47 |
#define KMmfUidHwDeviceIMAADPCMToPCM16 0x101F9F40
|
sl@0
|
48 |
#define KMmfUidHwDevicePCM16ToIMAADPCM 0x101F9F41
|
sl@0
|
49 |
#define KMmfUidHwDevicePCM16ToGSM610 0x101FFA05
|
sl@0
|
50 |
#define KMmfUidHwDeviceGSM610ToPCM16 0x101FFA06
|
sl@0
|
51 |
|
sl@0
|
52 |
#endif
|