sl@0: // Copyright (c) 2005-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: // MmfBtSwCodecWrapper.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: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: sl@0: sl@0: target mmfbtswcodecwrapper.dll sl@0: CAPABILITY ALL -TCB sl@0: targettype DLL sl@0: sl@0: UID 0x1000008D 0x101F9EEE //static interface DLL Uid KSharedLibraryUid sl@0: VENDORID 0x70000001 sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: userinclude ../../src/RoutingSoundDevice sl@0: userinclude ../../src/A2dpBlueTooth/client sl@0: userinclude ../../src/A2dpBlueTooth/server sl@0: sl@0: SOURCEPATH ../../src/swcodecwrapper sl@0: sl@0: source mmfBtSwCodecWrapper.cpp sl@0: source mmfBtSwCodecDataPath.cpp sl@0: source mmfBtSwCodecPlayDataPath.cpp sl@0: source mmfBtSwCodecRecordDataPath.cpp sl@0: source mmfBtSwCodecConvertDataPath.cpp sl@0: source mmfBtSwCodecUtility.cpp sl@0: sl@0: sl@0: library euser.lib sl@0: library mmfserverbaseclasses.lib sl@0: library ecom.lib sl@0: library btroutingsounddevice.lib sl@0: sl@0: deffile MmfBtSwCodecWrapper.def sl@0: nostrictdef sl@0: sl@0: sl@0: start wins sl@0: baseaddress 0x4F140000 sl@0: end