sl@0
|
1 |
// Copyright (c) 2007-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 TSI_A3F_DEVSOUND_IBY
|
sl@0
|
17 |
#define TSI_A3F_DEVSOUND_IBY
|
sl@0
|
18 |
|
sl@0
|
19 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
20 |
|
sl@0
|
21 |
#include <testframework.iby>
|
sl@0
|
22 |
|
sl@0
|
23 |
file=ABI_DIR\DEBUG_DIR\tsi_a3f_devsound.dll system\libs\tsi_a3f_devsound.dll
|
sl@0
|
24 |
|
sl@0
|
25 |
// DevSound script files
|
sl@0
|
26 |
|
sl@0
|
27 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_record.script \tsi_a3f_devsound_pcm_record.script
|
sl@0
|
28 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_record.script \tsi_a3f_devsound_pcm_long_record.script
|
sl@0
|
29 |
|
sl@0
|
30 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play.script \tsi_a3f_devsound_pcm_play.script
|
sl@0
|
31 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play2.script \tsi_a3f_devsound_pcm_play2.script
|
sl@0
|
32 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play3.script \tsi_a3f_devsound_pcm_play3.script
|
sl@0
|
33 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_play4.script \tsi_a3f_devsound_pcm_play4.script
|
sl@0
|
34 |
// To be uncommented if long playback script required
|
sl@0
|
35 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_pcm_long_play.script \tsi_a3f_devsound_pcm_long_play.script
|
sl@0
|
36 |
|
sl@0
|
37 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.script \tsi_a3f_devsound_tone.script
|
sl@0
|
38 |
|
sl@0
|
39 |
// DevSound config files
|
sl@0
|
40 |
#if defined(__NE1_TB__) //navi engine
|
sl@0
|
41 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record_ne.ini \tsi_a3f_devsound_record.ini
|
sl@0
|
42 |
#else
|
sl@0
|
43 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_record.ini \tsi_a3f_devsound_record.ini
|
sl@0
|
44 |
#endif
|
sl@0
|
45 |
|
sl@0
|
46 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_play.ini \tsi_a3f_devsound_play.ini
|
sl@0
|
47 |
data=EPOCROOT##epoc32\data\c\tsi_a3f_devsound\tsi_a3f_devsound_tone.ini \tsi_a3f_devsound_tone.ini
|
sl@0
|
48 |
|
sl@0
|
49 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
50 |
|
sl@0
|
51 |
#endif // TSI_A3F_DEVSOUND_IBY
|