|
1 // Copyright (c) 2004-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 __MISC_UNIT_TESTS_IBY__ |
|
17 #define __MISC_UNIT_TESTS_IBY__ |
|
18 |
|
19 REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT! |
|
20 |
|
21 REM ################################# START MMF UNIT TESTS ############################ |
|
22 |
|
23 #include <testframework.iby> |
|
24 #include <cinidata.iby> |
|
25 |
|
26 data=EPOCROOT##epoc32\data\c\runMiscUnitTests.bat runMiscUnitTests.bat |
|
27 data=EPOCROOT##epoc32\data\c\runEcmUnitTests.bat runEcmUnitTests.bat |
|
28 #ifdef SYMBIAN_MULTIMEDIA_CODEC_API |
|
29 data=EPOCROOT##epoc32\data\c\runMDFUnitTests.bat runMDFUnitTests.bat |
|
30 #endif |
|
31 data=EPOCROOT##epoc32\data\c\rundvbhhaiunittests.bat rundvbhhaiunittests.bat |
|
32 |
|
33 REM ################################# START ECM ##################################### |
|
34 #include <tsu_ecm_api.iby> |
|
35 #include <tsu_ecm_adv.iby> |
|
36 #include <tsu_ecm_ram.iby> |
|
37 REM ################################# END ECM ##################################### |
|
38 |
|
39 REM ################################# START MDF ##################################### |
|
40 #ifdef SYMBIAN_MULTIMEDIA_CODEC_API |
|
41 #include <tsu_mdf_omxpcmcodec.iby> |
|
42 #include <tsu_mdf_pcmprocessingunit.iby> |
|
43 #include <tsu_mdf_videotestprocessingunits.iby> |
|
44 #include <tsu_mdf_audiocodecs.iby> |
|
45 #include <tsu_mdf_videocodecs.iby> |
|
46 #include <tsu_mdf_codecapi.iby> |
|
47 #include <tsu_mdf_omxvorbiscodecs.iby> |
|
48 #endif // SYMBIAN_MULTIMEDIA_CODEC_API |
|
49 REM ################################# END MDF ##################################### |
|
50 |
|
51 REM ################################# START MVS ##################################### |
|
52 #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC |
|
53 #include <ecam_test.iby> |
|
54 #endif // SYMBIAN_VARIABLE_BITRATE_CODEC |
|
55 REM ################################## END MVS ###################################### |
|
56 |
|
57 REM ################################# START DVBHHAI ##################################### |
|
58 #include <tsu_dvbh_hai.iby> |
|
59 REM ################################# END DVBHHAI ##################################### |
|
60 |
|
61 REM ################################# START OMXIL ##################################### |
|
62 #include <omxilunittests.iby> |
|
63 REM ################################# END OMXIL ##################################### |
|
64 |
|
65 REM ############################## START 3gp library ################################ |
|
66 #include <tsu_3gplibrary.iby> |
|
67 data=EPOCROOT##epoc32\data\c\run3gplibrarytests.bat run3gplibrarytests.bat |
|
68 REM ############################## END 3gp library ################################## |
|
69 |
|
70 |
|
71 data=EPOCROOT##epoc32\data\c\runAllMultimediaTests.bat runAllMultimediaTests.bat |
|
72 data=EPOCROOT##epoc32\data\c\runallaudiotests.bat runAllAudioTests.bat |
|
73 |
|
74 #endif // __MISC_UNIT_TESTS_IBY__ |