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