os/mm/mmdevicefw/mdf/group/mdf.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) 2005-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 MDF_IBY
sl@0
    17
#define MDF_IBY
sl@0
    18
sl@0
    19
file=ABI_DIR\BUILD_DIR\omxcomponent.dll		System\Libs\omxcomponent.dll 
sl@0
    20
file=ABI_DIR\BUILD_DIR\puresolverutils.dll	System\Libs\puresolverutils.dll 
sl@0
    21
sl@0
    22
#ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
sl@0
    23
	#ifndef SYMBIAN_EXCLUDE_OLDSOUNDDRIVERADAPTOR //used to exclude this dll from a particular rom build
sl@0
    24
		file=ABI_DIR\BUILD_DIR\mdasoundadapter.dll	System\Libs\mdasoundadapter.dll
sl@0
    25
		#ifdef SYMBIAN_MDASOUNDADAPTER_FORCE_STEREO
sl@0
    26
			patchdata mdasoundadapter.dll@KSoundAdapterForceStereo 1
sl@0
    27
		#endif
sl@0
    28
	#endif
sl@0
    29
#endif
sl@0
    30
sl@0
    31
sl@0
    32
sl@0
    33
// Video HwDevice plugins for encode and decode
sl@0
    34
ECOM_PLUGIN(mdfvideoencodehwdeviceadapter.dll,mdfvideoencodehwdeviceadapter.rsc)
sl@0
    35
ECOM_PLUGIN(mdfvideodecodehwdeviceadapter.dll,mdfvideodecodehwdeviceadapter.rsc)
sl@0
    36
sl@0
    37
// Audio HwDevice plugin
sl@0
    38
ECOM_PLUGIN(mdfaudiohwdeviceadapter.dll,mdfaudiohwdeviceadapter.rsc)
sl@0
    39
sl@0
    40
// ProcessingUnit Loader required by HwDeviceAdapter
sl@0
    41
ECOM_PLUGIN(puloader.dll,puloader.rsc)
sl@0
    42
sl@0
    43
// Custom resolver for Codec API
sl@0
    44
ECOM_PLUGIN(codecapiresolver.dll,codecapiresolver.rsc)
sl@0
    45
sl@0
    46
// AudioDevice source sink
sl@0
    47
ECOM_PLUGIN(audiodevice.dll,audiodevice.rsc)
sl@0
    48
sl@0
    49
// Vorbis decoder and encoder PUs
sl@0
    50
ECOM_PLUGIN(vorbisdecoderprocessingunit.dll,vorbisdecoderprocessingunit.rsc)
sl@0
    51
ECOM_PLUGIN(vorbisencoderprocessingunit.dll,vorbisencoderprocessingunit.rsc)
sl@0
    52
sl@0
    53
#endif // MDF_IBY
sl@0
    54