os/mm/devsound/devsoundpluginsupport/group/devsound_pluginsupport.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // mmfSoundDev.iby
    15 // 
    16 //
    17 
    18 #ifndef DEVSOUND_PLUGINSUPPORT_IBY
    19 #define DEVSOUND_PLUGINSUPPORT_IBY
    20 
    21 // Use these components if building existing DevSound.
    22 #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    23 
    24 // media server dev sound dll - framework looks for plugin etc
    25 file=ABI_DIR\BUILD_DIR\MMFDevSound.dll 	       System\Libs\MMFDevSound.dll
    26 
    27 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    28 
    29 // The playback status Interface implemented on the software codec wrapper device
    30 ECOM_PLUGIN(playbackstatusci.dll, playbackstatusci.rsc)
    31 ECOM_PLUGIN(eaacplusdecoderci.dll, eaacplusdecoderci.rsc)
    32 ECOM_PLUGIN(sbcencoderci.dll, sbcencoderci.rsc)
    33 ECOM_PLUGIN(setdrmprotectedci.dll, setdrmprotectedci.rsc)
    34 ECOM_PLUGIN(advancedaacencodesettingsci.dll, advancedaacencodesettingsci.rsc)
    35 ECOM_PLUGIN(gettimestampsci.dll, gettimestampsci.rsc)
    36 ECOM_PLUGIN(bufferframesconfigci.dll, bufferframesconfigci.rsc)
    37 
    38 // The Aac decoder config Interface implemented on the software codec wrapper device
    39 ECOM_PLUGIN(aacdecoderconfigci.dll, aacdecoderconfigci.rsc)
    40 
    41 // The G729 decoder intfc Interface implemented on the software codec wrapper device
    42 ECOM_PLUGIN(g729decoderconfigci.dll, g729decoderconfigci.rsc)
    43 
    44 // The G729 encoder intfc Interface implemented on the software codec wrapper device
    45 ECOM_PLUGIN(g729encoderconfigci.dll, g729encoderconfigci.rsc)
    46 
    47 // The Speech encoder configc Interface implemented on the software codec wrapper device
    48 ECOM_PLUGIN(speechencoderconfigci.dll, speechencoderconfigci.rsc)
    49 
    50 // The G711 decoder intfc Interface implemented on the software codec wrapper device
    51 ECOM_PLUGIN(g711decoderconfigci.dll, g711decoderconfigci.rsc)
    52 
    53 // The G711 encoder intfc Interface implemented on the software codec wrapper device
    54 ECOM_PLUGIN(g711encoderconfigci.dll, g711encoderconfigci.rsc)
    55 
    56 // The Ilbc decoder intfc Interface implemented on the software codec wrapper device
    57 ECOM_PLUGIN(ilbcdecoderconfigci.dll, ilbcdecoderconfigci.rsc)
    58 
    59 // The Ilbc encoder intfc Interface implemented on the software codec wrapper device
    60 ECOM_PLUGIN(ilbcencoderconfigci.dll, ilbcencoderconfigci.rsc)
    61 
    62 // The Error concealment Interface implemented on the software codec wrapper device
    63 ECOM_PLUGIN(errorconcealmentci.dll, errorconcealmentci.rsc)
    64 
    65 // The Audio vibra control Interface implemented on the software codec wrapper device
    66 ECOM_PLUGIN(audiovibracontrolci.dll, audiovibracontrolci.rsc)
    67 
    68 // The Audio buffer prefill Interface implemented on the software codec wrapper device
    69 ECOM_PLUGIN(audiobufferprefillci.dll, audiobufferprefillci.rsc)
    70 
    71 // The DSP control Interface implemented on the software codec wrapper device
    72 ECOM_PLUGIN(dspcontrolci.dll, dspcontrolci.rsc)
    73 
    74 // The Gsm config Interface implemented on the software codec wrapper device
    75 ECOM_PLUGIN(gsmconfigci.dll, gsmconfigci.rsc)
    76 
    77 // The Underflow auto stop control Interface implemented on the software codec wrapper device
    78 ECOM_PLUGIN(underflowautostopcontrolci.dll, underflowautostopcontrolci.rsc)
    79 
    80 #endif // DEVSOUND_PLUGINSUPPORT_IBY