sl@0: rem Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem sl@0: sl@0: del E:\Logs\TestResults\char_mmf_audiorec_wav.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_ogg.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_amr.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_aac.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_wav_notification.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_ogg_notification.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_amr_notification.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_aac_notification.htm sl@0: del E:\Logs\TestResults\char_mmf_audiorec_panic_emu_debug.htm sl@0: md E:\Logs\ sl@0: md E:\Logs\TestResults\ sl@0: sl@0: REM ******************************************************************* sl@0: REM ************** AUDIO RECORDER TESTS FOR cHARACTERISATION ********** sl@0: REM ******************************************************************* sl@0: sl@0: md c:\char\ sl@0: md c:\char\mmf\ sl@0: md c:\char\mmf\data\ sl@0: sl@0: copy E:\char\mmf\data\maintst2.wav c:\char\mmf\data\mainTst2.wav sl@0: copy E:\char\mmf\data\maintst2.ogg c:\char\mmf\data\mainTst2.ogg sl@0: copy E:\char\mmf\data\metadata.ogg c:\char\mmf\data\metadata.ogg sl@0: copy E:\char\mmf\data\*.aac c:\char\mmf\data\ sl@0: copy E:\char\mmf\data\*.amr c:\char\mmf\data\ sl@0: sl@0: REM Codecs for AMR, MP3 and AAC are not normally present, so comment out. sl@0: sl@0: testframework char_mmf_audiorec_wav.script sl@0: testframework char_mmf_audiorec_ogg.script sl@0: REM testframework char_mmf_audiorec_amr.script sl@0: REM testframework char_mmf_audiorec_aac.script sl@0: sl@0: testframework char_mmf_audiorec_wav_notification.script sl@0: testframework char_mmf_audiorec_ogg_notification.script sl@0: REM testframework char_mmf_audiorec_amr_notification.script sl@0: REM testframework char_mmf_audiorec_aac_notification.script sl@0: sl@0: REM Panic test is only for emulator UDEB, they should not run on hardware, so commented here. sl@0: REM testframework char_mmf_audiorec_panic_emu_debug.script sl@0: sl@0: move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ sl@0: del c:\char\mmf\data\*.*