|
1 /* |
|
2 * Copyright (c) 2004-2007 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 specification file for Audio Handling dll |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET audiohandling.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x1000A832 |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 //MACRO UNIT_TESTING //defined if running T_AudoHandlingMT tests |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE cpeaudiodata.cpp |
|
32 SOURCE cpegsmaudiodata.cpp |
|
33 SOURCE cpeaudiodtmftoneplayer.cpp |
|
34 SOURCE cpeaudioinbandtoneplayer.cpp |
|
35 SOURCE cpeaudioroutingmonitor.cpp |
|
36 SOURCE peaudiohandlingpanic.cpp |
|
37 SOURCE cpecallaudioroutinghandler.cpp |
|
38 SOURCE cpeaudiofactory.cpp |
|
39 SOURCE cpeaudiotoneutilityimpl.cpp |
|
40 |
|
41 START RESOURCE ../data/defaultbeep.rss |
|
42 TARGETPATH RESOURCE_FILES_DIR |
|
43 HEADER |
|
44 END |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 |
|
48 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
49 SYSTEMINCLUDE ../../inc // PhoneEngine private headers |
|
50 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
51 SYSTEMINCLUDE /epoc32/include/mda/client |
|
52 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
53 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
54 |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY cce.lib |
|
57 LIBRARY telephonyaudiorouting.lib |
|
58 LIBRARY efsrv.lib |
|
59 LIBRARY engineinfo.lib |
|
60 LIBRARY etel.lib |
|
61 LIBRARY euser.lib |
|
62 LIBRARY flogger.lib |
|
63 LIBRARY mediaclientaudio.lib |
|
64 LIBRARY mmfdevsound.lib |
|
65 |
|
66 LANG SC |