Update contrib.
1 // Copyright (c) 2003-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 // mmfswcodecwrapper.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__
29 // Enable to get enhanced logging output
30 //MACRO SYMBIAN_SCW_DEBUG
38 target mmfswcodecwrapper.dll
43 UID 0x1000008D 0x101F9EEE //static interface DLL Uid KSharedLibraryUid
46 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
47 userinclude ../../../../mmdevicefw/mdf/src/audio/mdasoundadapter
50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
52 SOURCEPATH ../../src/swcodecwrapper
54 source mmfSwCodecWrapper.cpp
55 source mmfSwCodecDataPath.cpp
56 source mmfSwCodecPlayDataPath.cpp
57 source mmfSwCodecRecordDataPath.cpp
58 source mmfSwCodecConvertDataPath.cpp
59 source mmfSwCodecUtility.cpp
63 library mmfserverbaseclasses.lib
65 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
66 library mdasoundadapter.lib
68 library mmfswaudiodevice.lib
71 DEFFILE ../../eabi/mmfswcodecwrapper.def
75 DEFFILE ../../bwins/MMFSWCODECWRAPPER.DEF
81 baseaddress 0x4F140000