30
|
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: Project specification file for Native Calendar Views
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
|
|
23 |
TARGET calenviews.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID 0x1000008D 0x10282F26
|
|
26 |
|
|
27 |
|
|
28 |
//MACRO _PIM_FILE_LOG
|
|
29 |
//MACRO TRACE_ENTRY_EXIT_POINT
|
|
30 |
//MACRO _DISPLAY_WARNINGS
|
|
31 |
|
|
32 |
USERINCLUDE ../inc
|
|
33 |
USERINCLUDE ../../inc
|
|
34 |
USERINCLUDE ../../cenrep // central repository headers
|
|
35 |
|
|
36 |
APP_LAYER_SYSTEMINCLUDE
|
|
37 |
SYSTEMINCLUDE ../../../inc //organizer include
|
|
38 |
SYSTEMINCLUDE ../../application/inc
|
|
39 |
SYSTEMINCLUDE ../../../alarmengines/inc
|
|
40 |
SYSTEMINCLUDE ../../../calendarengines/inc
|
|
41 |
SYSTEMINCLUDE ../../multicaluidialog/inc
|
|
42 |
|
|
43 |
SOURCEPATH ../src
|
|
44 |
|
|
45 |
// View base classes
|
|
46 |
SOURCE calennativeview.cpp
|
|
47 |
SOURCE calencontainerlayoutmanager.cpp
|
|
48 |
|
|
49 |
// month view
|
|
50 |
SOURCE calenmonthcontainer.cpp
|
|
51 |
SOURCE calenmonthdata.cpp
|
|
52 |
SOURCE calenmonthview.cpp
|
|
53 |
SOURCE calenmonthgrid.cpp
|
|
54 |
SOURCE calenmonthcelllistboxdata.cpp
|
|
55 |
SOURCE calenmonthcelllistboxitemdrawer.cpp
|
|
56 |
|
|
57 |
// week view
|
|
58 |
SOURCE calenweekcontainer.cpp
|
|
59 |
SOURCE calenweekview.cpp
|
|
60 |
SOURCE calenweekhour.cpp
|
|
61 |
SOURCE calenweeklistbox.cpp
|
|
62 |
SOURCE calenweeklistboxview.cpp
|
|
63 |
SOURCE calenweeklistboxdata.cpp
|
|
64 |
SOURCE calenweeklistboxitemdrawer.cpp
|
|
65 |
SOURCE calenweeklistboxlayout.cpp
|
|
66 |
|
|
67 |
// day view
|
|
68 |
SOURCE calendaycontainer.cpp
|
|
69 |
SOURCE calendaylistbox.cpp
|
|
70 |
SOURCE calendayview.cpp
|
|
71 |
SOURCE calendaylistboxview.cpp
|
|
72 |
SOURCE calendaylistboxitemdrawer.cpp
|
|
73 |
SOURCE calendaylistboxdata.cpp
|
|
74 |
SOURCE calendaylistboxmodel.cpp
|
|
75 |
|
|
76 |
// ToDo view
|
|
77 |
SOURCE calentodoview.cpp
|
|
78 |
SOURCE calentodocontainer.cpp
|
|
79 |
SOURCE calentodocontroller.cpp
|
|
80 |
|
|
81 |
// Event View
|
|
82 |
SOURCE caleneventview.cpp
|
|
83 |
SOURCE caleneventviewcontainer.cpp
|
|
84 |
SOURCE calenicondrawer.cpp
|
|
85 |
|
|
86 |
// missed alarms view
|
|
87 |
SOURCE calenmissedalarmsview.cpp
|
|
88 |
SOURCE calenmissedalarmscontainer.cpp
|
|
89 |
|
|
90 |
// missed event view
|
|
91 |
SOURCE calenmissedeventview.cpp
|
|
92 |
SOURCE calenmissedeventcontainer.cpp
|
|
93 |
|
|
94 |
SOURCE calencontainer.cpp
|
|
95 |
SOURCE calendrawutils.cpp
|
|
96 |
|
|
97 |
// preview pane
|
|
98 |
SOURCE calenpreviewlabel.cpp
|
|
99 |
SOURCE calenpreviewentry.cpp
|
|
100 |
SOURCE calenpreviewdata.cpp
|
|
101 |
SOURCE calenpreview.cpp
|
|
102 |
SOURCE calenpreviewlayoutmanager.cpp
|
|
103 |
SOURCE calenpreviewtimer.cpp
|
|
104 |
|
|
105 |
//dummy view
|
|
106 |
SOURCE calendummyview.cpp
|
|
107 |
SOURCE calendummyviewcontainer.cpp
|
|
108 |
|
|
109 |
LIBRARY caleninterimutils2.lib
|
|
110 |
LIBRARY calensettingsui.lib
|
|
111 |
|
|
112 |
LIBRARY aknicon.lib
|
|
113 |
LIBRARY aknskins.lib
|
|
114 |
LIBRARY aknpictograph.lib
|
|
115 |
LIBRARY apgrfx.lib
|
|
116 |
LIBRARY apparc.lib
|
|
117 |
LIBRARY avkon.lib
|
|
118 |
LIBRARY bafl.lib
|
|
119 |
LIBRARY bitgdi.lib
|
|
120 |
LIBRARY calinterimapi.lib
|
|
121 |
LIBRARY cdlengine.lib
|
|
122 |
LIBRARY cenrepnotifhandler.lib
|
|
123 |
LIBRARY centralrepository.lib
|
|
124 |
LIBRARY charconv.lib
|
|
125 |
LIBRARY commonengine.lib
|
|
126 |
LIBRARY commonui.lib
|
|
127 |
LIBRARY cone.lib
|
|
128 |
LIBRARY ecom.lib
|
|
129 |
LIBRARY efsrv.lib
|
|
130 |
LIBRARY egul.lib
|
|
131 |
LIBRARY fepbase.lib
|
|
132 |
LIBRARY eikcoctl.lib
|
|
133 |
LIBRARY eikcore.lib
|
|
134 |
LIBRARY eikdlg.lib
|
|
135 |
LIBRARY estor.lib
|
|
136 |
LIBRARY etext.lib
|
|
137 |
LIBRARY euser.lib
|
|
138 |
LIBRARY featmgr.lib
|
|
139 |
LIBRARY filelist.lib
|
|
140 |
LIBRARY fbscli.lib
|
|
141 |
LIBRARY gdi.lib
|
|
142 |
LIBRARY hlplch.lib
|
|
143 |
LIBRARY npdlib.lib
|
|
144 |
LIBRARY platformenv.lib
|
|
145 |
LIBRARY sendui.lib
|
|
146 |
LIBRARY sysutil.lib
|
|
147 |
LIBRARY ws32.lib
|
|
148 |
LIBRARY eikctl.lib
|
|
149 |
LIBRARY form.lib
|
|
150 |
LIBRARY aknlayout2scalable.lib
|
|
151 |
LIBRARY servicehandler.lib // AIW service handler
|
|
152 |
LIBRARY uiklaf.lib
|
|
153 |
LIBRARY calencommonutils.lib
|
|
154 |
LIBRARY missedalarmstore.lib
|
|
155 |
LIBRARY apmime.lib
|
|
156 |
LIBRARY multicaluidialog.lib
|
|
157 |
LIBRARY touchfeedback.lib //MTouchFeedBack
|
|
158 |
LIBRARY gesturehelper.lib
|
|
159 |
// File logging
|
|
160 |
LIBRARY flogger.lib
|
|
161 |
LIBRARY aknnotify.lib
|
|
162 |
|
|
163 |
|
|
164 |
CAPABILITY CAP_GENERAL_DLL NetworkControl
|
|
165 |
|
|
166 |
VENDORID VID_DEFAULT
|
|
167 |
|
|
168 |
|
|
169 |
// End of File
|