os/mm/devsound/a3fcharacterisationtest/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    17 
    18 PRJ_PLATFORMS
    19 DEFAULT
    20 
    21 PRJ_TESTMMPFILES
    22 ../mmpfiles/a3fdevsoundcompliancesuite.mmp
    23 
    24 PRJ_TESTEXPORTS
    25 // Test scripts
    26 ../scripts/mm_a3f_devsound_init.script			c:/mm_a3f_devsound_init.script
    27 ../scripts/mm_a3f_devsound_play_tone.script		c:/mm_a3f_devsound_play_tone.script
    28 ../scripts/mm_a3f_devsound_play_tone_preemption.script		c:/mm_a3f_devsound_play_tone_preemption.script
    29 ../scripts/mm_a3f_devsound_play_raw.script		c:/mm_a3f_devsound_play_raw.script
    30 ../scripts/mm_a3f_devsound_play_raw_preemption.script		c:/mm_a3f_devsound_play_raw_preemption.script
    31 ../scripts/mm_a3f_devsound_record_raw.script	c:/mm_a3f_devsound_record_raw.script
    32 ../scripts/mm_a3f_devsound_record_raw_preemption.script	c:/mm_a3f_devsound_record_raw_preemption.script
    33 
    34 
    35 // Configuration files
    36 ../scripts/mm_a3f_devsound_init.ini				c:/mm_a3f_devsound_init.ini
    37 ../scripts/mm_a3f_devsound_play_tone.ini		c:/mm_a3f_devsound_play_tone.ini
    38 ../scripts/mm_a3f_devsound_play_tone_reference_hw.ini		c:/mm_a3f_devsound_play_tone_reference_hw.ini
    39 ../scripts/mm_a3f_devsound_record_raw.ini		c:/mm_a3f_devsound_record_raw.ini
    40 ../scripts/mm_a3f_devsound_record_raw_ne.ini		c:/mm_a3f_devsound_record_raw_ne.ini
    41 ../scripts/mm_a3f_devsound_record_raw_reference_hw.ini		c:/mm_a3f_devsound_record_raw_reference_hw.ini
    42 ../scripts/mm_a3f_devsound_play_raw.ini			c:/mm_a3f_devsound_play_raw.ini
    43 ../scripts/mm_a3f_devsound_play_raw_reference_hw.ini	c:/mm_a3f_devsound_play_raw_reference_hw.ini
    44 
    45 // Test data
    46 ../data/cerrodelasilla.raw					c:/char_a3f_devsound_test_data/cerrodelasilla.raw
    47 ../data/testing123.raw						c:/char_a3f_devsound_test_data/testing123.raw
    48 ../data/sample.aud							c:/char_a3f_devsound_test_data/sample.aud
    49 ../data/recordC.raw							c:/char_a3f_devsound_test_data/recordc.raw
    50 
    51 
    52 // Iby files
    53 ../group/a3fdevsoundcompliancesuite.iby		/epoc32/rom/include/a3fdevsoundcompliancesuite.iby
    54 
    55 
    56 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    57