epoc32/include/mmf/plugin/mmfhwdeviceimplementationuids.hrh
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/mmf/plugin/mmfhwdeviceimplementationuids.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +// Copyright (c) 2003-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 +// mmfHwDeviceImplementationUIDs
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @internalTechnology
    1.24 +*/
    1.25 +
    1.26 +#ifndef __MMF_HWDEVICEIMPLEMENTATIONUIDS_HRH__
    1.27 +#define __MMF_HWDEVICEIMPLEMENTATIONUIDS_HRH__
    1.28 +
    1.29 +// These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins.
    1.30 +// The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h
    1.31 +
    1.32 +#define	KMmfUidHwDevicePCM16ToPCM16	  0x101F9F00
    1.33 +#define     KMmfUidHwDevicePCM16ToPCMU8	  0x101F9F01
    1.34 +#define     KMmfUidHwDevicePCMU8ToPCM16	  0x101F9F21
    1.35 +#define     KMmfUidHwDeviceMulawToPCM16     0x101F9F31
    1.36 +#define     KMmfUidHwDeviceAlawToPCM16      0x101F9F32
    1.37 +#define     KMmfUidHwDevicePCM16ToMuLaw     0x101F9F33
    1.38 +#define     KMmfUidHwDevicePCM16ToALaw      0x101F9F34
    1.39 +#define     KMmfUidHwDevicePCM16toPCM16B    0x101F9F35
    1.40 +#define     KMmfUidHwDevicePCM8ToPCM16      0x101F9F36
    1.41 +#define     KMMFUidHwDevicePCM16toPCMU16B   0x101F9F37
    1.42 +#define     KMmfUidHwDeviceS16ToPCMU16      0x101F9F38
    1.43 +#define     KMmfUidHwDeviceS16ToPCMS8       0x101F9F39
    1.44 +#define     KMmfUidHwDeviceU16BEToPCMS16    0x101F9F3A
    1.45 +#define     KMmfUidHwDeviceU16ToPCMS16      0x101F9F3B
    1.46 +#define     KMmfUidHwDeviceS16ToPCMU8       0x101F9F3C
    1.47 +#define     KMMFUidHwDevicePCM16BtoPCM16    0x101F9F3D
    1.48 +#define	KMMFUidHwDevicePCMU16toPCMU16B  0x101F9F3E 
    1.49 +#define	KMMFUidHwDevicePCMU16BtoPCMU16  0x101F9F3F 
    1.50 +#define     KMmfUidHwDeviceIMAADPCMToPCM16  0x101F9F40 
    1.51 +#define     KMmfUidHwDevicePCM16ToIMAADPCM  0x101F9F41
    1.52 +#define     KMmfUidHwDevicePCM16ToGSM610    0x101FFA05
    1.53 +#define     KMmfUidHwDeviceGSM610ToPCM16    0x101FFA06
    1.54 +
    1.55 +#endif