|
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_AVICTRL*.* |
|
17 md E:\Logs\ |
|
18 md E:\Logs\TestResults\ |
|
19 |
|
20 REM *********************************************** |
|
21 REM ***************** AVICTRL TESTS ***************** |
|
22 REM *********************************************** |
|
23 |
|
24 md c:\mm\ |
|
25 md c:\mm\mmf\ |
|
26 md c:\mm\mmf\testfiles\ |
|
27 md c:\mm\mmf\testfiles\avictrl\ |
|
28 |
|
29 copy E:\unittest\mmf\avictrl\aud_vid.avi c:\mm\mmf\testfiles\avictrl\aud_vid.avi |
|
30 copy E:\unittest\mmf\avictrl\video_only.avi c:\mm\mmf\testfiles\avictrl\video_only.avi |
|
31 copy E:\unittest\mmf\avictrl\invalid.avi c:\mm\mmf\testfiles\avictrl\invalid.avi |
|
32 copy E:\unittest\mmf\avictrl\low_mem_vdo_test.avi c:\mm\mmf\testfiles\avictrl\low_mem_vdo_test.avi |
|
33 copy E:\unittest\mmf\avictrl\aud_vid_vprp.avi c:\mm\mmf\testfiles\avictrl\aud_vid_vprp.avi |
|
34 |
|
35 testframework tsu_mmf_avictrl_play.script |
|
36 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
37 |
|
38 testframework tsu_mmf_avictrl_play_alloc.script |
|
39 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
40 |
|
41 testframework tsu_mmf_avictrl_secdisp.script |
|
42 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
43 |
|
44 testframework tsu_mmf_avictrl_record.script |
|
45 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
46 |
|
47 del c:\mm\mmf\testfiles\avictrl\*.* |