|
1 /* |
|
2 * Copyright (c) 2005-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: UIControl subcomponent of PhoneUI |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // Capability assignment. |
|
22 CAPABILITY CAP_APPLICATION MultiMediaDD NetworkControl PowerMgmt DRM DiskAdmin |
|
23 |
|
24 // Assign Vendor ID. |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 TARGET phoneuicontrol.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x1000008d 0x101F4D0C |
|
30 |
|
31 //EXPORTUNFROZEN |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE cphonebtaadisconnecthandler.cpp |
|
35 SOURCE cphonedtmfwaitchartimer.cpp |
|
36 SOURCE cphoneenginehandler.cpp |
|
37 |
|
38 SOURCE cphonereconnectquery.cpp |
|
39 SOURCE cphoneremotecontrolhandler.cpp |
|
40 SOURCE cphonestate.cpp |
|
41 SOURCE cphonestatecallsetup.cpp |
|
42 SOURCE cphonestatehandle.cpp |
|
43 SOURCE cphonestateidle.cpp |
|
44 SOURCE cphonestateincall.cpp |
|
45 SOURCE cphonestateincoming.cpp |
|
46 SOURCE cphonestatemachine.cpp |
|
47 SOURCE cphonestatestartup.cpp |
|
48 SOURCE cphonesystemeventhandler.cpp |
|
49 SOURCE cphoneuicontroller.cpp |
|
50 SOURCE cphonekeyeventforwarder.cpp |
|
51 SOURCE cphoneaccessorybthandler.cpp |
|
52 SOURCE tphonecallheaderparam.cpp |
|
53 SOURCE cphonecallheadermanager.cpp |
|
54 SOURCE cphonenumberentrymanager.cpp |
|
55 SOURCE cphonecbamanager.cpp |
|
56 |
|
57 /* Languages */ |
|
58 LANG SC |
|
59 |
|
60 USERINCLUDE ../inc |
|
61 USERINCLUDE ../../phoneuiview/inc |
|
62 USERINCLUDE ../../phoneuiutils/inc |
|
63 USERINCLUDE ../../phoneui/srcdata |
|
64 USERINCLUDE ../../phoneuistates/inc |
|
65 USERINCLUDE ../../phonemediatorcenter/inc |
|
66 |
|
67 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
68 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
69 |
|
70 LIBRARY euser.lib |
|
71 LIBRARY cone.lib |
|
72 LIBRARY phoneuiutils.lib |
|
73 LIBRARY efsrv.lib |
|
74 LIBRARY engineinfo.lib |
|
75 LIBRARY ws32.lib |
|
76 LIBRARY fbscli.lib |
|
77 LIBRARY commonengine.lib //StringLoader |
|
78 LIBRARY featmgr.lib // FeatureManager |
|
79 LIBRARY connmon.lib // RConnectionMonitor |
|
80 LIBRARY avkon.lib // AknTextUtils |
|
81 |
|
82 // RemCon |
|
83 LIBRARY remconcoreapi.lib |
|
84 LIBRARY remconinterfacebase.lib |
|
85 LIBRARY phonecmdhandler.lib |
|
86 // Soft reject |
|
87 LIBRARY eikcore.lib // CCharFormatLayer, CParaFormatLayer |
|
88 LIBRARY sendui.lib // CMessageData |
|
89 |
|
90 // Profiles |
|
91 LIBRARY profileeng.lib |
|
92 |
|
93 LIBRARY sssettings.lib |
|
94 LIBRARY bafl.lib // Descriptor arrays |
|
95 |
|
96 LIBRARY apgrfx.lib |
|
97 LIBRARY serviceprovidersettings.lib |
|
98 |
|
99 LIBRARY starterclient.lib |
|
100 |
|
101 LIBRARY phonemediatorcenter.lib |