os/mm/mmtestenv/mmtesttools/Rom/miscUnitTests.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtesttools/Rom/miscUnitTests.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,74 @@
     1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#ifndef __MISC_UNIT_TESTS_IBY__
    1.20 +#define __MISC_UNIT_TESTS_IBY__
    1.21 +
    1.22 +REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
    1.23 +
    1.24 +REM ################################# START MMF UNIT TESTS ############################
    1.25 +
    1.26 +#include <testframework.iby>
    1.27 +#include <cinidata.iby>
    1.28 +
    1.29 +data=EPOCROOT##epoc32\data\c\runMiscUnitTests.bat	runMiscUnitTests.bat
    1.30 +data=EPOCROOT##epoc32\data\c\runEcmUnitTests.bat	runEcmUnitTests.bat
    1.31 +#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
    1.32 +data=EPOCROOT##epoc32\data\c\runMDFUnitTests.bat	runMDFUnitTests.bat
    1.33 +#endif
    1.34 +data=EPOCROOT##epoc32\data\c\rundvbhhaiunittests.bat    rundvbhhaiunittests.bat
    1.35 +
    1.36 +REM ################################# START ECM #####################################
    1.37 +#include <tsu_ecm_api.iby>
    1.38 +#include <tsu_ecm_adv.iby>
    1.39 +#include <tsu_ecm_ram.iby>
    1.40 +REM #################################  END  ECM #####################################
    1.41 +
    1.42 +REM ################################# START MDF #####################################
    1.43 +#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
    1.44 +#include <tsu_mdf_omxpcmcodec.iby>
    1.45 +#include <tsu_mdf_pcmprocessingunit.iby>
    1.46 +#include <tsu_mdf_videotestprocessingunits.iby>
    1.47 +#include <tsu_mdf_audiocodecs.iby>
    1.48 +#include <tsu_mdf_videocodecs.iby>
    1.49 +#include <tsu_mdf_codecapi.iby>
    1.50 +#include <tsu_mdf_omxvorbiscodecs.iby>
    1.51 +#endif // SYMBIAN_MULTIMEDIA_CODEC_API
    1.52 +REM #################################  END  MDF #####################################
    1.53 +
    1.54 +REM ################################# START MVS #####################################
    1.55 +#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC
    1.56 +#include <ecam_test.iby>
    1.57 +#endif // SYMBIAN_VARIABLE_BITRATE_CODEC
    1.58 +REM ################################## END MVS ######################################
    1.59 +
    1.60 +REM ################################# START DVBHHAI #####################################
    1.61 +#include <tsu_dvbh_hai.iby>
    1.62 +REM #################################  END  DVBHHAI #####################################
    1.63 +
    1.64 +REM ################################# START OMXIL #####################################
    1.65 +#include <omxilunittests.iby>
    1.66 +REM #################################  END  OMXIL #####################################
    1.67 +
    1.68 +REM ############################## START 3gp library ################################
    1.69 +#include <tsu_3gplibrary.iby>
    1.70 +data=EPOCROOT##epoc32\data\c\run3gplibrarytests.bat	run3gplibrarytests.bat
    1.71 +REM ############################## END 3gp library ##################################
    1.72 +
    1.73 +
    1.74 +data=EPOCROOT##epoc32\data\c\runAllMultimediaTests.bat	runAllMultimediaTests.bat
    1.75 +data=EPOCROOT##epoc32\data\c\runallaudiotests.bat		runAllAudioTests.bat
    1.76 +
    1.77 +#endif // __MISC_UNIT_TESTS_IBY__