os/mm/devsound/a3fcharacterisationtest/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/a3fcharacterisationtest/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,57 @@
     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 +//
    1.18 +
    1.19 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.20 +
    1.21 +PRJ_PLATFORMS
    1.22 +DEFAULT
    1.23 +
    1.24 +PRJ_TESTMMPFILES
    1.25 +../mmpfiles/a3fdevsoundcompliancesuite.mmp
    1.26 +
    1.27 +PRJ_TESTEXPORTS
    1.28 +// Test scripts
    1.29 +../scripts/mm_a3f_devsound_init.script			c:/mm_a3f_devsound_init.script
    1.30 +../scripts/mm_a3f_devsound_play_tone.script		c:/mm_a3f_devsound_play_tone.script
    1.31 +../scripts/mm_a3f_devsound_play_tone_preemption.script		c:/mm_a3f_devsound_play_tone_preemption.script
    1.32 +../scripts/mm_a3f_devsound_play_raw.script		c:/mm_a3f_devsound_play_raw.script
    1.33 +../scripts/mm_a3f_devsound_play_raw_preemption.script		c:/mm_a3f_devsound_play_raw_preemption.script
    1.34 +../scripts/mm_a3f_devsound_record_raw.script	c:/mm_a3f_devsound_record_raw.script
    1.35 +../scripts/mm_a3f_devsound_record_raw_preemption.script	c:/mm_a3f_devsound_record_raw_preemption.script
    1.36 +
    1.37 +
    1.38 +// Configuration files
    1.39 +../scripts/mm_a3f_devsound_init.ini				c:/mm_a3f_devsound_init.ini
    1.40 +../scripts/mm_a3f_devsound_play_tone.ini		c:/mm_a3f_devsound_play_tone.ini
    1.41 +../scripts/mm_a3f_devsound_play_tone_reference_hw.ini		c:/mm_a3f_devsound_play_tone_reference_hw.ini
    1.42 +../scripts/mm_a3f_devsound_record_raw.ini		c:/mm_a3f_devsound_record_raw.ini
    1.43 +../scripts/mm_a3f_devsound_record_raw_ne.ini		c:/mm_a3f_devsound_record_raw_ne.ini
    1.44 +../scripts/mm_a3f_devsound_record_raw_reference_hw.ini		c:/mm_a3f_devsound_record_raw_reference_hw.ini
    1.45 +../scripts/mm_a3f_devsound_play_raw.ini			c:/mm_a3f_devsound_play_raw.ini
    1.46 +../scripts/mm_a3f_devsound_play_raw_reference_hw.ini	c:/mm_a3f_devsound_play_raw_reference_hw.ini
    1.47 +
    1.48 +// Test data
    1.49 +../data/cerrodelasilla.raw					c:/char_a3f_devsound_test_data/cerrodelasilla.raw
    1.50 +../data/testing123.raw						c:/char_a3f_devsound_test_data/testing123.raw
    1.51 +../data/sample.aud							c:/char_a3f_devsound_test_data/sample.aud
    1.52 +../data/recordC.raw							c:/char_a3f_devsound_test_data/recordc.raw
    1.53 +
    1.54 +
    1.55 +// Iby files
    1.56 +../group/a3fdevsoundcompliancesuite.iby		/epoc32/rom/include/a3fdevsoundcompliancesuite.iby
    1.57 +
    1.58 +
    1.59 +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.60 +