|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // MMFAudioHwDevices.dll Software implementation of reference audio hardware devices |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target mmfaudiohwdevices.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype plugin |
|
25 UNPAGED |
|
26 |
|
27 // ECom Dll recognition UID followed by the unique UID for this dll |
|
28 UID 0x10009D8D 0x101FD9EF |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 USERINCLUDE ../../../../mmlibs/mmfw/Codecs/Inc/MMFCodecCommon |
|
32 |
|
33 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER |
|
34 USERINCLUDE ../../../../mmdevicefw/mdf/src/audio/mdasoundadapter |
|
35 #endif |
|
36 |
|
37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 SOURCEPATH ../../src/Plugin/Audio |
|
40 SOURCE MMFAudioCodecImplementationProxy.cpp |
|
41 SOURCE MMFpcm16ToPcm16HwDevice.cpp |
|
42 SOURCE MMFpcm16ToPcmU8HwDevice.cpp |
|
43 SOURCE MMFpcmU8ToPcm16HwDevice.cpp |
|
44 SOURCE Mmfalawtopcm16hwdevice.cpp |
|
45 SOURCE MmfMuLawToPcm16hwDevice.cpp |
|
46 SOURCE Mmfimaadpcmtopcm16hwdevice.cpp |
|
47 SOURCE mmfpcm16toAlawhwdevice.cpp |
|
48 SOURCE mmfpcm16toMulawhwdevice.cpp |
|
49 SOURCE mmfpcm16SwapEndianhwdevice.cpp |
|
50 SOURCE mmfpcmS16topcmU16Codec.cpp |
|
51 SOURCE mmfpcm16topcmU16BEHwDevice.cpp |
|
52 SOURCE mmfpcmS16PcmS8HwDevice.cpp |
|
53 SOURCE mmfpcmS8ToPcmS16HwDevice.cpp |
|
54 SOURCE mmfpcmU16BeToPcmS16HwDevice.cpp |
|
55 SOURCE mmfpcmU16TopcmS16HwDevice.cpp |
|
56 SOURCE mmfpcm16ToImaAdpcm.cpp |
|
57 |
|
58 |
|
59 start resource 101FD9EF.rss |
|
60 target mmfaudiohwdevices.rsc |
|
61 end |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY mmfswcodecwrapper.lib |
|
65 LIBRARY mmfcodeccommon.lib |
|
66 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER |
|
67 LIBRARY mdasoundadapter.lib |
|
68 #endif |
|
69 #ifdef EABI |
|
70 LIBRARY ecom.lib |
|
71 #endif |
|
72 |
|
73 SMPSAFE |