sl@0: // Copyright (c) 2001-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 MMF_IBY sl@0: #define MMF_IBY sl@0: sl@0: sl@0: // media server server dll sl@0: file=ABI_DIR\BUILD_DIR\MmfServerBaseclasses.dll System\Libs\MmfServerBaseclasses.dll sl@0: file=ABI_DIR\BUILD_DIR\MmfFormatBaseclasses.dll System\Libs\MmfFormatBaseclasses.dll sl@0: sl@0: // media server client audio/video dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClient.dll System\Libs\MediaClient.dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClientUtility.dll System\Libs\MediaClientUtility.dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClientAudio.dll System\Libs\MediaClientAudio.dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClientAudioStream.dll System\Libs\MediaClientAudioStream.dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClientAudioInputStream.dll System\Libs\MediaClientAudioInputStream.dll sl@0: file=ABI_DIR\BUILD_DIR\MediaClientVideo.dll System\Libs\MediaClientVideo.dll sl@0: file=ABI_DIR\BUILD_DIR\mediaclientvideodisplay.dll System\Libs\mediaclientvideodisplay.dll sl@0: // MMF sl@0: file=ABI_DIR\BUILD_DIR\mmfcontrollerframework.dll System\Libs\mmfcontrollerframework.dll sl@0: file=ABI_DIR\BUILD_DIR\audioutils.dll System\Libs\audioutils.dll sl@0: file=ABI_DIR\BUILD_DIR\MMFStandardCustomCommands.dll System\Libs\MMFStandardCustomCommands.dll sl@0: sl@0: // Common codec DLL sl@0: file=ABI_DIR\BUILD_DIR\MmfCodecCommon.dll System\Libs\MmfCodecCommon.dll sl@0: file=ABI_DIR\BUILD_DIR\GSM610CodecCommon.dll System\Libs\GSM610CodecCommon.dll sl@0: sl@0: #ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER sl@0: ECOM_PLUGIN(mmruf.dll, mmruf.rsc) sl@0: #else sl@0: ECOM_PLUGIN(recmmf.dll,101f7c0c.rsc) sl@0: #endif sl@0: sl@0: //RESOURCES sl@0: ECOM_PLUGIN(gsm610.dll,101f504a.rsc) sl@0: ECOM_PLUGIN(audiocodecs.dll,101f51d8.rsc) sl@0: ECOM_PLUGIN(mmfstdsourceandsinkplugin.dll,101f53ae.rsc) sl@0: ECOM_PLUGIN(mmfaudioinput.dll,101f53ba.rsc) sl@0: ECOM_PLUGIN(mmfaudiooutput.dll,101f53b8.rsc) sl@0: sl@0: // Include the MIDI client sl@0: #include sl@0: sl@0: // Include other sub-component files sl@0: #include "mmfEffect.iby" sl@0: #include "MmfDrmPlugin.iby" sl@0: sl@0: #include "mmf_plugin.iby" sl@0: sl@0: #endif // MMF_IBY sl@0: