|
1 /* |
|
2 * Copyright (c) 2004-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 specification file for Call Handling dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET callhandling.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x1000A82F |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE cpecall.cpp |
|
31 SOURCE cpesinglecall.cpp |
|
32 SOURCE cpesinglecallobserver.cpp |
|
33 SOURCE cpecallhandling.cpp |
|
34 SOURCE cpedtmfhandling.cpp |
|
35 SOURCE cpeconferencecall.cpp |
|
36 SOURCE pecallhandlingpanic.cpp |
|
37 SOURCE cpesupplementaryservicesmonitor.cpp |
|
38 SOURCE cpecallarrayowner.cpp |
|
39 SOURCE cpegprstermination.cpp |
|
40 SOURCE cpesystemcallstate.cpp |
|
41 SOURCE cpevideocallhandling.cpp |
|
42 SOURCE cpecceobserver.cpp |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 |
|
46 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
47 SYSTEMINCLUDE ../../inc // PhoneEngine private headers |
|
48 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
49 SYSTEMINCLUDE /epoc32/include/kernel |
|
50 |
|
51 LIBRARY callprovider.lib |
|
52 LIBRARY cce.lib |
|
53 LIBRARY ecom.lib // ECOM plugin usage. |
|
54 LIBRARY engineinfo.lib |
|
55 LIBRARY etelmm.lib //TO BE REMOVED! STILL USED BY CPECallHandling. |
|
56 LIBRARY euser.lib |
|
57 LIBRARY featmgr.lib // Feature manager. |
|
58 LIBRARY flogger.lib |
|
59 LIBRARY phonesettings.lib |
|
60 |
|
61 LANG SC |
|
62 START WINS |
|
63 BASEADDRESS 0x10040000 |
|
64 END |