sl@0
|
1 |
// Copyright (c) 2008-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 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
17 |
|
sl@0
|
18 |
PRJ_PLATFORMS
|
sl@0
|
19 |
DEFAULT
|
sl@0
|
20 |
|
sl@0
|
21 |
PRJ_TESTMMPFILES
|
sl@0
|
22 |
../mmpfiles/a3fdevsoundcompliancesuite.mmp
|
sl@0
|
23 |
|
sl@0
|
24 |
PRJ_TESTEXPORTS
|
sl@0
|
25 |
// Test scripts
|
sl@0
|
26 |
../scripts/mm_a3f_devsound_init.script c:/mm_a3f_devsound_init.script
|
sl@0
|
27 |
../scripts/mm_a3f_devsound_play_tone.script c:/mm_a3f_devsound_play_tone.script
|
sl@0
|
28 |
../scripts/mm_a3f_devsound_play_tone_preemption.script c:/mm_a3f_devsound_play_tone_preemption.script
|
sl@0
|
29 |
../scripts/mm_a3f_devsound_play_raw.script c:/mm_a3f_devsound_play_raw.script
|
sl@0
|
30 |
../scripts/mm_a3f_devsound_play_raw_preemption.script c:/mm_a3f_devsound_play_raw_preemption.script
|
sl@0
|
31 |
../scripts/mm_a3f_devsound_record_raw.script c:/mm_a3f_devsound_record_raw.script
|
sl@0
|
32 |
../scripts/mm_a3f_devsound_record_raw_preemption.script c:/mm_a3f_devsound_record_raw_preemption.script
|
sl@0
|
33 |
|
sl@0
|
34 |
|
sl@0
|
35 |
// Configuration files
|
sl@0
|
36 |
../scripts/mm_a3f_devsound_init.ini c:/mm_a3f_devsound_init.ini
|
sl@0
|
37 |
../scripts/mm_a3f_devsound_play_tone.ini c:/mm_a3f_devsound_play_tone.ini
|
sl@0
|
38 |
../scripts/mm_a3f_devsound_play_tone_reference_hw.ini c:/mm_a3f_devsound_play_tone_reference_hw.ini
|
sl@0
|
39 |
../scripts/mm_a3f_devsound_record_raw.ini c:/mm_a3f_devsound_record_raw.ini
|
sl@0
|
40 |
../scripts/mm_a3f_devsound_record_raw_ne.ini c:/mm_a3f_devsound_record_raw_ne.ini
|
sl@0
|
41 |
../scripts/mm_a3f_devsound_record_raw_reference_hw.ini c:/mm_a3f_devsound_record_raw_reference_hw.ini
|
sl@0
|
42 |
../scripts/mm_a3f_devsound_play_raw.ini c:/mm_a3f_devsound_play_raw.ini
|
sl@0
|
43 |
../scripts/mm_a3f_devsound_play_raw_reference_hw.ini c:/mm_a3f_devsound_play_raw_reference_hw.ini
|
sl@0
|
44 |
|
sl@0
|
45 |
// Test data
|
sl@0
|
46 |
../data/cerrodelasilla.raw c:/char_a3f_devsound_test_data/cerrodelasilla.raw
|
sl@0
|
47 |
../data/testing123.raw c:/char_a3f_devsound_test_data/testing123.raw
|
sl@0
|
48 |
../data/sample.aud c:/char_a3f_devsound_test_data/sample.aud
|
sl@0
|
49 |
../data/recordC.raw c:/char_a3f_devsound_test_data/recordc.raw
|
sl@0
|
50 |
|
sl@0
|
51 |
|
sl@0
|
52 |
// Iby files
|
sl@0
|
53 |
../group/a3fdevsoundcompliancesuite.iby /epoc32/rom/include/a3fdevsoundcompliancesuite.iby
|
sl@0
|
54 |
|
sl@0
|
55 |
|
sl@0
|
56 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
57 |
|