1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Rom/mmmwunittests.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,105 @@
1.4 +// Copyright (c) 2002-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 MMMWUNITTESTS_IBY
1.20 +#define MMMWUNITTESTS_IBY
1.21 +
1.22 +REM All non-ICL unit tests in one rom
1.23 +REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
1.24 +
1.25 +REM ################################# START MMF UNIT TESTS ############################
1.26 +
1.27 +#include <testframework.iby>
1.28 +#include <cinidata.iby>
1.29 +
1.30 +// Test case: MM-MMF-ACLNT-U-0012-CP
1.31 +data=EPOCROOT##epoc32\data\c\AclntITestData\small.wav resource\small.wav
1.32 +
1.33 +#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
1.34 +#define SYMBIAN_MMF_MODEL_CONTROLLERS
1.35 +#endif
1.36 +
1.37 +REM ################################# START ACLNT #####################################
1.38 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_ACLNT_01.DLL System\Libs\TSU_MMF_ACLNT_01.DLL
1.39 +REM ################################# END ACLNT #####################################
1.40 +
1.41 +
1.42 +REM ################################# START ACTRL #####################################
1.43 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_ACTRL_01.DLL System\Libs\TSU_MMF_ACTRL_01.DLL
1.44 +REM ################################# END ACTRL #####################################
1.45 +
1.46 +REM ################################# START ACTRL/CTLFRM #####################################
1.47 +CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc)
1.48 +REM ################################# END ACTRL/CTLFRM #####################################
1.49 +
1.50 +REM ################################# START AFMT #####################################
1.51 +REM AFMT specific DLLs
1.52 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_AFMT.DLL sys\bin\TSU_MMF_AFMT.DLL
1.53 +ECOM_PLUGIN(tsu_mmf_afmt_testdatasink.dll,101f7d2f.rsc)
1.54 +ECOM_PLUGIN(tsu_mmf_afmt_testdatasource.dll,101f7d33.rsc)
1.55 +REM ################################# END AFMT #####################################
1.56 +
1.57 +
1.58 +REM ################################# START BASECL #####################################
1.59 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_BASECL.DLL sys\bin\TSU_MMF_BASECL.DLL
1.60 +ECOM_PLUGIN(tsu_mmf_basecl_testcodec.dll,101f77cc.rsc)
1.61 +ECOM_PLUGIN(tsu_mmf_basecl_testsrcsink.dll,101f77ca.rsc)
1.62 +ECOM_PLUGIN(tsu_mmf_basecl_testformat.dll,101f7b20.rsc)
1.63 +REM ################################# END BASECL #####################################
1.64 +
1.65 +
1.66 +REM ################################# START CTLFRM #####################################
1.67 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_CTLFRM.dll sys\bin\TSU_MMF_CTLFRM.dll
1.68 +file=ABI_DIR\DEBUG_DIR\tsu_mmf_ctlfrm_sdrm.dll sys\bin\tsu_mmf_ctlfrm_sdrm.dll
1.69 +
1.70 +file=ABI_DIR\DEBUG_DIR\TS_CmmfTestCustomCommands.dll sys\bin\TS_CmmfTestCustomCommands.dll
1.71 +ECOM_PLUGIN(ts_cmmftestcontroller.dll,101f7790.rsc)
1.72 +ECOM_PLUGIN(ts_mmftestdatasinkb.dll,101f789f.rsc)
1.73 +ECOM_PLUGIN(ts_mmftestdatasourceb.dll,101f789e.rsc)
1.74 +ECOM_PLUGIN(ts_mmftestdatasource.dll,101f7791.rsc)
1.75 +ECOM_PLUGIN(ts_mmftestdatasink.dll,101f7792.rsc)
1.76 +
1.77 +
1.78 +ECOM_PLUGIN(mmfmp3format.dll,101f7d99.rsc)
1.79 +ECOM_PLUGIN(mmfmp3nullcodec.dll,101f7d9a.rsc)
1.80 +
1.81 +ECOM_PLUGIN(ts_cmmfdummytestcontroller.dll,10273816.rsc)
1.82 +ECOM_PLUGIN(ts_cmmftestterminationcontroller.dll,102833fd.rsc)
1.83 +ECOM_PLUGIN(ts_cmmftestconstructcontroller.dll,102834be.rsc)
1.84 +REM ################################# END CTLFRM #####################################
1.85 +
1.86 +
1.87 +REM ################################# START SRSSNK #####################################
1.88 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_SRSSNK.DLL sys\bin\TSU_MMF_SRSSNK.DLL
1.89 +REM ################################# END SRSSNK #####################################
1.90 +
1.91 +REM ################################# START MIDICLNT #####################################
1.92 +file=ABI_DIR\DEBUG_DIR\TSU_MMFMIDICLNT.DLL sys\bin\TSU_MMFMIDICLNT.DLL
1.93 +ECOM_PLUGIN(TS_MidiTstCntrl.dll,101ff9f4.rsc)
1.94 +REM ################################# END MIDICLNT #####################################
1.95 +
1.96 +REM ############################# START GEF #################################
1.97 +file=ABI_DIR\DEBUG_DIR\TSU_MMF_GEF.DLL sys\bin\TSU_MMF_GEF.DLL
1.98 +ECOM_PLUGIN(TestGlobalEffectPlugin.dll, 1020709b.rsc)
1.99 +REM ############################# END GEF #################################
1.100 +
1.101 +REM ################################# START MMRUF #####################################
1.102 +#ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
1.103 +file=ABI_DIR\DEBUG_DIR\tsu_mmf_mmruf.dll sys\bin\tsu_mmf_mmruf.dll
1.104 +#endif
1.105 +REM ################################# END MMRUF #####################################
1.106 +
1.107 +#endif // MMMWUNITTESTS_IBY
1.108 +