|
1 /* |
|
2 * Copyright (c) 2009 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 utility class provides access function to use multiple calendar. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 //Activate this macro to get traces |
|
22 //MACRO TRACE_ENTRY_EXIT_POINT |
|
23 |
|
24 // Library Info |
|
25 TARGETTYPE DLL |
|
26 TARGET multicaluidialog.dll |
|
27 UID 0x1000008d 0x2002A505 |
|
28 |
|
29 |
|
30 // Source files |
|
31 SOURCEPATH ../src |
|
32 |
|
33 SOURCE multicaluidialog.cpp |
|
34 SOURCE multicaluidialogimpl.cpp |
|
35 SOURCE multicaluidialogmodel.cpp |
|
36 SOURCE caluidialogimpl.cpp |
|
37 SOURCE caldblistboxitemdrawer.cpp |
|
38 SOURCE caldblistbox.cpp |
|
39 |
|
40 SOURCEPATH ../data |
|
41 |
|
42 START RESOURCE multicaluidialog.rss |
|
43 HEADER |
|
44 TARGETPATH RESOURCE_FILES_DIR |
|
45 LANGUAGE_IDS |
|
46 END // RESOURCE |
|
47 |
|
48 // User include paths |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../../inc |
|
51 USERINCLUDE ../../cenrep // central repository headers |
|
52 |
|
53 // System include paths |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 SYSTEMINCLUDE ../../../inc //organizer include |
|
56 |
|
57 |
|
58 |
|
59 // Libraries |
|
60 LIBRARY calinterimapi.lib |
|
61 LIBRARY calencommonutils.lib |
|
62 LIBRARY euser.lib |
|
63 LIBRARY ws32.lib |
|
64 LIBRARY aknskins.lib // Skin support |
|
65 LIBRARY aknlayout2scalable.lib // AVKON Layout support |
|
66 LIBRARY avkon.lib // AVKON framework |
|
67 LIBRARY bafl.lib // CEnvironmentChangeNotifier |
|
68 LIBRARY cdlengine.lib // AVKON Layout support |
|
69 LIBRARY commonengine.lib // Stringloader |
|
70 LIBRARY eikcoctl.lib // EIKON framework |
|
71 LIBRARY eikcore.lib // EIKON framework |
|
72 LIBRARY eikdlg.lib // EIKON dialog |
|
73 LIBRARY Eikctl.lib // AVKON listbox |
|
74 LIBRARY cone.lib // Control Environment |
|
75 LIBRARY aknicon.lib // icons |
|
76 LIBRARY egul.lib |
|
77 LIBRARY gdi.lib |
|
78 LIBRARY CalenInterimUtils2.lib |
|
79 |
|
80 |
|
81 // Capability and vendor info |
|
82 CAPABILITY CAP_GENERAL_DLL |
|
83 VENDORID VID_DEFAULT |
|
84 |
|
85 |