Update contrib.
1 // Copyright (c) 2002-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef MMMWUNITTESTS_IBY
17 #define MMMWUNITTESTS_IBY
19 REM All non-ICL unit tests in one rom
20 REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
22 REM ################################# START MMF UNIT TESTS ############################
24 #include <testframework.iby>
25 #include <cinidata.iby>
27 // Test case: MM-MMF-ACLNT-U-0012-CP
28 data=EPOCROOT##epoc32\data\c\AclntITestData\small.wav resource\small.wav
30 #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
31 #define SYMBIAN_MMF_MODEL_CONTROLLERS
34 REM ################################# START ACLNT #####################################
35 file=ABI_DIR\DEBUG_DIR\TSU_MMF_ACLNT_01.DLL System\Libs\TSU_MMF_ACLNT_01.DLL
36 REM ################################# END ACLNT #####################################
39 REM ################################# START ACTRL #####################################
40 file=ABI_DIR\DEBUG_DIR\TSU_MMF_ACTRL_01.DLL System\Libs\TSU_MMF_ACTRL_01.DLL
41 REM ################################# END ACTRL #####################################
43 REM ################################# START ACTRL/CTLFRM #####################################
44 CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc)
45 REM ################################# END ACTRL/CTLFRM #####################################
47 REM ################################# START AFMT #####################################
48 REM AFMT specific DLLs
49 file=ABI_DIR\DEBUG_DIR\TSU_MMF_AFMT.DLL sys\bin\TSU_MMF_AFMT.DLL
50 ECOM_PLUGIN(tsu_mmf_afmt_testdatasink.dll,101f7d2f.rsc)
51 ECOM_PLUGIN(tsu_mmf_afmt_testdatasource.dll,101f7d33.rsc)
52 REM ################################# END AFMT #####################################
55 REM ################################# START BASECL #####################################
56 file=ABI_DIR\DEBUG_DIR\TSU_MMF_BASECL.DLL sys\bin\TSU_MMF_BASECL.DLL
57 ECOM_PLUGIN(tsu_mmf_basecl_testcodec.dll,101f77cc.rsc)
58 ECOM_PLUGIN(tsu_mmf_basecl_testsrcsink.dll,101f77ca.rsc)
59 ECOM_PLUGIN(tsu_mmf_basecl_testformat.dll,101f7b20.rsc)
60 REM ################################# END BASECL #####################################
63 REM ################################# START CTLFRM #####################################
64 file=ABI_DIR\DEBUG_DIR\TSU_MMF_CTLFRM.dll sys\bin\TSU_MMF_CTLFRM.dll
65 file=ABI_DIR\DEBUG_DIR\tsu_mmf_ctlfrm_sdrm.dll sys\bin\tsu_mmf_ctlfrm_sdrm.dll
67 file=ABI_DIR\DEBUG_DIR\TS_CmmfTestCustomCommands.dll sys\bin\TS_CmmfTestCustomCommands.dll
68 ECOM_PLUGIN(ts_cmmftestcontroller.dll,101f7790.rsc)
69 ECOM_PLUGIN(ts_mmftestdatasinkb.dll,101f789f.rsc)
70 ECOM_PLUGIN(ts_mmftestdatasourceb.dll,101f789e.rsc)
71 ECOM_PLUGIN(ts_mmftestdatasource.dll,101f7791.rsc)
72 ECOM_PLUGIN(ts_mmftestdatasink.dll,101f7792.rsc)
75 ECOM_PLUGIN(mmfmp3format.dll,101f7d99.rsc)
76 ECOM_PLUGIN(mmfmp3nullcodec.dll,101f7d9a.rsc)
78 ECOM_PLUGIN(ts_cmmfdummytestcontroller.dll,10273816.rsc)
79 ECOM_PLUGIN(ts_cmmftestterminationcontroller.dll,102833fd.rsc)
80 ECOM_PLUGIN(ts_cmmftestconstructcontroller.dll,102834be.rsc)
81 REM ################################# END CTLFRM #####################################
84 REM ################################# START SRSSNK #####################################
85 file=ABI_DIR\DEBUG_DIR\TSU_MMF_SRSSNK.DLL sys\bin\TSU_MMF_SRSSNK.DLL
86 REM ################################# END SRSSNK #####################################
88 REM ################################# START MIDICLNT #####################################
89 file=ABI_DIR\DEBUG_DIR\TSU_MMFMIDICLNT.DLL sys\bin\TSU_MMFMIDICLNT.DLL
90 ECOM_PLUGIN(TS_MidiTstCntrl.dll,101ff9f4.rsc)
91 REM ################################# END MIDICLNT #####################################
93 REM ############################# START GEF #################################
94 file=ABI_DIR\DEBUG_DIR\TSU_MMF_GEF.DLL sys\bin\TSU_MMF_GEF.DLL
95 ECOM_PLUGIN(TestGlobalEffectPlugin.dll, 1020709b.rsc)
96 REM ############################# END GEF #################################
98 REM ################################# START MMRUF #####################################
99 #ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
100 file=ABI_DIR\DEBUG_DIR\tsu_mmf_mmruf.dll sys\bin\tsu_mmf_mmruf.dll
102 REM ################################# END MMRUF #####################################
104 #endif // MMMWUNITTESTS_IBY