sl@0
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#ifndef __MISC_UNIT_TESTS_IBY__
|
sl@0
|
17 |
#define __MISC_UNIT_TESTS_IBY__
|
sl@0
|
18 |
|
sl@0
|
19 |
REM COPY ALL REQUIRED DATA FILES ONTO CF USING COPYDATATOCF.BAT!
|
sl@0
|
20 |
|
sl@0
|
21 |
REM ################################# START MMF UNIT TESTS ############################
|
sl@0
|
22 |
|
sl@0
|
23 |
#include <testframework.iby>
|
sl@0
|
24 |
#include <cinidata.iby>
|
sl@0
|
25 |
|
sl@0
|
26 |
data=EPOCROOT##epoc32\data\c\runMiscUnitTests.bat runMiscUnitTests.bat
|
sl@0
|
27 |
data=EPOCROOT##epoc32\data\c\runEcmUnitTests.bat runEcmUnitTests.bat
|
sl@0
|
28 |
#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
|
sl@0
|
29 |
data=EPOCROOT##epoc32\data\c\runMDFUnitTests.bat runMDFUnitTests.bat
|
sl@0
|
30 |
#endif
|
sl@0
|
31 |
data=EPOCROOT##epoc32\data\c\rundvbhhaiunittests.bat rundvbhhaiunittests.bat
|
sl@0
|
32 |
|
sl@0
|
33 |
REM ################################# START ECM #####################################
|
sl@0
|
34 |
#include <tsu_ecm_api.iby>
|
sl@0
|
35 |
#include <tsu_ecm_adv.iby>
|
sl@0
|
36 |
#include <tsu_ecm_ram.iby>
|
sl@0
|
37 |
REM ################################# END ECM #####################################
|
sl@0
|
38 |
|
sl@0
|
39 |
REM ################################# START MDF #####################################
|
sl@0
|
40 |
#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
|
sl@0
|
41 |
#include <tsu_mdf_omxpcmcodec.iby>
|
sl@0
|
42 |
#include <tsu_mdf_pcmprocessingunit.iby>
|
sl@0
|
43 |
#include <tsu_mdf_videotestprocessingunits.iby>
|
sl@0
|
44 |
#include <tsu_mdf_audiocodecs.iby>
|
sl@0
|
45 |
#include <tsu_mdf_videocodecs.iby>
|
sl@0
|
46 |
#include <tsu_mdf_codecapi.iby>
|
sl@0
|
47 |
#include <tsu_mdf_omxvorbiscodecs.iby>
|
sl@0
|
48 |
#endif // SYMBIAN_MULTIMEDIA_CODEC_API
|
sl@0
|
49 |
REM ################################# END MDF #####################################
|
sl@0
|
50 |
|
sl@0
|
51 |
REM ################################# START MVS #####################################
|
sl@0
|
52 |
#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC
|
sl@0
|
53 |
#include <ecam_test.iby>
|
sl@0
|
54 |
#endif // SYMBIAN_VARIABLE_BITRATE_CODEC
|
sl@0
|
55 |
REM ################################## END MVS ######################################
|
sl@0
|
56 |
|
sl@0
|
57 |
REM ################################# START DVBHHAI #####################################
|
sl@0
|
58 |
#include <tsu_dvbh_hai.iby>
|
sl@0
|
59 |
REM ################################# END DVBHHAI #####################################
|
sl@0
|
60 |
|
sl@0
|
61 |
REM ################################# START OMXIL #####################################
|
sl@0
|
62 |
#include <omxilunittests.iby>
|
sl@0
|
63 |
REM ################################# END OMXIL #####################################
|
sl@0
|
64 |
|
sl@0
|
65 |
REM ############################## START 3gp library ################################
|
sl@0
|
66 |
#include <tsu_3gplibrary.iby>
|
sl@0
|
67 |
data=EPOCROOT##epoc32\data\c\run3gplibrarytests.bat run3gplibrarytests.bat
|
sl@0
|
68 |
REM ############################## END 3gp library ##################################
|
sl@0
|
69 |
|
sl@0
|
70 |
|
sl@0
|
71 |
data=EPOCROOT##epoc32\data\c\runAllMultimediaTests.bat runAllMultimediaTests.bat
|
sl@0
|
72 |
data=EPOCROOT##epoc32\data\c\runallaudiotests.bat runAllAudioTests.bat
|
sl@0
|
73 |
|
sl@0
|
74 |
#endif // __MISC_UNIT_TESTS_IBY__
|