1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runmmfaudiorecordchartests.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,58 @@
1.4 +rem Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +rem All rights reserved.
1.6 +rem This component and the accompanying materials are made available
1.7 +rem under the terms of "Eclipse Public License v1.0"
1.8 +rem which accompanies this distribution, and is available
1.9 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +rem
1.11 +rem Initial Contributors:
1.12 +rem Nokia Corporation - initial contribution.
1.13 +rem
1.14 +rem Contributors:
1.15 +rem
1.16 +rem Description:
1.17 +rem
1.18 +
1.19 +del E:\Logs\TestResults\char_mmf_audiorec_wav.htm
1.20 +del E:\Logs\TestResults\char_mmf_audiorec_ogg.htm
1.21 +del E:\Logs\TestResults\char_mmf_audiorec_amr.htm
1.22 +del E:\Logs\TestResults\char_mmf_audiorec_aac.htm
1.23 +del E:\Logs\TestResults\char_mmf_audiorec_wav_notification.htm
1.24 +del E:\Logs\TestResults\char_mmf_audiorec_ogg_notification.htm
1.25 +del E:\Logs\TestResults\char_mmf_audiorec_amr_notification.htm
1.26 +del E:\Logs\TestResults\char_mmf_audiorec_aac_notification.htm
1.27 +del E:\Logs\TestResults\char_mmf_audiorec_panic_emu_debug.htm
1.28 +md E:\Logs\
1.29 +md E:\Logs\TestResults\
1.30 +
1.31 +REM *******************************************************************
1.32 +REM ************** AUDIO RECORDER TESTS FOR cHARACTERISATION **********
1.33 +REM *******************************************************************
1.34 +
1.35 +md c:\char\
1.36 +md c:\char\mmf\
1.37 +md c:\char\mmf\data\
1.38 +
1.39 +copy E:\char\mmf\data\maintst2.wav c:\char\mmf\data\mainTst2.wav
1.40 +copy E:\char\mmf\data\maintst2.ogg c:\char\mmf\data\mainTst2.ogg
1.41 +copy E:\char\mmf\data\metadata.ogg c:\char\mmf\data\metadata.ogg
1.42 +copy E:\char\mmf\data\*.aac c:\char\mmf\data\
1.43 +copy E:\char\mmf\data\*.amr c:\char\mmf\data\
1.44 +
1.45 +REM Codecs for AMR, MP3 and AAC are not normally present, so comment out.
1.46 +
1.47 +testframework char_mmf_audiorec_wav.script
1.48 +testframework char_mmf_audiorec_ogg.script
1.49 +REM testframework char_mmf_audiorec_amr.script
1.50 +REM testframework char_mmf_audiorec_aac.script
1.51 +
1.52 +testframework char_mmf_audiorec_wav_notification.script
1.53 +testframework char_mmf_audiorec_ogg_notification.script
1.54 +REM testframework char_mmf_audiorec_amr_notification.script
1.55 +REM testframework char_mmf_audiorec_aac_notification.script
1.56 +
1.57 +REM Panic test is only for emulator UDEB, they should not run on hardware, so commented here.
1.58 +REM testframework char_mmf_audiorec_panic_emu_debug.script
1.59 +
1.60 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.61 +del c:\char\mmf\data\*.*