sl@0: // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __MISC_UNIT_TESTS_IBY__ sl@0: #define __MISC_UNIT_TESTS_IBY__ sl@0: sl@0: REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT! sl@0: sl@0: REM ################################# START MMF UNIT TESTS ############################ sl@0: sl@0: #include sl@0: #include sl@0: sl@0: data=EPOCROOT##epoc32\data\c\runMiscUnitTests.bat runMiscUnitTests.bat sl@0: data=EPOCROOT##epoc32\data\c\runEcmUnitTests.bat runEcmUnitTests.bat sl@0: #ifdef SYMBIAN_MULTIMEDIA_CODEC_API sl@0: data=EPOCROOT##epoc32\data\c\runMDFUnitTests.bat runMDFUnitTests.bat sl@0: #endif sl@0: data=EPOCROOT##epoc32\data\c\rundvbhhaiunittests.bat rundvbhhaiunittests.bat sl@0: sl@0: REM ################################# START ECM ##################################### sl@0: #include sl@0: #include sl@0: #include sl@0: REM ################################# END ECM ##################################### sl@0: sl@0: REM ################################# START MDF ##################################### sl@0: #ifdef SYMBIAN_MULTIMEDIA_CODEC_API sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #endif // SYMBIAN_MULTIMEDIA_CODEC_API sl@0: REM ################################# END MDF ##################################### sl@0: sl@0: REM ################################# START MVS ##################################### sl@0: #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC sl@0: #include sl@0: #endif // SYMBIAN_VARIABLE_BITRATE_CODEC sl@0: REM ################################## END MVS ###################################### sl@0: sl@0: REM ################################# START DVBHHAI ##################################### sl@0: #include sl@0: REM ################################# END DVBHHAI ##################################### sl@0: sl@0: REM ################################# START OMXIL ##################################### sl@0: #include sl@0: REM ################################# END OMXIL ##################################### sl@0: sl@0: REM ############################## START 3gp library ################################ sl@0: #include sl@0: data=EPOCROOT##epoc32\data\c\run3gplibrarytests.bat run3gplibrarytests.bat sl@0: REM ############################## END 3gp library ################################## sl@0: sl@0: sl@0: data=EPOCROOT##epoc32\data\c\runAllMultimediaTests.bat runAllMultimediaTests.bat sl@0: data=EPOCROOT##epoc32\data\c\runallaudiotests.bat runAllAudioTests.bat sl@0: sl@0: #endif // __MISC_UNIT_TESTS_IBY__