|
1 /* |
|
2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project definition file for VoIPAudioIntfc. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET voipaudiointfc.dll |
|
23 TARGETTYPE DLL |
|
24 UID 0x1000008d 0x10207BA0 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE VoIPDataBuffer.cpp |
|
32 SOURCE VoIPJBDataBuffer.cpp |
|
33 SOURCE VoIPDataBufferImpl.cpp |
|
34 SOURCE VoIPJBDataBufferImpl.cpp |
|
35 SOURCE VoIPDtmfTonePlayer.cpp |
|
36 SOURCE VoIPDtmfTonePlayerImpl.cpp |
|
37 SOURCE VoIPRingToneFactory.cpp |
|
38 SOURCE VoIPRingToneFactoryImpl.cpp |
|
39 SOURCE VoIPRingTonePlayer.cpp |
|
40 SOURCE VoIPRingTonePlayerImpl.cpp |
|
41 SOURCE VoIPDownlinkStream.cpp |
|
42 SOURCE VoIPDownlinkStreamImpl.cpp |
|
43 SOURCE VoIPUplinkStream.cpp |
|
44 SOURCE VoIPUplinkStreamImpl.cpp |
|
45 SOURCE VoIPUtilityFactory.cpp |
|
46 SOURCE VoIPUtilityFactoryImpl.cpp |
|
47 SOURCE VoIPFormatIntfc.cpp |
|
48 SOURCE VoIPFormatIntfcImpl.cpp |
|
49 SOURCE VoIPJitterBufferIntfc.cpp |
|
50 SOURCE VoIPJitterBufferIntfcImpl.cpp |
|
51 SOURCE VoIPBaseCodecIntfcImpl.cpp |
|
52 SOURCE VoIPG711DecoderIntfc.cpp |
|
53 SOURCE VoIPG711DecoderIntfcImpl.cpp |
|
54 SOURCE VoIPG711EncoderIntfc.cpp |
|
55 SOURCE VoIPG711EncoderIntfcImpl.cpp |
|
56 SOURCE VoIPG729DecoderIntfc.cpp |
|
57 SOURCE VoIPG729DecoderIntfcImpl.cpp |
|
58 SOURCE VoIPILBCDecoderIntfc.cpp |
|
59 SOURCE VoIPILBCDecoderIntfcImpl.cpp |
|
60 SOURCE VoIPILBCEncoderIntfc.cpp |
|
61 SOURCE VoIPILBCEncoderIntfcImpl.cpp |
|
62 SOURCE VoIPQueueHandler.cpp |
|
63 |
|
64 USERINCLUDE ../inc |
|
65 USERINCLUDE ../../inc |
|
66 |
|
67 MW_LAYER_SYSTEMINCLUDE |
|
68 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
69 SYSTEMINCLUDE /epoc32/include/mda/common |
|
70 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
71 |
|
72 LIBRARY voipaudiosession.lib |
|
73 LIBRARY euser.lib |
|
74 LIBRARY mediaclientaudioinputstream.lib |
|
75 LIBRARY mediaclientaudiostream.lib |
|
76 LIBRARY audiooutputrouting.lib |
|
77 LIBRARY mediaclientaudio.lib |
|
78 LIBRARY errorconcealmentintfc.lib |
|
79 LIBRARY g711decoderintfc.lib |
|
80 LIBRARY g711encoderintfc.lib |
|
81 LIBRARY g729decoderintfc.lib |
|
82 LIBRARY g729encoderintfc.lib |
|
83 LIBRARY ilbcdecoderintfc.lib |
|
84 LIBRARY ilbcencoderintfc.lib |
|
85 |
|
86 SMPSAFE |
|
87 |
|
88 // End of file |