0
|
1 |
rem Copyright (c) 2007-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 Image Decoder Integration Tests
|
|
15 |
rem
|
|
16 |
rem
|
|
17 |
|
|
18 |
del E:\Logs\TestResults\icl\imagedecoder\TSI_ICL_IMAGEDECODER_STREAM.htm
|
|
19 |
|
|
20 |
md E:\Logs\
|
|
21 |
md E:\Logs\TestResults\
|
|
22 |
md E:\Logs\TestResults\icl\
|
|
23 |
md E:\Logs\TestResults\icl\imagedecoder\
|
|
24 |
|
|
25 |
md c:\icl\
|
|
26 |
md c:\icl\testimages\
|
|
27 |
md c:\icl\testimages\mbm\
|
|
28 |
md c:\icl\testimages\jpeg\
|
|
29 |
|
|
30 |
|
|
31 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small18.jpg c:\icl\testimages\jpeg\jpeg_small18.jpg
|
|
32 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small07.jpg c:\icl\testimages\jpeg\jpeg_small07.jpg
|
|
33 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small19.jpg c:\icl\testimages\jpeg\jpeg_small19.jpg
|
|
34 |
copy E:\inttest\icl\testimages\jpeg\jpeg_empty01.jpg c:\icl\testimages\jpeg\jpeg_empty01.jpg
|
|
35 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small09.jpg c:\icl\testimages\jpeg\jpeg_small09.jpg
|
|
36 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small12.jpg c:\icl\testimages\jpeg\jpeg_small12.jpg
|
|
37 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small13.jpg c:\icl\testimages\jpeg\jpeg_small13.jpg
|
|
38 |
copy E:\inttest\icl\testimages\jpeg\jpeg_large02.jpg c:\icl\testimages\jpeg\jpeg_large02.jpg
|
|
39 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small10.jpg c:\icl\testimages\jpeg\jpeg_small10.jpg
|
|
40 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small15.jpg c:\icl\testimages\jpeg\jpeg_small15.jpg
|
|
41 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small01.jpg c:\icl\testimages\jpeg\jpeg_small01.jpg
|
|
42 |
copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt05.jpg c:\icl\testimages\jpeg\jpeg_corrupt05.jpg
|
|
43 |
copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt02.jpg c:\icl\testimages\jpeg\jpeg_corrupt02.jpg
|
|
44 |
copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt03.jpg c:\icl\testimages\jpeg\jpeg_corrupt03.jpg
|
|
45 |
copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt01.jpg c:\icl\testimages\jpeg\jpeg_corrupt01.jpg
|
|
46 |
copy E:\inttest\icl\testimages\jpeg\jpeg_small14_a.jpg c:\icl\testimages\jpeg\jpeg_small14_a.jpg
|
|
47 |
copy E:\inttest\icl\testimages\jpeg\jpeg_average01.jpg c:\icl\testimages\jpeg\jpeg_average01.jpg
|
|
48 |
copy E:\inttest\icl\testimages\jpeg\jpeg_supersize01.jpg c:\icl\testimages\jpeg\jpeg_supersize01.jpg
|
|
49 |
copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan.jpg c:\icl\testimages\jpeg\jpeg_multiscan.jpg
|
|
50 |
copy E:\inttest\icl\testimages\jpeg\jpeg_restartinterop.jpg c:\icl\testimages\jpeg\jpeg_restartinterop.jpg
|
|
51 |
|
|
52 |
|
|
53 |
testframework -q \icl\imagedecoder\tsi_icl_imagedecoder_stream.script
|
|
54 |
move C:\Logs\TestResults\icl\imagedecoder\*.htm E:\Logs\TestResults\icl\imagedecoder\
|
|
55 |
|
|
56 |
|
|
57 |
del c:\icl\testimages\mbm\*.*
|
|
58 |
del c:\icl\testimages\jpeg\*.*
|
|
59 |
|
|
60 |
REM Copy output images from hardware to MMC, if output images are generated for hw
|
|
61 |
REM E:\inttest\icl\ folder will be already existing in MMC
|
|
62 |
md E:\inttest\icl\outputimages\
|
|
63 |
md E:\inttest\icl\outputimages\mbm\
|
|
64 |
md E:\inttest\icl\outputimages\jpeg\
|
|
65 |
|
|
66 |
copy c:\icl\outputimages\mbm\*.* E:\inttest\icl\outputimages\mbm\*.*
|
|
67 |
del c:\icl\outputimages\mbm\*.*
|
|
68 |
copy c:\icl\outputimages\jpeg\*.* E:\inttest\icl\outputimages\jpeg\*.*
|
|
69 |
del c:\icl\outputimages\jpeg\*.*
|