|
1 /* |
|
2 * Copyright (c) 2002 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: This is project specification file for CalenCommonUi.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 //Activate this macro to get traces |
|
23 //MACRO TRACE_ENTRY_EXIT_POINT |
|
24 //MACRO TRACE_MODULE_CALENCOMMONUI |
|
25 |
|
26 |
|
27 TARGET calencommonutils.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x1000008D 0x10207199 |
|
30 |
|
31 USERINCLUDE ../../inc |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../cenrep // central repository headers |
|
34 |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 SYSTEMINCLUDE ../../../inc //organizer include |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 |
|
39 SOURCEPATH ../src |
|
40 |
|
41 SOURCE calenentryutil.cpp |
|
42 SOURCE calennotedatautil.cpp |
|
43 SOURCE calenlocationutil.cpp |
|
44 SOURCE CalenStatusPaneUtils.cpp |
|
45 SOURCE CalenStatusPaneUtilsImpl.cpp |
|
46 SOURCE calenattachmentinfo.cpp |
|
47 SOURCE calenattachmentutils.cpp |
|
48 SOURCE calenattachmentmodel.cpp |
|
49 SOURCE calendateutils.cpp |
|
50 SOURCE calenagendautils.cpp |
|
51 SOURCE calenactionuiutils.cpp |
|
52 SOURCE calenviewutils.cpp |
|
53 // touch |
|
54 SOURCE calennavilabel.cpp |
|
55 // title pane |
|
56 SOURCE calentitlepane.cpp |
|
57 |
|
58 SOURCE calenmulticalutil.cpp |
|
59 |
|
60 LIBRARY caleninterimutils2.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY calinterimapi.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY commonui.lib // For CErrorUi |
|
66 LIBRARY cone.lib |
|
67 LIBRARY featmgr.lib |
|
68 LIBRARY hlplch.lib |
|
69 LIBRARY ecom.lib |
|
70 LIBRARY eikctl.lib |
|
71 LIBRARY eikcoctl.lib |
|
72 LIBRARY eikcore.lib |
|
73 LIBRARY eikdlg.lib |
|
74 LIBRARY etext.lib |
|
75 LIBRARY euser.lib |
|
76 LIBRARY sysutil.lib |
|
77 LIBRARY estor.lib |
|
78 LIBRARY form.lib |
|
79 LIBRARY platformenv.lib |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY fepbase.lib |
|
82 LIBRARY mnclientlib.lib // Location based services library |
|
83 LIBRARY sqldb.lib |
|
84 LIBRARY centralrepository.lib // Central Repository |
|
85 LIBRARY npdlib.lib // Notepad library |
|
86 LIBRARY mgfetch.lib // Media gallery |
|
87 LIBRARY apparc.lib |
|
88 LIBRARY commondialogs.lib |
|
89 LIBRARY apmime.lib |
|
90 LIBRARY apgrfx.lib |
|
91 LIBRARY bitgdi.lib |
|
92 LIBRARY aknskins.lib |
|
93 LIBRARY cdlengine.lib // AVKON Layout support |
|
94 LIBRARY fbscli.lib |
|
95 LIBRARY egul.lib |
|
96 LIBRARY aknicon.lib |
|
97 |
|
98 LIBRARY ws32.lib |
|
99 LIBRARY aknlayout2scalable.lib |
|
100 LIBRARY gdi.lib |
|
101 |
|
102 CAPABILITY CAP_GENERAL_DLL \ |
|
103 DRM |
|
104 |
|
105 VENDORID VID_DEFAULT |
|
106 |
|
107 // End of File |