diff -r 000000000000 -r bde4ae8d615e os/mm/mmtestenv/mmtesttools/Rom/miscUnitTests.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/mmtestenv/mmtesttools/Rom/miscUnitTests.iby Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,74 @@ +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#ifndef __MISC_UNIT_TESTS_IBY__ +#define __MISC_UNIT_TESTS_IBY__ + +REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT! + +REM ################################# START MMF UNIT TESTS ############################ + +#include +#include + +data=EPOCROOT##epoc32\data\c\runMiscUnitTests.bat runMiscUnitTests.bat +data=EPOCROOT##epoc32\data\c\runEcmUnitTests.bat runEcmUnitTests.bat +#ifdef SYMBIAN_MULTIMEDIA_CODEC_API +data=EPOCROOT##epoc32\data\c\runMDFUnitTests.bat runMDFUnitTests.bat +#endif +data=EPOCROOT##epoc32\data\c\rundvbhhaiunittests.bat rundvbhhaiunittests.bat + +REM ################################# START ECM ##################################### +#include +#include +#include +REM ################################# END ECM ##################################### + +REM ################################# START MDF ##################################### +#ifdef SYMBIAN_MULTIMEDIA_CODEC_API +#include +#include +#include +#include +#include +#include +#include +#endif // SYMBIAN_MULTIMEDIA_CODEC_API +REM ################################# END MDF ##################################### + +REM ################################# START MVS ##################################### +#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC +#include +#endif // SYMBIAN_VARIABLE_BITRATE_CODEC +REM ################################## END MVS ###################################### + +REM ################################# START DVBHHAI ##################################### +#include +REM ################################# END DVBHHAI ##################################### + +REM ################################# START OMXIL ##################################### +#include +REM ################################# END OMXIL ##################################### + +REM ############################## START 3gp library ################################ +#include +data=EPOCROOT##epoc32\data\c\run3gplibrarytests.bat run3gplibrarytests.bat +REM ############################## END 3gp library ################################## + + +data=EPOCROOT##epoc32\data\c\runAllMultimediaTests.bat runAllMultimediaTests.bat +data=EPOCROOT##epoc32\data\c\runallaudiotests.bat runAllAudioTests.bat + +#endif // __MISC_UNIT_TESTS_IBY__