diff -r 1c0a769d0cc5 -r 2672ba96448e devsound/a3fcharacterisationtest/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devsound/a3fcharacterisationtest/group/bld.inf Fri Jun 11 15:13:33 2010 +0300 @@ -0,0 +1,57 @@ +// Copyright (c) 2008-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: +// + +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND + +PRJ_PLATFORMS +DEFAULT + +PRJ_TESTMMPFILES +../mmpfiles/a3fdevsoundcompliancesuite.mmp + +PRJ_TESTEXPORTS +// Test scripts +../scripts/mm_a3f_devsound_init.script c:/mm_a3f_devsound_init.script +../scripts/mm_a3f_devsound_play_tone.script c:/mm_a3f_devsound_play_tone.script +../scripts/mm_a3f_devsound_play_tone_preemption.script c:/mm_a3f_devsound_play_tone_preemption.script +../scripts/mm_a3f_devsound_play_raw.script c:/mm_a3f_devsound_play_raw.script +../scripts/mm_a3f_devsound_play_raw_preemption.script c:/mm_a3f_devsound_play_raw_preemption.script +../scripts/mm_a3f_devsound_record_raw.script c:/mm_a3f_devsound_record_raw.script +../scripts/mm_a3f_devsound_record_raw_preemption.script c:/mm_a3f_devsound_record_raw_preemption.script + + +// Configuration files +../scripts/mm_a3f_devsound_init.ini c:/mm_a3f_devsound_init.ini +../scripts/mm_a3f_devsound_play_tone.ini c:/mm_a3f_devsound_play_tone.ini +../scripts/mm_a3f_devsound_play_tone_reference_hw.ini c:/mm_a3f_devsound_play_tone_reference_hw.ini +../scripts/mm_a3f_devsound_record_raw.ini c:/mm_a3f_devsound_record_raw.ini +../scripts/mm_a3f_devsound_record_raw_ne.ini c:/mm_a3f_devsound_record_raw_ne.ini +../scripts/mm_a3f_devsound_record_raw_reference_hw.ini c:/mm_a3f_devsound_record_raw_reference_hw.ini +../scripts/mm_a3f_devsound_play_raw.ini c:/mm_a3f_devsound_play_raw.ini +../scripts/mm_a3f_devsound_play_raw_reference_hw.ini c:/mm_a3f_devsound_play_raw_reference_hw.ini + +// Test data +../data/cerrodelasilla.raw c:/char_a3f_devsound_test_data/cerrodelasilla.raw +../data/testing123.raw c:/char_a3f_devsound_test_data/testing123.raw +../data/sample.aud c:/char_a3f_devsound_test_data/sample.aud +../data/recordC.raw c:/char_a3f_devsound_test_data/recordc.raw + + +// Iby files +../group/a3fdevsoundcompliancesuite.iby /epoc32/rom/include/a3fdevsoundcompliancesuite.iby + + +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND +