sl@0: // Copyright (c) 2003-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: // mmfswcodecwrapper.dll Hardware device wrapper for reference software audio devices sl@0: // __CYCLE_MMF_DATABUFFERS__ tries to replicate the conditions described in INC021405 sl@0: // ('Play-EOF-Play on HwAccelerated solution Panics'). Each time DevSound returns a sl@0: // buffer it will be different to the previous one supplied. This simulates implementations sl@0: // where multiple buffers are available. sl@0: // A similar thing happens on OMAP hardware. sl@0: // MACRO __CYCLE_MMF_DATABUFFERS__ sl@0: // __USE_MMF_TRANSFERBUFFERS__ enables devsound to create CMMFTransferBuffers rather than sl@0: // CMMFDescriptorBuffers sl@0: // MACRO __USE_MMF_TRANSFERBUFFERS__ sl@0: // __USE_MMF_PTRBUFFERS__ enables devsound to create CMMFPtrBuffers rather than sl@0: // CMMFDescriptorBuffers sl@0: // note this MACRO cannot be used in conjunction with __CYCLE_MMF_DATABUFFERS__ and/or __USE_MMF_TRANSFERBUFFERS__ sl@0: // MACRO __USE_MMF_PTRBUFFERS__ sl@0: // sl@0: // Enable to get enhanced logging output sl@0: //MACRO SYMBIAN_SCW_DEBUG sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: sl@0: sl@0: target mmfswcodecwrapper.dll sl@0: CAPABILITY ALL -TCB sl@0: targettype DLL sl@0: UNPAGED sl@0: sl@0: UID 0x1000008D 0x101F9EEE //static interface DLL Uid KSharedLibraryUid sl@0: VENDORID 0x70000001 sl@0: sl@0: #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER sl@0: userinclude ../../../../mmdevicefw/mdf/src/audio/mdasoundadapter sl@0: #endif sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: SOURCEPATH ../../src/swcodecwrapper sl@0: sl@0: source mmfSwCodecWrapper.cpp sl@0: source mmfSwCodecDataPath.cpp sl@0: source mmfSwCodecPlayDataPath.cpp sl@0: source mmfSwCodecRecordDataPath.cpp sl@0: source mmfSwCodecConvertDataPath.cpp sl@0: source mmfSwCodecUtility.cpp sl@0: sl@0: sl@0: library euser.lib sl@0: library mmfserverbaseclasses.lib sl@0: library ecom.lib sl@0: #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER sl@0: library mdasoundadapter.lib sl@0: #endif sl@0: library mmfswaudiodevice.lib sl@0: sl@0: #ifdef EABI sl@0: DEFFILE ../../eabi/mmfswcodecwrapper.def sl@0: #endif sl@0: sl@0: #ifdef WINSCW sl@0: DEFFILE ../../bwins/MMFSWCODECWRAPPER.DEF sl@0: #endif sl@0: sl@0: nostrictdef sl@0: sl@0: start wins sl@0: baseaddress 0x4F140000 sl@0: end sl@0: sl@0: SMPSAFE