author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 00:16:48 +0300 | |
changeset 77 | 2be0b271d017 |
parent 72 | c76a0b1755b9 |
permissions | -rw-r--r-- |
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 |
||
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
72
diff
changeset
|
28 |
VERSION 10.0 |
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
72
diff
changeset
|
29 |
|
37 | 30 |
TARGET phoneuiutils.dll |
31 |
TARGETTYPE dll |
|
32 |
UID 0x1000008d 0x101F4D0F |
|
33 |
||
34 |
SOURCEPATH ../src |
|
35 |
||
36 |
SOURCE cphonecallthememonitor.cpp |
|
37 |
SOURCE cphonecenrepeventhandler.cpp |
|
38 |
SOURCE cphonecenrepproxy.cpp |
|
39 |
SOURCE cphoneclearblacklist.cpp |
|
40 |
SOURCE cphonekeys.cpp |
|
41 |
SOURCE cphonelibrarycontainer.cpp |
|
42 |
SOURCE cphonelogger.cpp |
|
43 |
SOURCE cphonemainresourceresolver.cpp |
|
44 |
SOURCE cphonemainerrormessageshandler.cpp |
|
45 |
SOURCE cphonepublishsubscriberao.cpp |
|
46 |
SOURCE cphonepubsubproxy.cpp |
|
47 |
SOURCE cphonerecoverysystem.cpp |
|
48 |
SOURCE cphoneresourceresolverbase.cpp |
|
49 |
SOURCE cphonetimer.cpp |
|
50 |
SOURCE ctelerecoverysystem.cpp |
|
51 |
SOURCE ctelewaitingidle.cpp |
|
52 |
SOURCE phoneloggerviewcommands.cpp |
|
53 |
SOURCE phonestatestrings.cpp |
|
54 |
SOURCE phonestatestringsgsm.cpp |
|
55 |
SOURCE cphonestorage.cpp |
|
56 |
SOURCE rphoneanimclearblacklist.cpp |
|
57 |
SOURCE tphonecmdparamappinfo.cpp |
|
58 |
SOURCE tphonecmdparamaudiooutput.cpp |
|
59 |
SOURCE tphonecmdparamaudioavailability.cpp |
|
60 |
SOURCE tphonecmdparambitmap.cpp |
|
61 |
SOURCE tphonecmdparamboolean.cpp |
|
62 |
SOURCE tphonecmdparamcallheaderdata.cpp |
|
63 |
SOURCE tphonecmdparamcallstatedata.cpp |
|
64 |
SOURCE tphonecmdparamdynmenu.cpp |
|
65 |
SOURCE tphonecmdparamemergencycallheaderdata.cpp |
|
66 |
SOURCE tphonecmdparamglobalnote.cpp |
|
67 |
SOURCE tphonecmdparamincallindicatordata.cpp |
|
68 |
SOURCE tphonecmdparaminteger.cpp |
|
69 |
SOURCE tphonecmdparamkeycapture.cpp |
|
70 |
SOURCE tphonecmdparamkeyevent.cpp |
|
71 |
SOURCE tphonecmdparamnote.cpp |
|
72 |
SOURCE tphonecmdparamprogressnote.cpp |
|
73 |
SOURCE tphonecmdparamquery.cpp |
|
74 |
SOURCE tphonecmdparamringtone.cpp |
|
75 |
SOURCE tphonecmdparamsfidata.cpp |
|
76 |
SOURCE tphonecmdparamstring.cpp |
|
77 |
SOURCE tphonecommandparam.cpp |
|
78 |
SOURCE tphonecmdparamtranseffect.cpp |
|
79 |
SOURCE tcbacommandmapping.cpp |
|
80 |
SOURCE tphonecmdparamcustomdialer.cpp |
|
81 |
SOURCE tphonecmdparamnumberentryobserver.cpp |
|
82 |
SOURCE tphonecmdparampointer.cpp |
|
83 |
SOURCE tphonetouchbuttonconfig.cpp |
|
84 |
||
85 |
USERINCLUDE ../../phoneuiutils/inc |
|
86 |
USERINCLUDE ../../phoneui2/srcdata |
|
87 |
||
88 |
APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
89 |
SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
90 |
||
91 |
LIBRARY euser.lib |
|
92 |
LIBRARY cone.lib |
|
93 |
LIBRARY bafl.lib |
|
94 |
LIBRARY flogger.lib |
|
95 |
LIBRARY featmgr.lib // FeatureManager |
|
96 |
LIBRARY cenrepnotifhandler.lib |
|
97 |
LIBRARY centralrepository.lib |
|
98 |
LIBRARY ptiengine.lib |
|
99 |
LIBRARY avkon.lib |
|
100 |
LIBRARY ws32.lib |
|
101 |
||
102 |
#ifndef __WINS__ |
|
103 |
LIBRARY efsrv.lib |
|
104 |
#endif |
|
105 |
LIBRARY charconv.lib |
|
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
72
diff
changeset
|
106 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
72
diff
changeset
|
107 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
72
diff
changeset
|
108 |
SMPSAFE |