37
|
1 |
/*
|
|
2 |
* Copyright (c) 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:
|
|
15 |
* PhoneUIUtils module project specification file.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
// Capability assignment.
|
|
23 |
CAPABILITY CAP_GENERAL_DLL
|
|
24 |
|
|
25 |
// Assign Vendor ID.
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
TARGET phoneuiutils.dll
|
|
29 |
TARGETTYPE dll
|
|
30 |
UID 0x1000008d 0x101F4D0F
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
|
|
34 |
SOURCE cphonecallthememonitor.cpp
|
|
35 |
SOURCE cphonecenrepeventhandler.cpp
|
|
36 |
SOURCE cphonecenrepproxy.cpp
|
|
37 |
SOURCE cphoneclearblacklist.cpp
|
|
38 |
SOURCE cphonekeys.cpp
|
|
39 |
SOURCE cphonelibrarycontainer.cpp
|
|
40 |
SOURCE cphonelogger.cpp
|
|
41 |
SOURCE cphonemainresourceresolver.cpp
|
|
42 |
SOURCE cphonemainerrormessageshandler.cpp
|
|
43 |
SOURCE cphonepublishsubscriberao.cpp
|
|
44 |
SOURCE cphonepubsubproxy.cpp
|
|
45 |
SOURCE cphonerecoverysystem.cpp
|
|
46 |
SOURCE cphoneresourceresolverbase.cpp
|
|
47 |
SOURCE cphonetimer.cpp
|
|
48 |
SOURCE ctelerecoverysystem.cpp
|
|
49 |
SOURCE ctelewaitingidle.cpp
|
|
50 |
SOURCE phoneloggerviewcommands.cpp
|
|
51 |
SOURCE phonestatestrings.cpp
|
|
52 |
SOURCE phonestatestringsgsm.cpp
|
|
53 |
SOURCE cphonestorage.cpp
|
|
54 |
SOURCE rphoneanimclearblacklist.cpp
|
|
55 |
SOURCE tphonecmdparamappinfo.cpp
|
|
56 |
SOURCE tphonecmdparamaudiooutput.cpp
|
|
57 |
SOURCE tphonecmdparamaudioavailability.cpp
|
|
58 |
SOURCE tphonecmdparambitmap.cpp
|
|
59 |
SOURCE tphonecmdparamboolean.cpp
|
|
60 |
SOURCE tphonecmdparamcallheaderdata.cpp
|
|
61 |
SOURCE tphonecmdparamcallstatedata.cpp
|
|
62 |
SOURCE tphonecmdparamdynmenu.cpp
|
|
63 |
SOURCE tphonecmdparamemergencycallheaderdata.cpp
|
|
64 |
SOURCE tphonecmdparamglobalnote.cpp
|
|
65 |
SOURCE tphonecmdparamincallindicatordata.cpp
|
|
66 |
SOURCE tphonecmdparaminteger.cpp
|
|
67 |
SOURCE tphonecmdparamkeycapture.cpp
|
|
68 |
SOURCE tphonecmdparamkeyevent.cpp
|
|
69 |
SOURCE tphonecmdparamnote.cpp
|
|
70 |
SOURCE tphonecmdparamprogressnote.cpp
|
|
71 |
SOURCE tphonecmdparamquery.cpp
|
|
72 |
SOURCE tphonecmdparamringtone.cpp
|
|
73 |
SOURCE tphonecmdparamsfidata.cpp
|
|
74 |
SOURCE tphonecmdparamstring.cpp
|
|
75 |
SOURCE tphonecommandparam.cpp
|
|
76 |
SOURCE tphonecmdparamtranseffect.cpp
|
|
77 |
SOURCE tcbacommandmapping.cpp
|
|
78 |
SOURCE tphonecmdparamcustomdialer.cpp
|
|
79 |
SOURCE tphonecmdparamnumberentryobserver.cpp
|
|
80 |
SOURCE tphonecmdparampointer.cpp
|
|
81 |
SOURCE tphonetouchbuttonconfig.cpp
|
|
82 |
|
|
83 |
USERINCLUDE ../../phoneuiutils/inc
|
|
84 |
USERINCLUDE ../../phoneui2/srcdata
|
|
85 |
|
|
86 |
APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs
|
|
87 |
SYSTEMINCLUDE ../../../inc // Telephony internal headers
|
|
88 |
|
|
89 |
LIBRARY euser.lib
|
|
90 |
LIBRARY cone.lib
|
|
91 |
LIBRARY bafl.lib
|
|
92 |
LIBRARY flogger.lib
|
|
93 |
LIBRARY featmgr.lib // FeatureManager
|
|
94 |
LIBRARY cenrepnotifhandler.lib
|
|
95 |
LIBRARY centralrepository.lib
|
|
96 |
LIBRARY ptiengine.lib
|
|
97 |
LIBRARY avkon.lib
|
|
98 |
LIBRARY ws32.lib
|
|
99 |
|
|
100 |
#ifndef __WINS__
|
|
101 |
LIBRARY efsrv.lib
|
|
102 |
#endif
|
|
103 |
LIBRARY charconv.lib
|