devsound/a3fintegrationtest/group/tsi_a3f_devsound.iby
changeset 0 40261b775718
child 24 2672ba96448e
child 49 735348f59235
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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 TSI_A3F_DEVSOUND_IBY
       
    17 #define TSI_A3F_DEVSOUND_IBY
       
    18 
       
    19 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
    20 
       
    21 #include <testframework.iby>
       
    22 
       
    23 file=ABI_DIR\DEBUG_DIR\tsi_a3f_devsound.dll												system\libs\tsi_a3f_devsound.dll
       
    24 
       
    25 // DevSound script files
       
    26 
       
    27 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_record.script		\tsi_a3f_devsound_pcm_record.script
       
    28 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_record.script	\tsi_a3f_devsound_pcm_long_record.script
       
    29 
       
    30 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play.script			\tsi_a3f_devsound_pcm_play.script
       
    31 // To be uncommented if long playback script required
       
    32 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_play.script		\tsi_a3f_devsound_pcm_long_play.script
       
    33 
       
    34 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.script				\tsi_a3f_devsound_tone.script
       
    35 
       
    36 // DevSound config files
       
    37 #if defined(__NE1_TB__)               //navi engine
       
    38 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record_ne.ini				\tsi_a3f_devsound_record.ini
       
    39 #elif defined(__MOMAP24XX_H4HRP__)    //h4
       
    40 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record.ini				\tsi_a3f_devsound_record.ini
       
    41 #elif defined(__MOMAP34XX_SDP__)      //h6
       
    42 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record.ini				\tsi_a3f_devsound_record.ini
       
    43 #else
       
    44 WARNING Don’t know which ini file to use for the tsi_a3f_devsound test suite, unknown platform. 
       
    45 #endif
       
    46 
       
    47 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_play.ini					\tsi_a3f_devsound_play.ini
       
    48 data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.ini					\tsi_a3f_devsound_tone.ini
       
    49 
       
    50 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
    51 
       
    52 #endif // TSI_A3F_DEVSOUND_IBY