|
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\TSI_MMF_VCLNTAVI_PLAY.* |
|
17 del E:\Logs\TestResults\TSI_MMF_VCLNTAVI_REC.* |
|
18 del E:\Logs\TestResults\TSI_MMF_VCLNTAVI_ALLOC.* |
|
19 del E:\Logs\TestResults\TSI_MMF_VCLNTAVI_PAR_AUDIO.* |
|
20 |
|
21 md E:\Logs\ |
|
22 md E:\Logs\TestResults\ |
|
23 |
|
24 REM *********************************************** |
|
25 REM ***************** VCLNTAVI TESTS ************** |
|
26 REM *********************************************** |
|
27 |
|
28 md c:\vclntavi\ |
|
29 |
|
30 copy e:\vclntavi\video_avi.ini c:\vclntavi\video_avi.ini |
|
31 |
|
32 copy e:\inttest\mmf\vclntavi\longvideo.avi c:\vclntavi\longvideo.avi |
|
33 copy e:\inttest\mmf\vclntavi\shortvideo.avi c:\vclntavi\shortvideo.avi |
|
34 copy e:\inttest\mmf\vclntavi\textinput.avi c:\vclntavi\textinput.avi |
|
35 copy e:\inttest\mmf\vclntavi\textoutput.avi c:\vclntavi\textoutput.avi |
|
36 copy e:\inttest\mmf\vclntavi\scbtest c:\vclntavi\scbtest |
|
37 copy e:\inttest\mmf\vclntavi\xvidonly.avi c:\vclntavi\xvidonly.avi |
|
38 copy e:\inttest\mmf\vclntavi\corrupt.avi c:\vclntavi\corrupt.avi |
|
39 copy e:\inttest\mmf\vclntavi\invalidcodecavi.avi c:\vclntavi\invalidcodecavi.avi |
|
40 copy e:\inttest\mmf\vclntavi\xvid_rec.avi c:\vclntavi\xvid_rec.avi |
|
41 copy e:\inttest\mmf\vclntavi\aud_vid.avi c:\vclntavi\aud_vid.avi |
|
42 copy e:\inttest\mmf\vclntavi\video.dummy c:\vclntavi\video.dummy |
|
43 |
|
44 testframework tsi_mmf_vclntavi_play.script |
|
45 testframework tsi_mmf_vclntavi_rec.script |
|
46 testframework tsi_mmf_vclntavi_alloc.script |
|
47 testframework tsi_mmf_vclntavi_par_audio.script |
|
48 testframework tsi_mmf_vclntavi_dummy_controller.script |
|
49 testframework tsi_mmf_vclntavi_play_priority.script |
|
50 testframework tsi_mmf_vclntavi_rec_priority.script |
|
51 |
|
52 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
53 |
|
54 del c:\vclntavi\*.* |