devsound/a3fintegrationtest/group/bld.inf
changeset 0 40261b775718
child 24 2672ba96448e
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2007-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_MMPFILES
       
    22 
       
    23 // DEVSOUND
       
    24 ../mmpfiles/tsi_a3f_devsound.mmp
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 // test scripts
       
    29 ../scripts/tsi_a3f_devsound_pcm_record.script		c:/tsi_a3f_devsound/tsi_a3f_devsound_pcm_record.script
       
    30 ../scripts/tsi_a3f_devsound_pcm_long_record.script	c:/tsi_a3f_devsound/tsi_a3f_devsound_pcm_long_record.script
       
    31 
       
    32 ../scripts/tsi_a3f_devsound_pcm_play.script  		c:/tsi_a3f_devsound/tsi_a3f_devsound_pcm_play.script
       
    33 // To be uncommented if long playback script required
       
    34 ../scripts/tsi_a3f_devsound_pcm_long_play.script	c:/tsi_a3f_devsound/tsi_a3f_devsound_pcm_long_play.script
       
    35 
       
    36 ../scripts/tsi_a3f_devsound_tone.script  			c:/tsi_a3f_devsound/tsi_a3f_devsound_tone.script
       
    37 
       
    38 // Configuration files
       
    39 ../scripts/tsi_a3f_devsound_record.ini				c:/tsi_a3f_devsound/tsi_a3f_devsound_record.ini
       
    40 ../scripts/tsi_a3f_devsound_record_ne.ini				c:/tsi_a3f_devsound/tsi_a3f_devsound_record_ne.ini
       
    41 ../scripts/tsi_a3f_devsound_play.ini  				c:/tsi_a3f_devsound/tsi_a3f_devsound_play.ini
       
    42 ../scripts/tsi_a3f_devsound_tone.ini 				c:/tsi_a3f_devsound/tsi_a3f_devsound_tone.ini
       
    43 
       
    44 // test data
       
    45 ../data/corrupt.pcm									c:/tsi_a3f_devsound/corrupt.pcm
       
    46 ../data/main11.025kmo.pcm							c:/tsi_a3f_devsound/main11.025kmo.pcm
       
    47 ../data/main11.025kster.pcm							c:/tsi_a3f_devsound/main11.025kster.pcm
       
    48 ../data/main22.05kmo.pcm							c:/tsi_a3f_devsound/main22.05kmo.pcm
       
    49 ../data/main32000mo.pcm								c:/tsi_a3f_devsound/main32000mo.pcm
       
    50 ../data/main32000ster.pcm							c:/tsi_a3f_devsound/main32000ster.pcm
       
    51 ../data/empty.pcm 									c:/tsi_a3f_devsound/empty.pcm
       
    52 ../data/PCM_48k_16b_signed_st_1kHzsine.pcm			c:/tsi_a3f_devsound/pcm_48k_16b_signed_st_1khzsine.pcm
       
    53 ../data/PCM_48k_16b_signed_mono_Test1.pcm			c:/tsi_a3f_devsound/pcm_48k_16b_signed_mono_test1.pcm
       
    54 ../data/PCM_48k_16b_signed_st_speech3.pcm			c:/tsi_a3f_devsound/pcm_48k_16b_signed_st_speech3.pcm
       
    55 ../data/PCM_8k_16b_signed_mono_Test1.pcm			c:/tsi_a3f_devsound/pcm_8k_16b_signed_mono_test1.pcm
       
    56 ../data/PCM_8k_16b_signed_st_Test1.pcm				c:/tsi_a3f_devsound/pcm_8k_16b_signed_st_test1.pcm
       
    57 ../data/PCM_16k_16b_signed_mono_Test2.pcm			c:/tsi_a3f_devsound/pcm_16k_16b_signed_mono_test2.pcm
       
    58 ../data/PCM_16k_16b_signed_st_Test2.pcm				c:/tsi_a3f_devsound/pcm_16k_16b_signed_st_test2.pcm
       
    59 ../data/PCM_22.05k_16b_signed_st_Test1.pcm			c:/tsi_a3f_devsound/pcm_22.05k_16b_signed_st_test1.pcm
       
    60 ../data/PCM_44.1k_16b_signed_mono_Test2.pcm			c:/tsi_a3f_devsound/pcm_44.1k_16b_signed_mono_test2.pcm
       
    61 ../data/PCM_44.1k_16b_signed_st_Test2.pcm			c:/tsi_a3f_devsound/pcm_44.1k_16b_signed_st_test2.pcm
       
    62 ../data/8bitmupcm.raw 								c:/tsi_a3f_devsound/8bitmupcm.raw
       
    63 
       
    64 // To be uncommented if long playback test (MM-A3F-DEVSOUND-PLAY-PCM-LONG-I-0001) required
       
    65 //../data/181min.wav									c:/tsi_a3f_devsound/181min.wav
       
    66 
       
    67 
       
    68 // iby files
       
    69 ../group/tsi_a3f_devsound.iby						/epoc32/rom/include/tsi_a3f_devsound.iby
       
    70 
       
    71 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND