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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef DEVSOUND_PLUGINSUPPORT_IBY
19 #define DEVSOUND_PLUGINSUPPORT_IBY
21 // Use these components if building existing DevSound.
22 #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
24 // media server dev sound dll - framework looks for plugin etc
25 file=ABI_DIR\BUILD_DIR\MMFDevSound.dll System\Libs\MMFDevSound.dll
27 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
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)
38 // The Aac decoder config Interface implemented on the software codec wrapper device
39 ECOM_PLUGIN(aacdecoderconfigci.dll, aacdecoderconfigci.rsc)
41 // The G729 decoder intfc Interface implemented on the software codec wrapper device
42 ECOM_PLUGIN(g729decoderconfigci.dll, g729decoderconfigci.rsc)
44 // The G729 encoder intfc Interface implemented on the software codec wrapper device
45 ECOM_PLUGIN(g729encoderconfigci.dll, g729encoderconfigci.rsc)
47 // The Speech encoder configc Interface implemented on the software codec wrapper device
48 ECOM_PLUGIN(speechencoderconfigci.dll, speechencoderconfigci.rsc)
50 // The G711 decoder intfc Interface implemented on the software codec wrapper device
51 ECOM_PLUGIN(g711decoderconfigci.dll, g711decoderconfigci.rsc)
53 // The G711 encoder intfc Interface implemented on the software codec wrapper device
54 ECOM_PLUGIN(g711encoderconfigci.dll, g711encoderconfigci.rsc)
56 // The Ilbc decoder intfc Interface implemented on the software codec wrapper device
57 ECOM_PLUGIN(ilbcdecoderconfigci.dll, ilbcdecoderconfigci.rsc)
59 // The Ilbc encoder intfc Interface implemented on the software codec wrapper device
60 ECOM_PLUGIN(ilbcencoderconfigci.dll, ilbcencoderconfigci.rsc)
62 // The Error concealment Interface implemented on the software codec wrapper device
63 ECOM_PLUGIN(errorconcealmentci.dll, errorconcealmentci.rsc)
65 // The Audio vibra control Interface implemented on the software codec wrapper device
66 ECOM_PLUGIN(audiovibracontrolci.dll, audiovibracontrolci.rsc)
68 // The Audio buffer prefill Interface implemented on the software codec wrapper device
69 ECOM_PLUGIN(audiobufferprefillci.dll, audiobufferprefillci.rsc)
71 // The DSP control Interface implemented on the software codec wrapper device
72 ECOM_PLUGIN(dspcontrolci.dll, dspcontrolci.rsc)
74 // The Gsm config Interface implemented on the software codec wrapper device
75 ECOM_PLUGIN(gsmconfigci.dll, gsmconfigci.rsc)
77 // The Underflow auto stop control Interface implemented on the software codec wrapper device
78 ECOM_PLUGIN(underflowautostopcontrolci.dll, underflowautostopcontrolci.rsc)
80 #endif // DEVSOUND_PLUGINSUPPORT_IBY