30
|
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 |
SOURCE calendbchangenotifier.cpp
|
|
42 |
|
|
43 |
USERINCLUDE ../inc
|
|
44 |
USERINCLUDE ../../inc
|
|
45 |
|
|
46 |
APP_LAYER_SYSTEMINCLUDE
|
|
47 |
SYSTEMINCLUDE ../../../inc //organizer include
|
|
48 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
49 |
SYSTEMINCLUDE ../../../alarmengines/inc
|
|
50 |
|
|
51 |
LIBRARY euser.lib
|
|
52 |
LIBRARY ecom.lib
|
|
53 |
LIBRARY caleninterimutils2.lib
|
|
54 |
LIBRARY calinterimapi.lib
|
|
55 |
LIBRARY calenimp.lib
|
|
56 |
LIBRARY charconv.lib
|
|
57 |
LIBRARY estor.lib
|
|
58 |
LIBRARY efsrv.lib
|
|
59 |
LIBRARY sendui.lib
|
|
60 |
LIBRARY avkon.lib
|
|
61 |
LIBRARY sysutil.lib
|
|
62 |
LIBRARY eikcoctl.lib
|
|
63 |
LIBRARY eikcore.lib
|
|
64 |
//LIBRARY CommonUI.lib
|
|
65 |
LIBRARY bafl.lib
|
|
66 |
LIBRARY commonengine.lib
|
|
67 |
LIBRARY cone.lib
|
|
68 |
LIBRARY etext.lib
|
|
69 |
LIBRARY featmgr.lib
|
|
70 |
LIBRARY lbs.lib
|
|
71 |
LIBRARY calencommonutils.lib
|
|
72 |
LIBRARY centralrepository.lib
|
|
73 |
LIBRARY missedalarmstore.lib flogger.lib
|
|
74 |
|
|
75 |
CAPABILITY CAP_GENERAL_DLL
|
|
76 |
|
|
77 |
LANG SC
|
|
78 |
|
|
79 |
|
|
80 |
// End of File
|