41
|
1 |
// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
|
26
|
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 |
// Build only if DevSound (not A3F version) is built.
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
PRJ_TESTMMPFILES
|
|
19 |
// DEVSOUND
|
|
20 |
../mmpfiles/TSU_MMF_DEVSOUND_SUITE.mmp
|
|
21 |
../mmpfiles/TSU_MMF_DEVSOUND_TESTDEVICE.mmp
|
|
22 |
../mmpfiles/TSU_MMF_DEVSOUND_NOTIFICATION_SUITE.mmp
|
|
23 |
../mmpfiles/TSU_MMF_DEVSOUND_TESTINTERFACE.mmp
|
|
24 |
../mmpfiles/TSU_MMF_DEVSOUND_TESTINTERFACE1.mmp
|
|
25 |
|
|
26 |
|
|
27 |
PRJ_TESTEXPORTS
|
|
28 |
// test scripts
|
|
29 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
30 |
../scripts/TSU_MMF_DEVSOUND_SUITE_MUXDEMUX.script c:/mm/tsu_mmf_devsound_suite_muxdemux.script
|
|
31 |
#endif
|
|
32 |
|
|
33 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
34 |
../scripts/tsu_mmf_devsound_suite_truepause.script c:/mm/tsu_mmf_devsound_suite_truepause.script
|
41
|
35 |
../scripts/tsu_mmf_devsound_suite_truepause_ogg.script c:/mm/tsu_mmf_devsound_suite_truepause_ogg.script
|
|
36 |
../scripts/tsu_mmf_devsound_suite_truepause_preemption.script c:/mm/tsu_mmf_devsound_suite_truepause_preemption.script
|
|
37 |
../scripts/tsu_mmf_devsound_suite_truepause_neg.script c:/mm/tsu_mmf_devsound_suite_truepause_neg.script
|
26
|
38 |
#else
|
|
39 |
../scripts/tsu_mmf_devsound_suite_nona3f.script c:/mm/tsu_mmf_devsound_suite_nona3f.script
|
|
40 |
#endif
|
|
41 |
../scripts/tsu_mmf_devsound_suite_manual.script c:/mm/tsu_mmf_devsound_suite_manual.script
|
|
42 |
../scripts/tsu_mmf_devsound_play_tone.ini c:/tsu_mmf_devsound_play_tone.ini
|
|
43 |
../scripts/tsu_mmf_devsound_record.ini c:/tsu_mmf_devsound_record.ini
|
|
44 |
../scripts/tsu_mmf_truepause_devsound.ini c:/tsu_mmf_truepause_devsound.ini
|
|
45 |
|
|
46 |
../scripts/TSU_MMF_DEVSOUND_SUITE_debug.script c:/mm/tsu_mmf_devsound_suite_debug.script
|
|
47 |
../scripts/TSU_MMF_DEVSOUND_SUITE_Alloc.script c:/mm/tsu_mmf_devsound_suite_alloc.script
|
|
48 |
../scripts/TSU_MMF_DEVSOUND_NOTIFICATION_SUITE.script c:/mm/tsu_mmf_devsound_notification_suite.script
|
|
49 |
../scripts/TSU_MMF_DEVSOUND_SUITE_PREEMPTION.script c:/mm/tsu_mmf_devsound_suite_preemption.script
|
|
50 |
|
|
51 |
../scripts/TSU_MMF_SDEVSOUND_SUITE.script c:/mm/tsu_mmf_sdevsound_suite.script
|
|
52 |
../scripts/TSU_MMF_DEVSOUND_SUITE_NOCAP.script c:/mm/tsu_mmf_devsound_suite_nocap.script
|
|
53 |
../scripts/TSU_MMF_DEVSOUND_SUITE_MMDDCAP.script c:/mm/tsu_mmf_devsound_suite_mmddcap.script
|
|
54 |
../scripts/TSU_MMF_DEVSOUND_SUITE_UECAP.script c:/mm/tsu_mmf_devsound_suite_uecap.script
|
|
55 |
|
|
56 |
// DEVSOUND data files
|
|
57 |
../TestFiles/PCM_08_16_m.raw c:/tsu_mmf_devsound_suite/input/pcm_08_16_m.raw
|
|
58 |
../TestFiles/PCM_08_08_m.raw c:/tsu_mmf_devsound_suite/input/pcm_08_08_m.raw
|
|
59 |
../TestFiles/garbage.raw c:/tsu_mmf_devsound_suite/input/garbage.raw
|
|
60 |
../TestFiles/PCMU8Source.raw c:/tsu_mmf_devsound_suite/input/pcmu8source.raw
|
|
61 |
../TestFiles/PCM_08_16_s.raw c:/tsu_mmf_devsound_suite/input/pcm_08_16_s.raw
|
|
62 |
../TestFiles/PCM_16_16_m.raw c:/tsu_mmf_devsound_suite/input/pcm_16_16_m.raw
|
|
63 |
|
|
64 |
// TruePause DevSound Test data
|
|
65 |
../data/cerrodelasilla.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/cerrodelasilla.raw
|
|
66 |
../data/testing123.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/testing123.raw
|
|
67 |
../data/sample.aud c:/mm/mmf/testfiles/truepause_devsound_test_data/sample.aud
|
|
68 |
../data/recordC.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/recordc.raw
|
|
69 |
../data/maintst3.ogg c:/mm/mmf/testfiles/truepause_devsound_test_data/maintst3.ogg
|
|
70 |
../data/record_1.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/record_1.raw
|
|
71 |
../data/record_2.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/record_2.raw
|
|
72 |
../data/record_3.ogg c:/mm/mmf/testfiles/truepause_devsound_test_data/record_3.ogg
|
|
73 |
../data/record_4.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/record_4.raw
|
|
74 |
../data/record_5.raw c:/mm/mmf/testfiles/truepause_devsound_test_data/record_5.raw
|
|
75 |
|
|
76 |
|
|
77 |
|
|
78 |
//iby files
|
|
79 |
TSU_MMF_DEVSOUND_SUITE.iby /epoc32/rom/include/TSU_MMF_DEVSOUND_SUITE.iby
|