os/mm/mmlibs/mmfw/inc/mmf.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
#ifndef MMF_IBY
sl@0
    17
#define MMF_IBY
sl@0
    18
sl@0
    19
sl@0
    20
// media server server dll
sl@0
    21
file=ABI_DIR\BUILD_DIR\MmfServerBaseclasses.dll System\Libs\MmfServerBaseclasses.dll
sl@0
    22
file=ABI_DIR\BUILD_DIR\MmfFormatBaseclasses.dll System\Libs\MmfFormatBaseclasses.dll
sl@0
    23
sl@0
    24
// media server client audio/video dll
sl@0
    25
file=ABI_DIR\BUILD_DIR\MediaClient.dll         System\Libs\MediaClient.dll
sl@0
    26
file=ABI_DIR\BUILD_DIR\MediaClientUtility.dll  System\Libs\MediaClientUtility.dll
sl@0
    27
file=ABI_DIR\BUILD_DIR\MediaClientAudio.dll    System\Libs\MediaClientAudio.dll
sl@0
    28
file=ABI_DIR\BUILD_DIR\MediaClientAudioStream.dll	System\Libs\MediaClientAudioStream.dll
sl@0
    29
file=ABI_DIR\BUILD_DIR\MediaClientAudioInputStream.dll	System\Libs\MediaClientAudioInputStream.dll
sl@0
    30
file=ABI_DIR\BUILD_DIR\MediaClientVideo.dll    System\Libs\MediaClientVideo.dll
sl@0
    31
file=ABI_DIR\BUILD_DIR\mediaclientvideodisplay.dll    System\Libs\mediaclientvideodisplay.dll
sl@0
    32
// MMF
sl@0
    33
file=ABI_DIR\BUILD_DIR\mmfcontrollerframework.dll    System\Libs\mmfcontrollerframework.dll
sl@0
    34
file=ABI_DIR\BUILD_DIR\audioutils.dll    			 System\Libs\audioutils.dll
sl@0
    35
file=ABI_DIR\BUILD_DIR\MMFStandardCustomCommands.dll System\Libs\MMFStandardCustomCommands.dll
sl@0
    36
sl@0
    37
// Common codec DLL
sl@0
    38
file=ABI_DIR\BUILD_DIR\MmfCodecCommon.dll	System\Libs\MmfCodecCommon.dll
sl@0
    39
file=ABI_DIR\BUILD_DIR\GSM610CodecCommon.dll	System\Libs\GSM610CodecCommon.dll
sl@0
    40
sl@0
    41
#ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
sl@0
    42
ECOM_PLUGIN(mmruf.dll, mmruf.rsc)
sl@0
    43
#else
sl@0
    44
ECOM_PLUGIN(recmmf.dll,101f7c0c.rsc)
sl@0
    45
#endif
sl@0
    46
sl@0
    47
//RESOURCES
sl@0
    48
ECOM_PLUGIN(gsm610.dll,101f504a.rsc)
sl@0
    49
ECOM_PLUGIN(audiocodecs.dll,101f51d8.rsc)
sl@0
    50
ECOM_PLUGIN(mmfstdsourceandsinkplugin.dll,101f53ae.rsc)
sl@0
    51
ECOM_PLUGIN(mmfaudioinput.dll,101f53ba.rsc)
sl@0
    52
ECOM_PLUGIN(mmfaudiooutput.dll,101f53b8.rsc)
sl@0
    53
sl@0
    54
// Include the MIDI client
sl@0
    55
#include <Midi.iby>
sl@0
    56
sl@0
    57
// Include other sub-component files
sl@0
    58
#include "mmfEffect.iby"
sl@0
    59
#include "MmfDrmPlugin.iby"
sl@0
    60
sl@0
    61
#include "mmf_plugin.iby"
sl@0
    62
sl@0
    63
#endif // MMF_IBY
sl@0
    64