0
|
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\tsi_mmf_devsound_debug.htm
|
|
17 |
del e:\logs\testresults\tsi_mmf_devsound_alloc.htm
|
|
18 |
md e:\logs\
|
|
19 |
md e:\logs\testresults\
|
|
20 |
|
|
21 |
REM ***********************************************
|
|
22 |
REM **************** DEVSOUND Tests ***************
|
|
23 |
REM ***********************************************
|
|
24 |
|
|
25 |
md c:\mm\
|
|
26 |
md c:\tsi_mmf_devsound\
|
|
27 |
md c:\tsi_mmf_devsound\output\
|
|
28 |
|
|
29 |
copy z:\tsi_mmf_devsound.ini c:\mm\tsi_mmf_devsound.ini
|
|
30 |
|
|
31 |
copy e:\inttest\mmf\tsi_mmf_devsound\small.ogg c:\tsi_mmf_devsound\small.ogg
|
|
32 |
copy e:\inttest\mmf\tsi_mmf_devsound\output\small.ogg c:\tsi_mmf_devsound\output\small.ogg
|
|
33 |
copy e:\inttest\mmf\tsi_mmf_devsound\corrupt.ogg c:\tsi_mmf_devsound\corrupt.ogg
|
|
34 |
copy e:\inttest\mmf\tsi_mmf_devsound\output\corrupt.ogg c:\tsi_mmf_devsound\output\corrupt.ogg
|
|
35 |
copy e:\inttest\mmf\tsi_mmf_devsound\big.ogg c:\tsi_mmf_devsound\big.ogg
|
|
36 |
|
|
37 |
testframework tsi_mmf_devsound_debug.script
|
|
38 |
move c:\logs\testresults\*.htm e:\logs\testresults\
|
|
39 |
|
|
40 |
testframework tsi_mmf_devsound_alloc.script
|
|
41 |
move c:\logs\testresults\*.htm e:\logs\testresults\
|
|
42 |
|
|
43 |
REM Move the test files and generated record files back to the MMC
|
|
44 |
move c:\tsi_mmf_devsound\output\corrupt.ogg e:\inttest\mmf\tsi_mmf_devsound\output\corrupt.ogg
|
|
45 |
move c:\tsi_mmf_devsound\output\small.ogg e:\inttest\mmf\tsi_mmf_devsound\output\small.ogg
|
|
46 |
move c:\tsi_mmf_devsound\output\output_0008.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0008.ogg
|
|
47 |
move c:\tsi_mmf_devsound\output\output_0101.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0101.ogg
|
|
48 |
move c:\tsi_mmf_devsound\output\output_0102.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0102.ogg
|
|
49 |
move c:\tsi_mmf_devsound\output\output_0103.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0103.ogg
|
|
50 |
move c:\tsi_mmf_devsound\output\output_0104.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0104.ogg
|
|
51 |
move c:\tsi_mmf_devsound\output\output_0105.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0105.ogg
|
|
52 |
move c:\tsi_mmf_devsound\output\output_0604.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0604.ogg
|
|
53 |
|
|
54 |
del c:\tsi_mmf_devsound\output\*.*
|
|
55 |
del c:\tsi_mmf_devsound\*.*
|
|
56 |
del c:\mm\*.*
|