sl@0: // Copyright (c) 2005-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: // sl@0: sl@0: #ifndef MDF_IBY sl@0: #define MDF_IBY sl@0: sl@0: file=ABI_DIR\BUILD_DIR\omxcomponent.dll System\Libs\omxcomponent.dll sl@0: file=ABI_DIR\BUILD_DIR\puresolverutils.dll System\Libs\puresolverutils.dll sl@0: sl@0: #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER sl@0: #ifndef SYMBIAN_EXCLUDE_OLDSOUNDDRIVERADAPTOR //used to exclude this dll from a particular rom build sl@0: file=ABI_DIR\BUILD_DIR\mdasoundadapter.dll System\Libs\mdasoundadapter.dll sl@0: #ifdef SYMBIAN_MDASOUNDADAPTER_FORCE_STEREO sl@0: patchdata mdasoundadapter.dll@KSoundAdapterForceStereo 1 sl@0: #endif sl@0: #endif sl@0: #endif sl@0: sl@0: sl@0: sl@0: // Video HwDevice plugins for encode and decode sl@0: ECOM_PLUGIN(mdfvideoencodehwdeviceadapter.dll,mdfvideoencodehwdeviceadapter.rsc) sl@0: ECOM_PLUGIN(mdfvideodecodehwdeviceadapter.dll,mdfvideodecodehwdeviceadapter.rsc) sl@0: sl@0: // Audio HwDevice plugin sl@0: ECOM_PLUGIN(mdfaudiohwdeviceadapter.dll,mdfaudiohwdeviceadapter.rsc) sl@0: sl@0: // ProcessingUnit Loader required by HwDeviceAdapter sl@0: ECOM_PLUGIN(puloader.dll,puloader.rsc) sl@0: sl@0: // Custom resolver for Codec API sl@0: ECOM_PLUGIN(codecapiresolver.dll,codecapiresolver.rsc) sl@0: sl@0: // AudioDevice source sink sl@0: ECOM_PLUGIN(audiodevice.dll,audiodevice.rsc) sl@0: sl@0: // Vorbis decoder and encoder PUs sl@0: ECOM_PLUGIN(vorbisdecoderprocessingunit.dll,vorbisdecoderprocessingunit.rsc) sl@0: ECOM_PLUGIN(vorbisencoderprocessingunit.dll,vorbisencoderprocessingunit.rsc) sl@0: sl@0: #endif // MDF_IBY sl@0: