sl@0
|
1 |
rem Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
rem All rights reserved.
|
sl@0
|
3 |
rem This component and the accompanying materials are made available
|
sl@0
|
4 |
rem under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
rem which accompanies this distribution, and is available
|
sl@0
|
6 |
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
rem
|
sl@0
|
8 |
rem Initial Contributors:
|
sl@0
|
9 |
rem Nokia Corporation - initial contribution.
|
sl@0
|
10 |
rem
|
sl@0
|
11 |
rem Contributors:
|
sl@0
|
12 |
rem
|
sl@0
|
13 |
rem Description:
|
sl@0
|
14 |
rem
|
sl@0
|
15 |
|
sl@0
|
16 |
|
sl@0
|
17 |
del e:\logs\testresults\mm_a3f_devsound_init.htm
|
sl@0
|
18 |
del e:\logs\testresults\mm_a3f_devsound_play_raw.htm
|
sl@0
|
19 |
del e:\logs\testresults\mm_a3f_devsound_record_raw.htm
|
sl@0
|
20 |
del e:\logs\testresults\mm_a3f_devsound_play_tone.htm
|
sl@0
|
21 |
md E:\logs
|
sl@0
|
22 |
md E:\logs\testresults
|
sl@0
|
23 |
md C:\char_a3f_devsound_test_data
|
sl@0
|
24 |
|
sl@0
|
25 |
REM ***************************************************************************
|
sl@0
|
26 |
REM **************** DEVSOUND COMPLIANCESUITE Tests **********
|
sl@0
|
27 |
REM ***************************************************************************
|
sl@0
|
28 |
|
sl@0
|
29 |
|
sl@0
|
30 |
copy e:\char_a3f_devsound_test_data\cerrodelasilla.raw c:\char_a3f_devsound_test_data\cerrodelasilla.raw
|
sl@0
|
31 |
copy e:\char_a3f_devsound_test_data\recordc.raw c:\char_a3f_devsound_test_data\recordc.raw
|
sl@0
|
32 |
copy e:\char_a3f_devsound_test_data\sample.aud c:\char_a3f_devsound_test_data\sample.aud
|
sl@0
|
33 |
copy e:\char_a3f_devsound_test_data\testing123.raw c:\char_a3f_devsound_test_data\testing123.raw
|
sl@0
|
34 |
|
sl@0
|
35 |
copy z:\mm_a3f_devsound_init.ini c:\mm_a3f_devsound_init.ini
|
sl@0
|
36 |
copy z:\mm_a3f_devsound_play_raw.ini c:\mm_a3f_devsound_play_raw.ini
|
sl@0
|
37 |
copy z:\mm_a3f_devsound_play_tone.ini c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
38 |
copy z:\mm_a3f_devsound_record_raw.ini c:\mm_a3f_devsound_record_raw.ini
|
sl@0
|
39 |
|
sl@0
|
40 |
|
sl@0
|
41 |
testframework mm_a3f_devsound_init.script
|
sl@0
|
42 |
move c:\logs\testresults\*.htm e:\logs\testresults\
|
sl@0
|
43 |
|
sl@0
|
44 |
|
sl@0
|
45 |
testframework mm_a3f_devsound_play_raw.script
|
sl@0
|
46 |
move c:\logs\testresults\*.htm e:\logs\testresults\
|
sl@0
|
47 |
|
sl@0
|
48 |
|
sl@0
|
49 |
testframework mm_a3f_devsound_record_raw.script
|
sl@0
|
50 |
move c:\logs\testresults\*.htm e:\logs\testresults\
|
sl@0
|
51 |
|
sl@0
|
52 |
|
sl@0
|
53 |
testframework mm_a3f_devsound_play_tone.script
|
sl@0
|
54 |
move c:\logs\testresults\*.htm e:\logs\testresults\ |