mmdevicefw/mdf/group/mdf.iby
changeset 61 261fd7adccd0
parent 0 40261b775718
equal deleted inserted replaced
54:b68f3e90dca1 61:261fd7adccd0
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    16 #ifndef MDF_IBY
    16 #ifndef MDF_IBY
    17 #define MDF_IBY
    17 #define MDF_IBY
    18 
    18 
    19 file=ABI_DIR\BUILD_DIR\omxcomponent.dll		System\Libs\omxcomponent.dll 
    19 file=ABI_DIR\BUILD_DIR\omxcomponent.dll		System\Libs\omxcomponent.dll 
    20 file=ABI_DIR\BUILD_DIR\puresolverutils.dll	System\Libs\puresolverutils.dll 
    20 file=ABI_DIR\BUILD_DIR\puresolverutils.dll	System\Libs\puresolverutils.dll 
    21 
       
    22 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    23 	#ifndef SYMBIAN_EXCLUDE_OLDSOUNDDRIVERADAPTOR //used to exclude this dll from a particular rom build
       
    24 		file=ABI_DIR\BUILD_DIR\mdasoundadapter.dll	System\Libs\mdasoundadapter.dll
       
    25 		#ifdef SYMBIAN_MDASOUNDADAPTER_FORCE_STEREO
       
    26 			patchdata mdasoundadapter.dll@KSoundAdapterForceStereo 1
       
    27 		#endif
       
    28 	#endif
       
    29 #endif
       
    30 
       
    31 
       
    32 
       
    33 // Video HwDevice plugins for encode and decode
    21 // Video HwDevice plugins for encode and decode
    34 ECOM_PLUGIN(mdfvideoencodehwdeviceadapter.dll,mdfvideoencodehwdeviceadapter.rsc)
    22 ECOM_PLUGIN(mdfvideoencodehwdeviceadapter.dll,mdfvideoencodehwdeviceadapter.rsc)
    35 ECOM_PLUGIN(mdfvideodecodehwdeviceadapter.dll,mdfvideodecodehwdeviceadapter.rsc)
    23 ECOM_PLUGIN(mdfvideodecodehwdeviceadapter.dll,mdfvideodecodehwdeviceadapter.rsc)
    36 
       
    37 // Audio HwDevice plugin
       
    38 ECOM_PLUGIN(mdfaudiohwdeviceadapter.dll,mdfaudiohwdeviceadapter.rsc)
       
    39 
    24 
    40 // ProcessingUnit Loader required by HwDeviceAdapter
    25 // ProcessingUnit Loader required by HwDeviceAdapter
    41 ECOM_PLUGIN(puloader.dll,puloader.rsc)
    26 ECOM_PLUGIN(puloader.dll,puloader.rsc)
    42 
    27 
    43 // Custom resolver for Codec API
    28 // Custom resolver for Codec API
    44 ECOM_PLUGIN(codecapiresolver.dll,codecapiresolver.rsc)
    29 ECOM_PLUGIN(codecapiresolver.dll,codecapiresolver.rsc)
    45 
       
    46 // AudioDevice source sink
       
    47 ECOM_PLUGIN(audiodevice.dll,audiodevice.rsc)
       
    48 
       
    49 // Vorbis decoder and encoder PUs
       
    50 ECOM_PLUGIN(vorbisdecoderprocessingunit.dll,vorbisdecoderprocessingunit.rsc)
       
    51 ECOM_PLUGIN(vorbisencoderprocessingunit.dll,vorbisencoderprocessingunit.rsc)
       
    52 
       
    53 #endif // MDF_IBY
    30 #endif // MDF_IBY
    54 
    31