|
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 // mmfCodecCommon.dll Common definitions for reference MMF audio codec implementations |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target mmfcodeccommon.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype DLL |
|
25 UNPAGED |
|
26 |
|
27 //MACRO _SW_DEBUG |
|
28 |
|
29 UID 0x1000008D 0x101FDA2B //static interface DLL Uid KSharedLibraryUid |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 userinclude ../Inc/MMFCodecCommon |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../Src/MMFCodecCommon |
|
37 |
|
38 source MMFTableAudioCodec.cpp |
|
39 source MMFAudioU8ToS16PcmCodec.cpp |
|
40 source MMFAudioU16ToS16PcmCodec.cpp |
|
41 source MMFAudioSPcm16ToMuLawCodec.cpp |
|
42 source MMFAudioSPcm16ToALawCodec.cpp |
|
43 source MMFAudioS16ToU8PcmCodec.cpp |
|
44 source MMFAudioPcmU16BeToPcmS16Codec.cpp |
|
45 source MMFAudioPcmS16ToPcmS8Codec.cpp |
|
46 source MMFAudioPcm8ToPcm16Codec.cpp |
|
47 source MMFAudioPcm16ToPcmU16Codec.cpp |
|
48 source MMFAudioPcm16ToPcm16BECodec.cpp |
|
49 source MMFAudioPcm16ToImaAdpcmCodec.cpp |
|
50 source MMFAudioPcm16SwapEndianCodec.cpp |
|
51 source MMFAudioMuLawToS16PcmCodec.cpp |
|
52 source MMFAudioImaAdpcmToS16Codec.cpp |
|
53 source MMFAudioALawToPcm16Codec.cpp |
|
54 |
|
55 library euser.lib |
|
56 |
|
57 #ifdef EABI |
|
58 DEFFILE mmfCodecCommon.def |
|
59 #endif |
|
60 |
|
61 #ifdef WINSCW |
|
62 DEFFILE MMFCODECCOMMON.DEF |
|
63 #endif |
|
64 nostrictdef |
|
65 |
|
66 start wins |
|
67 baseaddress 0x4F140000 |
|
68 end |
|
69 |
|
70 SMPSAFE |