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