sl@0: // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // mmfSoundDev.iby sl@0: // sl@0: // sl@0: sl@0: #ifndef DEVSOUND_PLUGINSUPPORT_IBY sl@0: #define DEVSOUND_PLUGINSUPPORT_IBY sl@0: sl@0: // Use these components if building existing DevSound. sl@0: #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: sl@0: // media server dev sound dll - framework looks for plugin etc sl@0: file=ABI_DIR\BUILD_DIR\MMFDevSound.dll System\Libs\MMFDevSound.dll sl@0: sl@0: #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: sl@0: // The playback status Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(playbackstatusci.dll, playbackstatusci.rsc) sl@0: ECOM_PLUGIN(eaacplusdecoderci.dll, eaacplusdecoderci.rsc) sl@0: ECOM_PLUGIN(sbcencoderci.dll, sbcencoderci.rsc) sl@0: ECOM_PLUGIN(setdrmprotectedci.dll, setdrmprotectedci.rsc) sl@0: ECOM_PLUGIN(advancedaacencodesettingsci.dll, advancedaacencodesettingsci.rsc) sl@0: ECOM_PLUGIN(gettimestampsci.dll, gettimestampsci.rsc) sl@0: ECOM_PLUGIN(bufferframesconfigci.dll, bufferframesconfigci.rsc) sl@0: sl@0: // The Aac decoder config Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(aacdecoderconfigci.dll, aacdecoderconfigci.rsc) sl@0: sl@0: // The G729 decoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(g729decoderconfigci.dll, g729decoderconfigci.rsc) sl@0: sl@0: // The G729 encoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(g729encoderconfigci.dll, g729encoderconfigci.rsc) sl@0: sl@0: // The Speech encoder configc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(speechencoderconfigci.dll, speechencoderconfigci.rsc) sl@0: sl@0: // The G711 decoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(g711decoderconfigci.dll, g711decoderconfigci.rsc) sl@0: sl@0: // The G711 encoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(g711encoderconfigci.dll, g711encoderconfigci.rsc) sl@0: sl@0: // The Ilbc decoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(ilbcdecoderconfigci.dll, ilbcdecoderconfigci.rsc) sl@0: sl@0: // The Ilbc encoder intfc Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(ilbcencoderconfigci.dll, ilbcencoderconfigci.rsc) sl@0: sl@0: // The Error concealment Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(errorconcealmentci.dll, errorconcealmentci.rsc) sl@0: sl@0: // The Audio vibra control Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(audiovibracontrolci.dll, audiovibracontrolci.rsc) sl@0: sl@0: // The Audio buffer prefill Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(audiobufferprefillci.dll, audiobufferprefillci.rsc) sl@0: sl@0: // The DSP control Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(dspcontrolci.dll, dspcontrolci.rsc) sl@0: sl@0: // The Gsm config Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(gsmconfigci.dll, gsmconfigci.rsc) sl@0: sl@0: // The Underflow auto stop control Interface implemented on the software codec wrapper device sl@0: ECOM_PLUGIN(underflowautostopcontrolci.dll, underflowautostopcontrolci.rsc) sl@0: sl@0: #endif // DEVSOUND_PLUGINSUPPORT_IBY