imagingtestenv/imagingtesttools/Scripts/runa3fdevsoundinttests.bat
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 rem All rights reserved.
       
     3 rem This component and the accompanying materials are made available
       
     4 rem under the terms of "Eclipse Public License v1.0"
       
     5 rem which accompanies this distribution, and is available
       
     6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem
       
    15 
       
    16 del e:\logs\testresults\tsi_a3f_devsound_pcm_record.htm
       
    17 del e:\logs\testresults\tsi_a3f_devsound_pcm_play.htm
       
    18 del e:\logs\testresults\tsi_a3f_devsound_tone.htm
       
    19 md e:\logs\
       
    20 md e:\logs\testresults\
       
    21 
       
    22 md c:\tsi_a3f_devsound\
       
    23 
       
    24 REM *** A3F Devsound IntegrationTests ***********************************************
       
    25 
       
    26 copy z:\tsi_a3f_devsound_record.ini c:\tsi_a3f_devsound\tsi_a3f_devsound_record.ini
       
    27 copy z:\tsi_a3f_devsound_play.ini c:\tsi_a3f_devsound\tsi_a3f_devsound_play.ini
       
    28 copy z:\tsi_a3f_devsound_tone.ini c:\tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
       
    29 
       
    30 REM Copy these files over separately as copying all files causes record to crash
       
    31 copy e:\inttest\a3f\tsi_a3f_devsound\tsi_a3f_devsound_pcm_record.script c:\tsi_a3f_devsound\
       
    32 copy e:\inttest\a3f\tsi_a3f_devsound\tsi_a3f_devsound_record.ini c:\tsi_a3f_devsound\
       
    33 
       
    34 testframework tsi_a3f_devsound_pcm_record.script
       
    35 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    36 
       
    37 REM Move the generated record files back to the MMC
       
    38 move c:\tsi_a3f_devsound\output\*.* e:\inttest\a3f\tsi_a3f_devsound\output\
       
    39 
       
    40 REM Test data
       
    41 copy e:\inttest\a3f\tsi_a3f_devsound\*.* c:\tsi_a3f_devsound\
       
    42 
       
    43 testframework tsi_a3f_devsound_pcm_play.script
       
    44 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    45 
       
    46 testframework tsi_a3f_devsound_tone.script
       
    47 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    48 
       
    49 del c:\tsi_a3f_devsound\*.*