sl@0
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#ifndef __ICLINTTESTS_IBY__
|
sl@0
|
17 |
#define __ICLINTTESTS_IBY__
|
sl@0
|
18 |
|
sl@0
|
19 |
REM All Integration tests in one rom
|
sl@0
|
20 |
REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
|
sl@0
|
21 |
|
sl@0
|
22 |
REM ################################ START INTEGRATION TESTS ##########################
|
sl@0
|
23 |
|
sl@0
|
24 |
#include <testframework.iby>
|
sl@0
|
25 |
#include <multimediatestagent.iby>
|
sl@0
|
26 |
#include <multimediatestimageiagent.iby>
|
sl@0
|
27 |
#include <te_tsi_icl_cod_5suite.iby>
|
sl@0
|
28 |
#include <te_tsi_icl_pluginsupport_01suite.iby>
|
sl@0
|
29 |
#include <te_tsi_icl_dirscan_decode_01suite.iby>
|
sl@0
|
30 |
#include <te_tsi_icl_excludedfiles_01suite.iby>
|
sl@0
|
31 |
|
sl@0
|
32 |
REM ##### PREQ1920 - Image Processor #############
|
sl@0
|
33 |
#ifndef EXCLUDE_LICENSED_CAPS_ADAPTATION
|
sl@0
|
34 |
#include <te_CAPSIntegrationTestsuite.iby>
|
sl@0
|
35 |
#include <te_ImageTransformTestSuite.iby>
|
sl@0
|
36 |
#include <te_CapsWrapperTestSuite.iby>
|
sl@0
|
37 |
#include <te_imagepanoramatestsuite.iby>
|
sl@0
|
38 |
|
sl@0
|
39 |
#include <capsadaptation_panorama_test.iby>
|
sl@0
|
40 |
#include <capsadaptation_imagetransform_test.iby>
|
sl@0
|
41 |
#include <capsadaptation_imgprocessor_test.iby>
|
sl@0
|
42 |
#include <capsadaptation_capswrapper_test.iby>
|
sl@0
|
43 |
data=EPOCROOT##epoc32\data\c\runICLPREQ1920Tests.bat runICLPREQ1920Tests.bat
|
sl@0
|
44 |
#endif
|
sl@0
|
45 |
|
sl@0
|
46 |
#ifdef SYMBIAN_ENABLE_1630_JPEG_EXTENSIONS
|
sl@0
|
47 |
#include <tsi_icl_imagedecoder.iby>
|
sl@0
|
48 |
#include <tsi_icl_imageencoder.iby>
|
sl@0
|
49 |
#endif
|
sl@0
|
50 |
|
sl@0
|
51 |
data=EPOCROOT##epoc32\data\c\runIclIntTests.bat runIclIntTests.bat
|
sl@0
|
52 |
data=EPOCROOT##epoc32\data\c\runICLBtransIntTests.bat runICLBtransIntTests.bat
|
sl@0
|
53 |
data=EPOCROOT##epoc32\data\c\runICLCodIntTests.bat runICLCodIntTests.bat
|
sl@0
|
54 |
|
sl@0
|
55 |
#ifdef SYMBIAN_ENABLE_1630_JPEG_EXTENSIONS
|
sl@0
|
56 |
data=EPOCROOT##epoc32\data\c\runICLDecoderIntTests.bat runICLDecoderIntTests.bat
|
sl@0
|
57 |
data=EPOCROOT##epoc32\data\c\runICLDecoderIntTestsStream.bat runICLDecoderIntTestsStream.bat
|
sl@0
|
58 |
|
sl@0
|
59 |
data=EPOCROOT##epoc32\data\c\runICLEncoderIntTests.bat runICLEncoderIntTests.bat
|
sl@0
|
60 |
data=EPOCROOT##epoc32\data\c\runICLEncoderIntTestsPerf.bat runICLEncoderIntTestsPerf.bat
|
sl@0
|
61 |
data=EPOCROOT##epoc32\data\c\runICLEncoderIntTestsMirror.bat runICLEncoderIntTestsMirror.bat
|
sl@0
|
62 |
data=EPOCROOT##epoc32\data\c\runICLEncoderIntTestsStream.bat runICLEncoderIntTestsStream.bat
|
sl@0
|
63 |
data=EPOCROOT##epoc32\data\c\runICLEncoderIntTestsExtInterface.bat runICLEncoderIntTestsExtInterface.bat
|
sl@0
|
64 |
#endif
|
sl@0
|
65 |
|
sl@0
|
66 |
data=EPOCROOT##epoc32\data\c\runICLFrmIntTests.bat runICLFrmIntTests.bat
|
sl@0
|
67 |
data=EPOCROOT##epoc32\data\c\runICLFrmRfIntTests.bat runICLFrmRfIntTests.bat
|
sl@0
|
68 |
data=EPOCROOT##epoc32\data\c\runICLFrmFSIntTests.bat runICLFrmFSIntTests.bat
|
sl@0
|
69 |
data=EPOCROOT##epoc32\data\c\runICLFrmDRMIntTests.bat runICLFrmDRMIntTests.bat
|
sl@0
|
70 |
data=EPOCROOT##epoc32\data\c\runICLImgFrmIntTests.bat runICLImgFrmIntTests.bat
|
sl@0
|
71 |
|
sl@0
|
72 |
REM ################################# START BTRANS ####################################
|
sl@0
|
73 |
file=ABI_DIR\DEBUG_DIR\TSI_ICL_BTRANS_01.dll System\Libs\TSI_ICL_BTRANS_01.dll
|
sl@0
|
74 |
data=EPOCROOT##epoc32\data\c\MM\TSI_ICL_BTRANS_01.script \TSI_ICL_BTRANS_01.script
|
sl@0
|
75 |
data=EPOCROOT##epoc32\data\c\MM\TSI_ICL_BTRANS_01_Alloc.script \TSI_ICL_BTRANS_01_Alloc.script
|
sl@0
|
76 |
data=EPOCROOT##epoc32\data\c\MM\TSI_ICL_BTRANS_01_Panic.script \TSI_ICL_BTRANS_01_Panic.script
|
sl@0
|
77 |
REM ################################# END BTRANS ######################################
|
sl@0
|
78 |
|
sl@0
|
79 |
|
sl@0
|
80 |
REM ################################# START FRM ######################################
|
sl@0
|
81 |
file=ABI_DIR\DEBUG_DIR\TSI_ICL_FRM_00.DLL System\Libs\TSI_ICL_FRM_00.DLL
|
sl@0
|
82 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_00.script \TSI_ICL_FRM_00.script
|
sl@0
|
83 |
|
sl@0
|
84 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_FS.script \TSI_ICL_FRM_FS.script
|
sl@0
|
85 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_DRM.script \TSI_ICL_FRM_DRM.script
|
sl@0
|
86 |
|
sl@0
|
87 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_00.ini \ICL\TSI_ICL_FRM_00.ini
|
sl@0
|
88 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_RF.script \TSI_ICL_FRM_RF.script
|
sl@0
|
89 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_RF_Alloc.script \TSI_ICL_FRM_RF_Alloc.script
|
sl@0
|
90 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_YUV.script \TSI_ICL_FRM_YUV.script
|
sl@0
|
91 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_FRM_YUV_ALLOC.script \TSI_ICL_FRM_YUV_ALLOC.script
|
sl@0
|
92 |
|
sl@0
|
93 |
REM ################################# END FRM ########################################
|
sl@0
|
94 |
|
sl@0
|
95 |
REM ################################# START ICL COD ######################################
|
sl@0
|
96 |
file=ABI_DIR\DEBUG_DIR\TSI_ICL_COD.DLL System\Libs\TSI_ICL_COD.DLL
|
sl@0
|
97 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_COD_00.script \TSI_ICL_COD_00.script
|
sl@0
|
98 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_COD_01.script \TSI_ICL_COD_01.script
|
sl@0
|
99 |
data=EPOCROOT##epoc32\data\c\ICL\TSI_ICL_COD_02.script \TSI_ICL_COD_02.script
|
sl@0
|
100 |
data=EPOCROOT##epoc32\data\c\runtsiiclcod05tests.bat runtsiiclcod05tests.bat
|
sl@0
|
101 |
data=EPOCROOT##epoc32\data\c\runtsiicldirscandecode01tests.bat runtsiicldirscandecode01tests.bat
|
sl@0
|
102 |
data=EPOCROOT##epoc32\data\c\runtsiiclexcludedfiles01tests.bat runtsiiclexcludedfiles01tests.bat
|
sl@0
|
103 |
data=EPOCROOT##epoc32\data\c\runtsiiclpluginsupport01tests.bat runtsiiclpluginsupport01tests.bat
|
sl@0
|
104 |
REM ################################# END ICL COD ########################################
|
sl@0
|
105 |
|
sl@0
|
106 |
REM ################################ END INTEGRATION TESTS ###########################
|
sl@0
|
107 |
|
sl@0
|
108 |
#endif
|