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