os/mm/devsound/devsoundpluginsupport/group/devsound_pluginsupport.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/devsoundpluginsupport/group/devsound_pluginsupport.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,80 @@
     1.4 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// mmfSoundDev.iby
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef DEVSOUND_PLUGINSUPPORT_IBY
    1.22 +#define DEVSOUND_PLUGINSUPPORT_IBY
    1.23 +
    1.24 +// Use these components if building existing DevSound.
    1.25 +#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.26 +
    1.27 +// media server dev sound dll - framework looks for plugin etc
    1.28 +file=ABI_DIR\BUILD_DIR\MMFDevSound.dll 	       System\Libs\MMFDevSound.dll
    1.29 +
    1.30 +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.31 +
    1.32 +// The playback status Interface implemented on the software codec wrapper device
    1.33 +ECOM_PLUGIN(playbackstatusci.dll, playbackstatusci.rsc)
    1.34 +ECOM_PLUGIN(eaacplusdecoderci.dll, eaacplusdecoderci.rsc)
    1.35 +ECOM_PLUGIN(sbcencoderci.dll, sbcencoderci.rsc)
    1.36 +ECOM_PLUGIN(setdrmprotectedci.dll, setdrmprotectedci.rsc)
    1.37 +ECOM_PLUGIN(advancedaacencodesettingsci.dll, advancedaacencodesettingsci.rsc)
    1.38 +ECOM_PLUGIN(gettimestampsci.dll, gettimestampsci.rsc)
    1.39 +ECOM_PLUGIN(bufferframesconfigci.dll, bufferframesconfigci.rsc)
    1.40 +
    1.41 +// The Aac decoder config Interface implemented on the software codec wrapper device
    1.42 +ECOM_PLUGIN(aacdecoderconfigci.dll, aacdecoderconfigci.rsc)
    1.43 +
    1.44 +// The G729 decoder intfc Interface implemented on the software codec wrapper device
    1.45 +ECOM_PLUGIN(g729decoderconfigci.dll, g729decoderconfigci.rsc)
    1.46 +
    1.47 +// The G729 encoder intfc Interface implemented on the software codec wrapper device
    1.48 +ECOM_PLUGIN(g729encoderconfigci.dll, g729encoderconfigci.rsc)
    1.49 +
    1.50 +// The Speech encoder configc Interface implemented on the software codec wrapper device
    1.51 +ECOM_PLUGIN(speechencoderconfigci.dll, speechencoderconfigci.rsc)
    1.52 +
    1.53 +// The G711 decoder intfc Interface implemented on the software codec wrapper device
    1.54 +ECOM_PLUGIN(g711decoderconfigci.dll, g711decoderconfigci.rsc)
    1.55 +
    1.56 +// The G711 encoder intfc Interface implemented on the software codec wrapper device
    1.57 +ECOM_PLUGIN(g711encoderconfigci.dll, g711encoderconfigci.rsc)
    1.58 +
    1.59 +// The Ilbc decoder intfc Interface implemented on the software codec wrapper device
    1.60 +ECOM_PLUGIN(ilbcdecoderconfigci.dll, ilbcdecoderconfigci.rsc)
    1.61 +
    1.62 +// The Ilbc encoder intfc Interface implemented on the software codec wrapper device
    1.63 +ECOM_PLUGIN(ilbcencoderconfigci.dll, ilbcencoderconfigci.rsc)
    1.64 +
    1.65 +// The Error concealment Interface implemented on the software codec wrapper device
    1.66 +ECOM_PLUGIN(errorconcealmentci.dll, errorconcealmentci.rsc)
    1.67 +
    1.68 +// The Audio vibra control Interface implemented on the software codec wrapper device
    1.69 +ECOM_PLUGIN(audiovibracontrolci.dll, audiovibracontrolci.rsc)
    1.70 +
    1.71 +// The Audio buffer prefill Interface implemented on the software codec wrapper device
    1.72 +ECOM_PLUGIN(audiobufferprefillci.dll, audiobufferprefillci.rsc)
    1.73 +
    1.74 +// The DSP control Interface implemented on the software codec wrapper device
    1.75 +ECOM_PLUGIN(dspcontrolci.dll, dspcontrolci.rsc)
    1.76 +
    1.77 +// The Gsm config Interface implemented on the software codec wrapper device
    1.78 +ECOM_PLUGIN(gsmconfigci.dll, gsmconfigci.rsc)
    1.79 +
    1.80 +// The Underflow auto stop control Interface implemented on the software codec wrapper device
    1.81 +ECOM_PLUGIN(underflowautostopcontrolci.dll, underflowautostopcontrolci.rsc)
    1.82 +
    1.83 +#endif // DEVSOUND_PLUGINSUPPORT_IBY