os/mm/devsound/a3fcharacterisationtest/group/a3fdevsoundcompliancesuite.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/a3fcharacterisationtest/group/a3fdevsoundcompliancesuite.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// devsoundcompliancesuite.iby
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef DEVSOUNDCOMPLIANCESUITE_IBY
    1.22 +#define DEVSOUNDCOMPLIANCESUITE_IBY
    1.23 +
    1.24 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.25 + 
    1.26 +#include <testframework.iby>
    1.27 +
    1.28 +file=ABI_DIR\BUILD_DIR\char_a3f_devsound.dll 						System\Libs\char_a3f_devsound.dll
    1.29 +
    1.30 +// scripts
    1.31 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.script			\mm_a3f_devsound_init.script
    1.32 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.script		\mm_a3f_devsound_play_raw.script
    1.33 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_preemption.script		\mm_a3f_devsound_play_raw_preemption.script
    1.34 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.script		\mm_a3f_devsound_play_tone.script
    1.35 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_preemption.script		\mm_a3f_devsound_play_tone_preemption.script
    1.36 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.script		\mm_a3f_devsound_record_raw.script
    1.37 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_preemption.script		\mm_a3f_devsound_record_raw_preemption.script
    1.38 +
    1.39 +// config files
    1.40 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.ini				\mm_a3f_devsound_init.ini
    1.41 +#if defined(MM_TB101_L)
    1.42 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_reference_hw.ini		\mm_a3f_devsound_play_raw.ini
    1.43 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_reference_hw.ini			\mm_a3f_devsound_play_tone.ini
    1.44 +#else
    1.45 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.ini			\mm_a3f_devsound_play_raw.ini
    1.46 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.ini			\mm_a3f_devsound_play_tone.ini
    1.47 +#endif
    1.48 +
    1.49 +#if defined(__NE1_TB__)               //navi engine
    1.50 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_ne.ini				\mm_a3f_devsound_record_raw.ini
    1.51 +#elif defined(__MOMAP24XX_H4HRP__)    //h4
    1.52 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
    1.53 +#elif defined(__MOMAP34XX_SDP__)      //h6
    1.54 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
    1.55 +#elif defined(MM_TB101_L)
    1.56 +data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_reference_hw.ini		\mm_a3f_devsound_record_raw.ini
    1.57 +#else
    1.58 +WARNING Don’t know which ini file to use for the tsi_a3f_devsound test suite, unknown platform. 
    1.59 +#endif
    1.60 +
    1.61 +
    1.62 +
    1.63 +
    1.64 +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.65 +#endif // DEVSOUNDCOMPLIANCESUITE_IBY
    1.66 +