os/mm/mmtestenv/mmtesttools/Scripts/runmmfdevvideointtests.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 rem Copyright (c) 2005-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\tsu_mmf_devvideo*.*
    17 md e:\logs\
    18 md e:\logs\testresults\
    19 
    20 REM ***********************************************
    21 REM **************** DEVVIDEO Tests ***************
    22 REM ***********************************************
    23 
    24 md c:\mm\
    25 md c:\tsi_mmf_devvideo\
    26 
    27 copy z:\tsi_mmf_devvideo.ini c:\mm\tsi_mmf_devvideo.ini
    28 
    29 copy e:\inttest\mmf\tsi_mmf_devvideo\xvid_decframe.mp4v c:\tsi_mmf_devvideo\xvid_decframe.mp4v
    30 copy e:\inttest\mmf\tsi_mmf_devvideo\xvid_encframe.mbm c:\tsi_mmf_devvideo\xvid_encframe.mbm
    31 copy e:\inttest\mmf\tsi_mmf_devvideo\xvid_encframe.bin c:\tsi_mmf_devvideo\xvid_encframe.bin
    32 copy e:\inttest\mmf\tsi_mmf_devvideo\test_encframe.bin c:\tsi_mmf_devvideo\test_encframe.bin
    33 copy e:\inttest\mmf\tsi_mmf_devvideo\pcm_08_16_m.raw c:\tsi_mmf_devvideo\pcm_08_16_m.raw
    34 copy e:\inttest\mmf\tsi_mmf_devvideo\decodervideotest.in c:\tsi_mmf_devvideo\decodervideotest.in
    35 
    36 testframework tsi_mmf_devvideo_00.script
    37 move c:\logs\testresults\*.htm e:\logs\testresults\
    38 
    39 testframework tsi_mmf_devvideo_01.script
    40 move c:\logs\testresults\*.htm e:\logs\testresults\
    41 
    42 testframework tsi_mmf_devvideo_02.script
    43 move c:\logs\testresults\*.htm e:\logs\testresults\
    44 
    45 testframework tsi_mmf_devvideo_alloc.script
    46 move c:\logs\testresults\*.htm e:\logs\testresults\
    47 
    48 del c:\tsi_mmf_devvideo\*.*
    49 del c:\mm\*.*