os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2004-2010 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
PRJ_PLATFORMS
sl@0
    17
DEFAULT
sl@0
    18
// DEFAULT MISA 
sl@0
    19
// WINS ARMI THUMB
sl@0
    20
// MINT
sl@0
    21
sl@0
    22
#include "videoGroup/bld.inf"
sl@0
    23
sl@0
    24
#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
sl@0
    25
#include "../devsound/group/bld.inf"
sl@0
    26
#endif // SYMBIAN_MULTIMEDIA_CODEC_API
sl@0
    27
sl@0
    28
#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controler build
sl@0
    29
#define SYMBIAN_MMF_MODEL_CONTROLLERS
sl@0
    30
#endif
sl@0
    31
sl@0
    32
#include "../SDevsound/group/bld.inf"
sl@0
    33
#include "../ACLNT/group/bld.inf"
sl@0
    34
#include "../CTLFRM/group/bld.inf"
sl@0
    35
#include "../SecureDRM/group/bld.inf"
sl@0
    36
sl@0
    37
sl@0
    38
PRJ_MMPFILES
sl@0
    39
sl@0
    40
PRJ_TESTEXPORTS
sl@0
    41
// common
sl@0
    42
../group/IntTest_Mmf.iby			/epoc32/rom/include/inttest_mmf.iby
sl@0
    43
../group/IntTest_Mmf_excl_test.iby			/epoc32/rom/include/inttest_mmf_excl_test.iby
sl@0
    44
sl@0
    45
sl@0
    46
PRJ_EXPORTS
sl@0
    47
sl@0
    48
#ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
sl@0
    49
// ACLNT for Ogg-Vorbis
sl@0
    50
../scriptFiles/TSI_MMF_ACLNTOGG_PLAY.script     c:/tsi_mmf_aclntogg_play.script
sl@0
    51
../scriptFiles/TSI_MMF_ACLNTOGG_REC.script      c:/tsi_mmf_aclntogg_rec.script
sl@0
    52
../scriptFiles/TSI_MMF_ACLNTOGG_ALLOC.script    c:/tsi_mmf_aclntogg_alloc.script
sl@0
    53
../scriptFiles/TSI_MMF_ACLNTOGG_DRM.script      c:/tsi_mmf_aclntogg_drm.script
sl@0
    54
../scriptFiles/TSI_MMF_ACLNTOGG_PLAY_PREEMPTION.script     c:/tsi_mmf_aclntogg_play_preemption.script
sl@0
    55
../scriptFiles/TSI_MMF_ACLNTOGG_REC_PREEMPTION.script     c:/tsi_mmf_aclntogg_rec_preemption.script
sl@0
    56
../scriptFiles/TSI_MMF_ACLNTOGG_APR.script      c:/tsi_mmf_aclntogg_apr.script
sl@0
    57
sl@0
    58
#endif
sl@0
    59
sl@0
    60
#ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
sl@0
    61
../ACLNT/Data/AudioOgg.content			c:/aclntitestdata/audioogg.content
sl@0
    62
../ACLNT/Data/AudioOgg.contentrights		c:/aclntitestdata/audioogg.contentrights
sl@0
    63
#endif
sl@0
    64
sl@0
    65
#ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
sl@0
    66
// ACLNT for Ogg-Vorbis
sl@0
    67
../ACLNT/Data/MainTst.ogg		c:/aclntitestdata/maintst.ogg
sl@0
    68
../ACLNT/Data/MainTst2.ogg		c:/aclntitestdata/maintst2.ogg
sl@0
    69
../ACLNT/Data/MainTst3.ogg		c:/aclntitestdata/maintst3.ogg
sl@0
    70
../ACLNT/Data/small.ogg			c:/aclntitestdata/small.ogg
sl@0
    71
#endif