First public contribution.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // MmfBtSwCodecWrapper.dll Hardware device wrapper for reference software audio devices
15 // __CYCLE_MMF_DATABUFFERS__ tries to replicate the conditions described in INC021405
16 // ('Play-EOF-Play on HwAccelerated solution Panics'). Each time DevSound returns a
17 // buffer it will be different to the previous one supplied. This simulates implementations
18 // where multiple buffers are available.
19 // A similar thing happens on OMAP hardware.
20 // MACRO __CYCLE_MMF_DATABUFFERS__
21 // __USE_MMF_TRANSFERBUFFERS__ enables devsound to create CMMFTransferBuffers rather than
22 // CMMFDescriptorBuffers
23 // MACRO __USE_MMF_TRANSFERBUFFERS__
24 // __USE_MMF_PTRBUFFERS__ enables devsound to create CMMFPtrBuffers rather than
25 // CMMFDescriptorBuffers
26 // note this MACRO cannot be used in conjunction with __CYCLE_MMF_DATABUFFERS__ and/or __USE_MMF_TRANSFERBUFFERS__
27 // MACRO __USE_MMF_PTRBUFFERS__
37 target mmfbtswcodecwrapper.dll
41 UID 0x1000008D 0x101F9EEE //static interface DLL Uid KSharedLibraryUid
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
46 userinclude ../../src/RoutingSoundDevice
47 userinclude ../../src/A2dpBlueTooth/client
48 userinclude ../../src/A2dpBlueTooth/server
50 SOURCEPATH ../../src/swcodecwrapper
52 source mmfBtSwCodecWrapper.cpp
53 source mmfBtSwCodecDataPath.cpp
54 source mmfBtSwCodecPlayDataPath.cpp
55 source mmfBtSwCodecRecordDataPath.cpp
56 source mmfBtSwCodecConvertDataPath.cpp
57 source mmfBtSwCodecUtility.cpp
61 library mmfserverbaseclasses.lib
63 library btroutingsounddevice.lib
65 deffile MmfBtSwCodecWrapper.def
70 baseaddress 0x4F140000