|
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_oggctrl_play.htm |
|
17 del E:\Logs\TestResults\tsu_mmf_oggctrl_record.htm |
|
18 md E:\Logs\ |
|
19 md E:\Logs\TestResults\ |
|
20 |
|
21 REM *********************************************** |
|
22 REM ***************** OGGCTRL TESTS ***************** |
|
23 REM *********************************************** |
|
24 |
|
25 md c:\mm\ |
|
26 md c:\mm\mmf\ |
|
27 md c:\mm\mmf\testfiles\ |
|
28 md c:\mm\mmf\testfiles\oggctrl\ |
|
29 |
|
30 copy E:\unittest\mmf\oggctrl\6Sec48KHz224KbsStereo.ogg c:\mm\mmf\testfiles\oggctrl\6Sec48KHz224KbsStereo.ogg |
|
31 copy E:\unittest\mmf\oggctrl\6sec32khz120kbsstereo.ogg c:\mm\mmf\testfiles\oggctrl\6sec32khz120kbsstereo.ogg |
|
32 copy E:\unittest\mmf\oggctrl\6sec44khz128kbsstereo.ogg c:\mm\mmf\testfiles\oggctrl\6sec44khz128kbsstereo.ogg |
|
33 copy E:\unittest\mmf\oggctrl\invalid.ogg c:\mm\mmf\testfiles\oggctrl\invalid.ogg |
|
34 |
|
35 testframework tsu_mmf_oggctrl_play.script |
|
36 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
37 |
|
38 testframework tsu_mmf_oggctrl_record.script |
|
39 copy c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
40 |
|
41 del c:\mm\mmf\testfiles\oggctrl\*.* |
|
42 |
|
43 |