|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
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__ |
|
28 // |
|
29 // |
|
30 |
|
31 /** |
|
32 @file |
|
33 */ |
|
34 |
|
35 |
|
36 |
|
37 target mmfbtswcodecwrapper.dll |
|
38 CAPABILITY ALL -TCB |
|
39 targettype DLL |
|
40 |
|
41 UID 0x1000008D 0x101F9EEE //static interface DLL Uid KSharedLibraryUid |
|
42 VENDORID 0x70000001 |
|
43 |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 |
|
46 userinclude ../../src/RoutingSoundDevice |
|
47 userinclude ../../src/A2dpBlueTooth/client |
|
48 userinclude ../../src/A2dpBlueTooth/server |
|
49 |
|
50 SOURCEPATH ../../src/swcodecwrapper |
|
51 |
|
52 source mmfBtSwCodecWrapper.cpp |
|
53 source mmfBtSwCodecDataPath.cpp |
|
54 source mmfBtSwCodecPlayDataPath.cpp |
|
55 source mmfBtSwCodecRecordDataPath.cpp |
|
56 source mmfBtSwCodecConvertDataPath.cpp |
|
57 source mmfBtSwCodecUtility.cpp |
|
58 |
|
59 |
|
60 library euser.lib |
|
61 library mmfserverbaseclasses.lib |
|
62 library ecom.lib |
|
63 library btroutingsounddevice.lib |
|
64 |
|
65 deffile MmfBtSwCodecWrapper.def |
|
66 nostrictdef |
|
67 |
|
68 |
|
69 start wins |
|
70 baseaddress 0x4F140000 |
|
71 end |