devsound/a3fintegrationtest/group/tsi_a3f_devsound.iby
author hgs
Thu, 24 Jun 2010 10:37:45 +0100
changeset 26 c36d67f77f75
parent 0 40261b775718
child 24 2672ba96448e
child 49 735348f59235
permissions -rw-r--r--
2010wk21_04

// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef TSI_A3F_DEVSOUND_IBY
#define TSI_A3F_DEVSOUND_IBY

#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND

#include <testframework.iby>

file=ABI_DIR\DEBUG_DIR\tsi_a3f_devsound.dll												system\libs\tsi_a3f_devsound.dll

// DevSound script files

data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_record.script		\tsi_a3f_devsound_pcm_record.script
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_record.script	\tsi_a3f_devsound_pcm_long_record.script

data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play.script			\tsi_a3f_devsound_pcm_play.script
// To be uncommented if long playback script required
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_play.script		\tsi_a3f_devsound_pcm_long_play.script

data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.script				\tsi_a3f_devsound_tone.script

// DevSound config files
#if defined(__NE1_TB__)               //navi engine
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record_ne.ini				\tsi_a3f_devsound_record.ini
#elif defined(__MOMAP24XX_H4HRP__)    //h4
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record.ini				\tsi_a3f_devsound_record.ini
#elif defined(__MOMAP34XX_SDP__)      //h6
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record.ini				\tsi_a3f_devsound_record.ini
#else
WARNING Don’t know which ini file to use for the tsi_a3f_devsound test suite, unknown platform. 
#endif

data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_play.ini					\tsi_a3f_devsound_play.ini
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.ini					\tsi_a3f_devsound_tone.ini

#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND

#endif // TSI_A3F_DEVSOUND_IBY