os/mm/devsound/devsoundpluginsupport/group/bld.inf
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
sl@0
     2
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description:
sl@0
    15
//
sl@0
    16
sl@0
    17
sl@0
    18
PRJ_PLATFORMS
sl@0
    19
// specify the platforms your component needs to be built for here
sl@0
    20
// may add platform for OMAP, Helen etc
sl@0
    21
DEFAULT
sl@0
    22
sl@0
    23
PRJ_EXPORTS
sl@0
    24
sl@0
    25
// Export only if DevSound is built
sl@0
    26
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    27
// Plug-in ECom headers
sl@0
    28
../inc/plugin/mmfdevsound.hrh						/epoc32/include/mmf/plugin/mmfdevsound.hrh
sl@0
    29
#endif
sl@0
    30
sl@0
    31
../inc/mmfdevsoundcustominterface.hrh					/epoc32/include/mmf/plugin/mmfdevsoundcustominterface.hrh
sl@0
    32
../inc/mmfdevsoundcustominterface.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustominterface.h)
sl@0
    33
../inc/mmfdevsoundcustomcommands.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustomcommands.h)
sl@0
    34
../inc/plugin/devsoundplugin.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/devsoundplugin.h)
sl@0
    35
sl@0
    36
../src/CustomInterfaces/cmmfdevsoundcibitrateimplementationuid.hrh 	/epoc32/include/mmf/plugin/cmmfdevsoundcibitrateimplementationuid.hrh
sl@0
    37
../src/CustomInterfaces/cmmfdevsoundcifileblocklengthimpluid.hrh	/epoc32/include/mmf/plugin/cmmfdevsoundcifileblocklengthimpluid.hrh
sl@0
    38
sl@0
    39
// Romkit include files
sl@0
    40
devsound_pluginsupport.iby		/epoc32/rom/include/
sl@0
    41
sl@0
    42
PRJ_MMPFILES
sl@0
    43
../mmpfiles/mmfdevsoundcustominterfacebitrate.mmp
sl@0
    44
sl@0
    45
../mmpfiles/mmfdevsoundcifileblocklength.mmp
sl@0
    46
sl@0
    47
sl@0
    48
// Only build if DevSound is built
sl@0
    49
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    50
// DevSound
sl@0
    51
../mmpfiles/sounddevice/MMFDevSound.mmp	
sl@0
    52
#endif
sl@0
    53
sl@0
    54
sl@0
    55
// Play back status CI
sl@0
    56
../mmpfiles/playbackstatusci.mmp
sl@0
    57
// Acc decoder config CI
sl@0
    58
../mmpfiles/aacdecoderconfigci.mmp
sl@0
    59
// G729 decoder intfc CI
sl@0
    60
../mmpfiles/g729decoderconfigci.mmp
sl@0
    61
// G729 encoder intfc CI
sl@0
    62
../mmpfiles/g729encoderconfigci.mmp
sl@0
    63
// G711 decoder intfc CI
sl@0
    64
../mmpfiles/g711decoderconfigci.mmp
sl@0
    65
// G711 encoder intfc CI
sl@0
    66
../mmpfiles/g711encoderconfigci.mmp
sl@0
    67
// Audio vibra control CI
sl@0
    68
../mmpfiles/audiovibracontrolci.mmp
sl@0
    69
// Sample buffering CI
sl@0
    70
../mmpfiles/audiobufferprefillci.mmp
sl@0
    71
// DSP control CI
sl@0
    72
../mmpfiles/dspcontrolci.mmp
sl@0
    73
// Speech encoder Config CI
sl@0
    74
../mmpfiles/speechencoderconfigci.mmp
sl@0
    75
// Error concealment CI
sl@0
    76
../mmpfiles/errorconcealmentci.mmp
sl@0
    77
// Ilbc decoder intfc CI
sl@0
    78
../mmpfiles/ilbcdecoderconfigci.mmp
sl@0
    79
// Ilbc encoder intfc CI
sl@0
    80
../mmpfiles/ilbcencoderconfigci.mmp
sl@0
    81
// Gsm config CI
sl@0
    82
../mmpfiles/gsmconfigci.mmp
sl@0
    83
// Underflow auto stop control CI
sl@0
    84
../mmpfiles/underflowautostopcontrolci.mmp
sl@0
    85
// EAAC+ Decoder CI
sl@0
    86
../mmpfiles/eaacplusdecoderci.mmp
sl@0
    87
// SBC Encoder CI
sl@0
    88
../mmpfiles/sbcencoderci.mmp
sl@0
    89
// Set DRM Protected CI
sl@0
    90
../mmpfiles/setdrmprotectedci.mmp
sl@0
    91
// Advanced AAC Encode Settings CI
sl@0
    92
../mmpfiles/advancedaacencodesettingsci.mmp
sl@0
    93
// Buffer Frames Configuration CI
sl@0
    94
../mmpfiles/bufferframesconfigci.mmp
sl@0
    95
// Get Timestamps CI
sl@0
    96
../mmpfiles/gettimestampsci.mmp
sl@0
    97
sl@0
    98
sl@0
    99