os/mm/mmtestenv/mmtesttools/Scripts/runmmfaudioplaychartests.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runmmfaudioplaychartests.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,72 @@
     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_audioplay_none.htm
    1.20 +del E:\Logs\TestResults\char_mmf_audioplay_wav.htm
    1.21 +del E:\Logs\TestResults\char_mmf_audioplay_ogg.htm
    1.22 +del E:\Logs\TestResults\char_mmf_audioplay_amr.htm
    1.23 +del E:\Logs\TestResults\char_mmf_audioplay_aac.htm
    1.24 +del E:\Logs\TestResults\char_mmf_audioplay_mp3.htm
    1.25 +del E:\Logs\TestResults\char_mmf_audioplay_wav_notification.htm
    1.26 +del E:\Logs\TestResults\char_mmf_audioplay_ogg_notification.htm
    1.27 +del E:\Logs\TestResults\char_mmf_audioplay_amr_notification.htm
    1.28 +del E:\Logs\TestResults\char_mmf_audioplay_aac_notification.htm
    1.29 +del E:\Logs\TestResults\char_mmf_audioplay_mp3_notification.htm
    1.30 +del E:\Logs\TestResults\char_mmf_audioplay_panic_debug.htm
    1.31 +
    1.32 +md E:\Logs\
    1.33 +md E:\Logs\TestResults\
    1.34 +
    1.35 +REM *******************************************************************
    1.36 +REM ************** AUDIO PLAYER TESTS FOR cHARACTERISATION **********
    1.37 +REM *******************************************************************
    1.38 +
    1.39 +md c:\char\
    1.40 +md c:\char\mmf\
    1.41 +md c:\char\mmf\data\
    1.42 +
    1.43 +copy E:\char\mmf\data\mainTst.wav c:\char\mmf\data\mainTst.wav
    1.44 +copy E:\char\mmf\data\Corrupt.wav c:\char\mmf\data\Corrupt.wav
    1.45 +copy E:\char\mmf\data\maintst.wma c:\char\mmf\data\maintst.wma
    1.46 +copy E:\char\mmf\data\OneSample.wav c:\char\mmf\data\OneSample.wav
    1.47 +copy E:\char\mmf\data\maintst.ogg c:\char\mmf\data\maintst.ogg
    1.48 +copy E:\char\mmf\data\corrupt.ogg c:\char\mmf\data\corrupt.ogg
    1.49 +copy E:\char\mmf\data\small.ogg c:\char\mmf\data\small.ogg
    1.50 +copy E:\char\mmf\data\metadata.ogg c:\char\mmf\data\metadata.ogg
    1.51 +
    1.52 +copy E:\char\mmf\data\*.mp3 c:\char\mmf\data\
    1.53 +copy E:\char\mmf\data\*.amr c:\char\mmf\data\
    1.54 +copy E:\char\mmf\data\*.aac c:\char\mmf\data\
    1.55 +
    1.56 +REM Codecs for AMR, MP3 and AAC are not normally present, so comment out.
    1.57 +
    1.58 +testframework char_mmf_audioplay_none.script
    1.59 +testframework char_mmf_audioplay_wav.script
    1.60 +testframework char_mmf_audioplay_ogg.script
    1.61 +REM testframework char_mmf_audioplay_amr.script
    1.62 +REM testframework char_mmf_audioplay_aac.script
    1.63 +REM testframework char_mmf_audioplay_mp3.script
    1.64 +
    1.65 +testframework char_mmf_audioplay_wav_notification.script
    1.66 +testframework char_mmf_audioplay_ogg_notification.script
    1.67 +REM testframework char_mmf_audioplay_amr_notification.script
    1.68 +REM testframework char_mmf_audioplay_aac_notification.script
    1.69 +REM testframework char_mmf_audioplay_mp3_notification.script
    1.70 +
    1.71 +REM Panic test is only for emulator UDEB, they should not run on hardware, so commented here.
    1.72 +REM testframework char_mmf_audioplay_panic_debug.script
    1.73 +
    1.74 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    1.75 +del c:\char\mmf\data\*.*