First public contribution.
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".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
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
20 md e:\logs\testresults\
22 md c:\tsi_a3f_devsound\
24 REM *** A3F Devsound IntegrationTests ***********************************************
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
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\
34 testframework tsi_a3f_devsound_pcm_record.script
35 move c:\logs\testresults\*.htm e:\logs\testresults\
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\
41 copy e:\inttest\a3f\tsi_a3f_devsound\*.* c:\tsi_a3f_devsound\
43 testframework tsi_a3f_devsound_pcm_play.script
44 move c:\logs\testresults\*.htm e:\logs\testresults\
46 testframework tsi_a3f_devsound_tone.script
47 move c:\logs\testresults\*.htm e:\logs\testresults\
49 del c:\tsi_a3f_devsound\*.*