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
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef DEVSOUNDCIUTESTDEVICES_HRH
    17 #define DEVSOUNDCIUTESTDEVICES_HRH
    18 
    19 // These are the ECOM Implementation UIDs for the test Hw device.
    20 #define  KUidDevsoundCIUTestDevicesDll				0x10273835
    21 #define  KUidPlayBackStatusTestDevice				0x10273826
    22 #define  KUidAacDecoderConfigTestDevice				0x102825BD
    23 #define  KUidG729EncoderConfigTestDevice			0x102825C8
    24 #define  KUidG729DecoderConfigTestDevice			0x102825C9
    25 #define  KUidAudioVibraControlTestDevice			0x102825CA
    26 #define  KUidSampleBufferingTestDevice				0x102825CB
    27 #define  KUidAudioDspControlTestDevice				0x102825CC
    28 #define	 KUidSpeechEncoderConfigTestDevice			0x102825E1
    29 #define  KUidG711DecoderConfigTestDevice			0x102825E2
    30 #define  KUidG711EncoderConfigTestDevice			0x102825E3
    31 #define  KUidIlbcDecoderIntfcTestDevice				0x102825E4
    32 #define  KUidIlbcEncoderIntfcTestDevice				0x102825E5
    33 #define	 KUidErrorConcealmentIntfcTestDevice		0x102825E6
    34 #define	 KUidGsmConfigTestDevice					0x1028261F
    35 #define	 KUidUnderflowAutoStopControlTestDevice		0x10282620
    36 #define  KUidEAacPlusDecoderTestDevice				0x1027381f
    37 #define  KUidSbcEncoderTestDevice 					0x102825d0
    38 #define  KUidSetDrmProtectedTestDevice 				0x102825d3
    39 #define  KUidAdvancedAacEncodeSettingsTestDevice 	0x102825d4
    40 #define  KUidBufferFramesConfigTestDevice 			0x102825e8
    41 #define  KUidGetTimestampsTestDevice 				0x102825e9
    42 
    43 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    44 
    45 #define KUidFormatT001    0x10285BEC
    46 #define KUidFormatT002    0x10285BED
    47 #define KUidFormatT003    0x10285BEE
    48 #define KUidFormatT004    0x10285BEF
    49 #define KUidFormatT005    0x10285BF0
    50 #define KUidFormatT006    0x10285BF1
    51 #define KUidFormatT007    0x10285BF2
    52 #define KUidFormatT008    0x10285BF3
    53 #define KUidFormatT009    0x10285BF4
    54 #define KUidFormatT010    0x10285BF5
    55 #define KUidFormatT011    0x10285BF6
    56 #define KUidFormatT012    0x10285BF7
    57 #define KUidFormatT013    0x10285BF8
    58 #define KUidFormatT014    0x10285BF9
    59 #define KUidFormatT015    0x10285BFA
    60 #define KUidFormatT016    0x10285BFB
    61 #define KUidFormatT017    0x10285BFC
    62 #define KUidFormatT018    0x10285BFD
    63 #define KUidFormatT019    0x10285BFE
    64 #define KUidFormatT020    0x10285BFF
    65 #define KUidFormatT021    0x10285C00
    66 #define KUidFormatTEST    0x10285C02
    67 #define KUidFormatTST1    0x10285CCB
    68 #define KUidFormatTST2    0x10285CCC
    69 #define KUidFormatTST3    0x10285CCD
    70 #define	 KUidDevSoundCustomInterfaceMux				0x102070ac	//Re-used from MmfDevSoundCustomInterface.hrh
    71 #define	 KUidDevSoundCustomInterfaceDeMux			0x102070ad	//Re-used from MmfDevSoundCustomInterface.hrh
    72 #define	 KUidMmfDevSoundCustomInterfaceMuxPlugin		0x10285C23	
    73 #define  KUidMmfDevSoundCustomInterfaceDeMuxPlugin		0x10285C24
    74 
    75 #endif
    76 
    77 #endif