1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/inc/mmf.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 2001-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 +//
1.18 +
1.19 +#ifndef MMF_IBY
1.20 +#define MMF_IBY
1.21 +
1.22 +
1.23 +// media server server dll
1.24 +file=ABI_DIR\BUILD_DIR\MmfServerBaseclasses.dll System\Libs\MmfServerBaseclasses.dll
1.25 +file=ABI_DIR\BUILD_DIR\MmfFormatBaseclasses.dll System\Libs\MmfFormatBaseclasses.dll
1.26 +
1.27 +// media server client audio/video dll
1.28 +file=ABI_DIR\BUILD_DIR\MediaClient.dll System\Libs\MediaClient.dll
1.29 +file=ABI_DIR\BUILD_DIR\MediaClientUtility.dll System\Libs\MediaClientUtility.dll
1.30 +file=ABI_DIR\BUILD_DIR\MediaClientAudio.dll System\Libs\MediaClientAudio.dll
1.31 +file=ABI_DIR\BUILD_DIR\MediaClientAudioStream.dll System\Libs\MediaClientAudioStream.dll
1.32 +file=ABI_DIR\BUILD_DIR\MediaClientAudioInputStream.dll System\Libs\MediaClientAudioInputStream.dll
1.33 +file=ABI_DIR\BUILD_DIR\MediaClientVideo.dll System\Libs\MediaClientVideo.dll
1.34 +file=ABI_DIR\BUILD_DIR\mediaclientvideodisplay.dll System\Libs\mediaclientvideodisplay.dll
1.35 +// MMF
1.36 +file=ABI_DIR\BUILD_DIR\mmfcontrollerframework.dll System\Libs\mmfcontrollerframework.dll
1.37 +file=ABI_DIR\BUILD_DIR\audioutils.dll System\Libs\audioutils.dll
1.38 +file=ABI_DIR\BUILD_DIR\MMFStandardCustomCommands.dll System\Libs\MMFStandardCustomCommands.dll
1.39 +
1.40 +// Common codec DLL
1.41 +file=ABI_DIR\BUILD_DIR\MmfCodecCommon.dll System\Libs\MmfCodecCommon.dll
1.42 +file=ABI_DIR\BUILD_DIR\GSM610CodecCommon.dll System\Libs\GSM610CodecCommon.dll
1.43 +
1.44 +#ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
1.45 +ECOM_PLUGIN(mmruf.dll, mmruf.rsc)
1.46 +#else
1.47 +ECOM_PLUGIN(recmmf.dll,101f7c0c.rsc)
1.48 +#endif
1.49 +
1.50 +//RESOURCES
1.51 +ECOM_PLUGIN(gsm610.dll,101f504a.rsc)
1.52 +ECOM_PLUGIN(audiocodecs.dll,101f51d8.rsc)
1.53 +ECOM_PLUGIN(mmfstdsourceandsinkplugin.dll,101f53ae.rsc)
1.54 +ECOM_PLUGIN(mmfaudioinput.dll,101f53ba.rsc)
1.55 +ECOM_PLUGIN(mmfaudiooutput.dll,101f53b8.rsc)
1.56 +
1.57 +// Include the MIDI client
1.58 +#include <Midi.iby>
1.59 +
1.60 +// Include other sub-component files
1.61 +#include "mmfEffect.iby"
1.62 +#include "MmfDrmPlugin.iby"
1.63 +
1.64 +#include "mmf_plugin.iby"
1.65 +
1.66 +#endif // MMF_IBY
1.67 +