26
|
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".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
#ifndef MMMWUNITTESTS_IBY
|
|
17 |
#define MMMWUNITTESTS_IBY
|
|
18 |
|
|
19 |
REM All non-ICL unit tests in one rom
|
|
20 |
REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
|
|
21 |
|
|
22 |
REM ################################# START MMF UNIT TESTS ############################
|
|
23 |
|
|
24 |
#include <testframework.iby>
|
|
25 |
#include <cinidata.iby>
|
|
26 |
|
|
27 |
// Test case: MM-MMF-ACLNT-U-0012-CP
|
|
28 |
data=EPOCROOT##epoc32\data\c\AclntITestData\small.wav resource\small.wav
|
|
29 |
|
|
30 |
#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
|
|
31 |
#define SYMBIAN_MMF_MODEL_CONTROLLERS
|
|
32 |
#endif
|
|
33 |
|
|
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 #####################################
|
|
37 |
|
|
38 |
|
|
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 #####################################
|
|
42 |
|
|
43 |
REM ################################# START ACTRL/CTLFRM #####################################
|
|
44 |
CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc)
|
|
45 |
REM ################################# END ACTRL/CTLFRM #####################################
|
|
46 |
|
|
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 #####################################
|
|
53 |
|
|
54 |
|
|
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 #####################################
|
|
61 |
|
|
62 |
|
|
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
|
|
66 |
|
|
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)
|
|
73 |
|
|
74 |
|
|
75 |
ECOM_PLUGIN(mmfmp3format.dll,101f7d99.rsc)
|
|
76 |
ECOM_PLUGIN(mmfmp3nullcodec.dll,101f7d9a.rsc)
|
|
77 |
|
|
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 #####################################
|
|
82 |
|
|
83 |
|
|
84 |
REM ################################# START SRSSNK #####################################
|
|
85 |
file=ABI_DIR\DEBUG_DIR\TSU_MMF_SRSSNK.DLL sys\bin\TSU_MMF_SRSSNK.DLL
|
|
86 |
REM ################################# END SRSSNK #####################################
|
|
87 |
|
|
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 #####################################
|
|
92 |
|
|
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 #################################
|
|
97 |
|
|
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
|
|
101 |
#endif
|
|
102 |
REM ################################# END MMRUF #####################################
|
|
103 |
|
|
104 |
#endif // MMMWUNITTESTS_IBY
|
|
105 |
|