os/mm/mmtestenv/mmtesttools/Scripts/runmmfaudioplaychartests.bat
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 rem Copyright (c) 2006-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\char_mmf_audioplay_none.htm
    17 del E:\Logs\TestResults\char_mmf_audioplay_wav.htm
    18 del E:\Logs\TestResults\char_mmf_audioplay_ogg.htm
    19 del E:\Logs\TestResults\char_mmf_audioplay_amr.htm
    20 del E:\Logs\TestResults\char_mmf_audioplay_aac.htm
    21 del E:\Logs\TestResults\char_mmf_audioplay_mp3.htm
    22 del E:\Logs\TestResults\char_mmf_audioplay_wav_notification.htm
    23 del E:\Logs\TestResults\char_mmf_audioplay_ogg_notification.htm
    24 del E:\Logs\TestResults\char_mmf_audioplay_amr_notification.htm
    25 del E:\Logs\TestResults\char_mmf_audioplay_aac_notification.htm
    26 del E:\Logs\TestResults\char_mmf_audioplay_mp3_notification.htm
    27 del E:\Logs\TestResults\char_mmf_audioplay_panic_debug.htm
    28 
    29 md E:\Logs\
    30 md E:\Logs\TestResults\
    31 
    32 REM *******************************************************************
    33 REM ************** AUDIO PLAYER TESTS FOR cHARACTERISATION **********
    34 REM *******************************************************************
    35 
    36 md c:\char\
    37 md c:\char\mmf\
    38 md c:\char\mmf\data\
    39 
    40 copy E:\char\mmf\data\mainTst.wav c:\char\mmf\data\mainTst.wav
    41 copy E:\char\mmf\data\Corrupt.wav c:\char\mmf\data\Corrupt.wav
    42 copy E:\char\mmf\data\maintst.wma c:\char\mmf\data\maintst.wma
    43 copy E:\char\mmf\data\OneSample.wav c:\char\mmf\data\OneSample.wav
    44 copy E:\char\mmf\data\maintst.ogg c:\char\mmf\data\maintst.ogg
    45 copy E:\char\mmf\data\corrupt.ogg c:\char\mmf\data\corrupt.ogg
    46 copy E:\char\mmf\data\small.ogg c:\char\mmf\data\small.ogg
    47 copy E:\char\mmf\data\metadata.ogg c:\char\mmf\data\metadata.ogg
    48 
    49 copy E:\char\mmf\data\*.mp3 c:\char\mmf\data\
    50 copy E:\char\mmf\data\*.amr c:\char\mmf\data\
    51 copy E:\char\mmf\data\*.aac c:\char\mmf\data\
    52 
    53 REM Codecs for AMR, MP3 and AAC are not normally present, so comment out.
    54 
    55 testframework char_mmf_audioplay_none.script
    56 testframework char_mmf_audioplay_wav.script
    57 testframework char_mmf_audioplay_ogg.script
    58 REM testframework char_mmf_audioplay_amr.script
    59 REM testframework char_mmf_audioplay_aac.script
    60 REM testframework char_mmf_audioplay_mp3.script
    61 
    62 testframework char_mmf_audioplay_wav_notification.script
    63 testframework char_mmf_audioplay_ogg_notification.script
    64 REM testframework char_mmf_audioplay_amr_notification.script
    65 REM testframework char_mmf_audioplay_aac_notification.script
    66 REM testframework char_mmf_audioplay_mp3_notification.script
    67 
    68 REM Panic test is only for emulator UDEB, they should not run on hardware, so commented here.
    69 REM testframework char_mmf_audioplay_panic_debug.script
    70 
    71 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    72 del c:\char\mmf\data\*.*