|
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_mvs_audioagent.htm |
|
17 del E:\Logs\TestResults\tsi_mvs_audioagent_alloc.htm |
|
18 del E:\Logs\TestResults\tsi_mvs_plugin.htm |
|
19 md E:\Logs\ |
|
20 md E:\Logs\TestResults\ |
|
21 |
|
22 REM *********************************************** |
|
23 REM ************** MVS AUDIOAGENTS TESTS ********** |
|
24 REM *********************************************** |
|
25 |
|
26 md c:\mvs\ |
|
27 |
|
28 copy e:\tsi_mvs_agents.ini c:\mvs\tsi_mvs_agents.ini |
|
29 |
|
30 copy E:\inttest\mvs\wavtest01.wav c:\mvs\wavtest01.wav |
|
31 copy E:\inttest\mvs\wavtest02.wav c:\mvs\wavtest02.wav |
|
32 copy E:\inttest\mvs\textfile.ogg c:\mvs\textfile.ogg |
|
33 copy E:\inttest\mvs\oggtest01.ogg c:\mvs\oggtest01.ogg |
|
34 copy E:\inttest\mvs\mp3file.ogg c:\mvs\mp3file.ogg |
|
35 copy E:\inttest\mvs\pcm16stereo8khz.sjau c:\mvs\pcm16stereo8khz.sjau |
|
36 |
|
37 testframework tsi_mvs_audioagent.script |
|
38 testframework tsi_mvs_audioagent_alloc.script |
|
39 testframework tsi_mvs_plugin.script |
|
40 |
|
41 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
42 |
|
43 del c:\mvs\*.* |