os/mm/devsound/a3fcharacterisationtest/group/a3fdevsoundcompliancesuite.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 // devsoundcompliancesuite.iby
    15 // 
    16 //
    17 
    18 #ifndef DEVSOUNDCOMPLIANCESUITE_IBY
    19 #define DEVSOUNDCOMPLIANCESUITE_IBY
    20 
    21 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    22  
    23 #include <testframework.iby>
    24 
    25 file=ABI_DIR\BUILD_DIR\char_a3f_devsound.dll 						System\Libs\char_a3f_devsound.dll
    26 
    27 // scripts
    28 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.script			\mm_a3f_devsound_init.script
    29 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.script		\mm_a3f_devsound_play_raw.script
    30 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_preemption.script		\mm_a3f_devsound_play_raw_preemption.script
    31 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.script		\mm_a3f_devsound_play_tone.script
    32 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_preemption.script		\mm_a3f_devsound_play_tone_preemption.script
    33 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.script		\mm_a3f_devsound_record_raw.script
    34 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_preemption.script		\mm_a3f_devsound_record_raw_preemption.script
    35 
    36 // config files
    37 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.ini				\mm_a3f_devsound_init.ini
    38 #if defined(MM_TB101_L)
    39 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_reference_hw.ini		\mm_a3f_devsound_play_raw.ini
    40 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_reference_hw.ini			\mm_a3f_devsound_play_tone.ini
    41 #else
    42 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.ini			\mm_a3f_devsound_play_raw.ini
    43 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.ini			\mm_a3f_devsound_play_tone.ini
    44 #endif
    45 
    46 #if defined(__NE1_TB__)               //navi engine
    47 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_ne.ini				\mm_a3f_devsound_record_raw.ini
    48 #elif defined(__MOMAP24XX_H4HRP__)    //h4
    49 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
    50 #elif defined(__MOMAP34XX_SDP__)      //h6
    51 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
    52 #elif defined(MM_TB101_L)
    53 data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_reference_hw.ini		\mm_a3f_devsound_record_raw.ini
    54 #else
    55 WARNING Don’t know which ini file to use for the tsi_a3f_devsound test suite, unknown platform. 
    56 #endif
    57 
    58 
    59 
    60 
    61 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    62 #endif // DEVSOUNDCOMPLIANCESUITE_IBY
    63