author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 14:15:47 +0300 | |
changeset 46 | bc5a64e5bc3c |
parent 37 | ba76fc04e6c2 |
child 51 | f39ed5e045e0 |
child 74 | d1c62c765e48 |
permissions | -rw-r--r-- |
37 | 1 |
/* |
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
2 |
* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). |
37 | 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 |
||
29 |
#ifndef WINSCW |
|
30 |
EpocAllowDllData |
|
31 |
#endif |
|
32 |
||
33 |
||
34 |
//MACRO UNIT_TESTING //defined if running T_AudoHandlingMT tests |
|
35 |
SOURCEPATH ../src |
|
36 |
||
37 |
SOURCE cpeaudiodata.cpp |
|
38 |
SOURCE cpegsmaudiodata.cpp |
|
39 |
SOURCE cpeaudiodtmftoneplayer.cpp |
|
40 |
SOURCE cpeaudioinbandtoneplayer.cpp |
|
41 |
SOURCE cpeaudioroutingmonitor.cpp |
|
42 |
SOURCE peaudiohandlingpanic.cpp |
|
43 |
SOURCE cpecallaudioroutinghandler.cpp |
|
44 |
SOURCE cpeaudiofactory.cpp |
|
45 |
SOURCE cpeaudiotoneutilityimpl.cpp |
|
46 |
SOURCE cpeaudioeffect.cpp |
|
47 |
||
48 |
START RESOURCE ../data/defaultbeep.rss |
|
49 |
TARGETPATH RESOURCE_FILES_DIR |
|
50 |
HEADER |
|
51 |
END |
|
52 |
||
53 |
USERINCLUDE ../inc |
|
54 |
||
55 |
APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
56 |
SYSTEMINCLUDE ../../inc // PhoneEngine private headers |
|
57 |
SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
58 |
SYSTEMINCLUDE /epoc32/include/mda/client |
|
59 |
SYSTEMINCLUDE /epoc32/include/mmf/server |
|
60 |
SYSTEMINCLUDE /epoc32/include/mmf/common |
|
61 |
||
62 |
||
63 |
MW_LAYER_SYSTEMINCLUDE |
|
64 |
OS_LAYER_LIBC_SYSTEMINCLUDE |
|
65 |
OS_LAYER_GLIB_SYSTEMINCLUDE |
|
66 |
SYSTEMINCLUDE /epoc32/include/stdapis/stlport |
|
67 |
||
68 |
LIBRARY bafl.lib |
|
69 |
LIBRARY cce.lib |
|
70 |
LIBRARY telephonyaudiorouting.lib |
|
71 |
LIBRARY efsrv.lib |
|
72 |
LIBRARY engineinfo.lib |
|
73 |
LIBRARY etel.lib |
|
74 |
LIBRARY euser.lib |
|
75 |
LIBRARY flogger.lib |
|
76 |
LIBRARY mediaclientaudio.lib |
|
77 |
LIBRARY mmfdevsound.lib |
|
78 |
||
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
79 |
LIBRARY featdiscovery.lib |
37 | 80 |
LIBRARY tmsfactory.lib |
81 |
LIBRARY tmsapi.lib |
|
82 |
LIBRARY libglib.lib |
|
83 |
||
84 |
LANG SC |