os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/src/devsoundciutestdevices.hrh
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15)
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2007-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
//
sl@0
    15
sl@0
    16
#ifndef DEVSOUNDCIUTESTDEVICES_HRH
sl@0
    17
#define DEVSOUNDCIUTESTDEVICES_HRH
sl@0
    18
sl@0
    19
// These are the ECOM Implementation UIDs for the test Hw device.
sl@0
    20
#define  KUidDevsoundCIUTestDevicesDll				0x10273835
sl@0
    21
#define  KUidPlayBackStatusTestDevice				0x10273826
sl@0
    22
#define  KUidAacDecoderConfigTestDevice				0x102825BD
sl@0
    23
#define  KUidG729EncoderConfigTestDevice			0x102825C8
sl@0
    24
#define  KUidG729DecoderConfigTestDevice			0x102825C9
sl@0
    25
#define  KUidAudioVibraControlTestDevice			0x102825CA
sl@0
    26
#define  KUidSampleBufferingTestDevice				0x102825CB
sl@0
    27
#define  KUidAudioDspControlTestDevice				0x102825CC
sl@0
    28
#define	 KUidSpeechEncoderConfigTestDevice			0x102825E1
sl@0
    29
#define  KUidG711DecoderConfigTestDevice			0x102825E2
sl@0
    30
#define  KUidG711EncoderConfigTestDevice			0x102825E3
sl@0
    31
#define  KUidIlbcDecoderIntfcTestDevice				0x102825E4
sl@0
    32
#define  KUidIlbcEncoderIntfcTestDevice				0x102825E5
sl@0
    33
#define	 KUidErrorConcealmentIntfcTestDevice		0x102825E6
sl@0
    34
#define	 KUidGsmConfigTestDevice					0x1028261F
sl@0
    35
#define	 KUidUnderflowAutoStopControlTestDevice		0x10282620
sl@0
    36
#define  KUidEAacPlusDecoderTestDevice				0x1027381f
sl@0
    37
#define  KUidSbcEncoderTestDevice 					0x102825d0
sl@0
    38
#define  KUidSetDrmProtectedTestDevice 				0x102825d3
sl@0
    39
#define  KUidAdvancedAacEncodeSettingsTestDevice 	0x102825d4
sl@0
    40
#define  KUidBufferFramesConfigTestDevice 			0x102825e8
sl@0
    41
#define  KUidGetTimestampsTestDevice 				0x102825e9
sl@0
    42
sl@0
    43
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    44
sl@0
    45
#define KUidFormatT001    0x10285BEC
sl@0
    46
#define KUidFormatT002    0x10285BED
sl@0
    47
#define KUidFormatT003    0x10285BEE
sl@0
    48
#define KUidFormatT004    0x10285BEF
sl@0
    49
#define KUidFormatT005    0x10285BF0
sl@0
    50
#define KUidFormatT006    0x10285BF1
sl@0
    51
#define KUidFormatT007    0x10285BF2
sl@0
    52
#define KUidFormatT008    0x10285BF3
sl@0
    53
#define KUidFormatT009    0x10285BF4
sl@0
    54
#define KUidFormatT010    0x10285BF5
sl@0
    55
#define KUidFormatT011    0x10285BF6
sl@0
    56
#define KUidFormatT012    0x10285BF7
sl@0
    57
#define KUidFormatT013    0x10285BF8
sl@0
    58
#define KUidFormatT014    0x10285BF9
sl@0
    59
#define KUidFormatT015    0x10285BFA
sl@0
    60
#define KUidFormatT016    0x10285BFB
sl@0
    61
#define KUidFormatT017    0x10285BFC
sl@0
    62
#define KUidFormatT018    0x10285BFD
sl@0
    63
#define KUidFormatT019    0x10285BFE
sl@0
    64
#define KUidFormatT020    0x10285BFF
sl@0
    65
#define KUidFormatT021    0x10285C00
sl@0
    66
#define KUidFormatTEST    0x10285C02
sl@0
    67
#define KUidFormatTST1    0x10285CCB
sl@0
    68
#define KUidFormatTST2    0x10285CCC
sl@0
    69
#define KUidFormatTST3    0x10285CCD
sl@0
    70
#define	 KUidDevSoundCustomInterfaceMux				0x102070ac	//Re-used from MmfDevSoundCustomInterface.hrh
sl@0
    71
#define	 KUidDevSoundCustomInterfaceDeMux			0x102070ad	//Re-used from MmfDevSoundCustomInterface.hrh
sl@0
    72
#define	 KUidMmfDevSoundCustomInterfaceMuxPlugin		0x10285C23	
sl@0
    73
#define  KUidMmfDevSoundCustomInterfaceDeMuxPlugin		0x10285C24
sl@0
    74
sl@0
    75
#endif
sl@0
    76
sl@0
    77
#endif