|
1 /* |
|
2 * Copyright (c) 2002-2008 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: Global Data for calendar application |
|
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_CALENGLOBALDATA |
|
25 |
|
26 //CodeTest macros |
|
27 //EPOCALLOWDLLDATA |
|
28 //EPOCDATALINKADDRESS 0x3FE00000 |
|
29 TARGET calenglobaldata.dll |
|
30 TARGETTYPE dll |
|
31 UID 0x1000008d 0x1020E866 |
|
32 TARGETPATH SHARED_LIB_DIR |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE calenglobaldata.cpp |
|
36 SOURCE calensend.cpp |
|
37 SOURCE calenvcalexport.cpp |
|
38 |
|
39 SOURCE calencontextimpl.cpp |
|
40 SOURCE calenfilemapping.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../inc |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 SYSTEMINCLUDE ../../../inc //organizer include |
|
47 SYSTEMINCLUDE /epoc32/include/ecom |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY caleninterimutils2.lib |
|
52 LIBRARY calinterimapi.lib |
|
53 LIBRARY calenimp.lib |
|
54 LIBRARY charconv.lib |
|
55 LIBRARY estor.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY sendui.lib |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY sysutil.lib |
|
60 LIBRARY eikcoctl.lib |
|
61 LIBRARY eikcore.lib |
|
62 //LIBRARY CommonUI.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY etext.lib |
|
67 LIBRARY featmgr.lib |
|
68 LIBRARY lbs.lib |
|
69 LIBRARY calencommonutils.lib |
|
70 LIBRARY centralrepository.lib |
|
71 |
|
72 CAPABILITY CAP_GENERAL_DLL |
|
73 |
|
74 LANG SC |
|
75 |
|
76 |
|
77 // End of File |