os/mm/devsound/a3fcharacterisationtest/group/a3fdevsoundcompliancesuite.iby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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
// devsoundcompliancesuite.iby
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
#ifndef DEVSOUNDCOMPLIANCESUITE_IBY
sl@0
    19
#define DEVSOUNDCOMPLIANCESUITE_IBY
sl@0
    20
sl@0
    21
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    22
 
sl@0
    23
#include <testframework.iby>
sl@0
    24
sl@0
    25
file=ABI_DIR\BUILD_DIR\char_a3f_devsound.dll 						System\Libs\char_a3f_devsound.dll
sl@0
    26
sl@0
    27
// scripts
sl@0
    28
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.script			\mm_a3f_devsound_init.script
sl@0
    29
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.script		\mm_a3f_devsound_play_raw.script
sl@0
    30
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_preemption.script		\mm_a3f_devsound_play_raw_preemption.script
sl@0
    31
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.script		\mm_a3f_devsound_play_tone.script
sl@0
    32
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_preemption.script		\mm_a3f_devsound_play_tone_preemption.script
sl@0
    33
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.script		\mm_a3f_devsound_record_raw.script
sl@0
    34
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_preemption.script		\mm_a3f_devsound_record_raw_preemption.script
sl@0
    35
sl@0
    36
// config files
sl@0
    37
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_init.ini				\mm_a3f_devsound_init.ini
sl@0
    38
#if defined(MM_TB101_L)
sl@0
    39
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw_reference_hw.ini		\mm_a3f_devsound_play_raw.ini
sl@0
    40
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone_reference_hw.ini			\mm_a3f_devsound_play_tone.ini
sl@0
    41
#else
sl@0
    42
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_raw.ini			\mm_a3f_devsound_play_raw.ini
sl@0
    43
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_play_tone.ini			\mm_a3f_devsound_play_tone.ini
sl@0
    44
#endif
sl@0
    45
sl@0
    46
#if defined(__NE1_TB__)               //navi engine
sl@0
    47
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_ne.ini				\mm_a3f_devsound_record_raw.ini
sl@0
    48
#elif defined(__MOMAP24XX_H4HRP__)    //h4
sl@0
    49
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
sl@0
    50
#elif defined(__MOMAP34XX_SDP__)      //h6
sl@0
    51
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw.ini				\mm_a3f_devsound_record_raw.ini
sl@0
    52
#elif defined(MM_TB101_L)
sl@0
    53
data=EPOCROOT##epoc32\data\c\mm_a3f_devsound_record_raw_reference_hw.ini		\mm_a3f_devsound_record_raw.ini
sl@0
    54
#else
sl@0
    55
WARNING Don’t know which ini file to use for the tsi_a3f_devsound test suite, unknown platform. 
sl@0
    56
#endif
sl@0
    57
sl@0
    58
sl@0
    59
sl@0
    60
sl@0
    61
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    62
#endif // DEVSOUNDCOMPLIANCESUITE_IBY
sl@0
    63