30
|
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 the Calendar.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include "../../inc/CalendarVariant.hrh"
|
|
22 |
|
|
23 |
|
|
24 |
//Activate this macro to get traces
|
|
25 |
//MACRO TRACE_ENTRY_EXIT_POINT
|
|
26 |
//MACRO TRACE_MODULE_CALENDAR
|
|
27 |
//MACRO _PIM_FILE_LOG
|
|
28 |
//MACRO _DISPLAY_WARNINGS
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
TARGET calendar.exe
|
|
33 |
EPOCSTACKSIZE 0x5000
|
|
34 |
EPOCHEAPSIZE 0x20000 0x400000 // Min 128kb, max 4Mb
|
|
35 |
TARGETTYPE exe
|
|
36 |
UID 0x100039CE 0x10005901
|
|
37 |
|
|
38 |
SOURCEPATH ../data
|
|
39 |
|
|
40 |
START RESOURCE Calendar.rss
|
|
41 |
HEADER
|
|
42 |
TARGETPATH APP_RESOURCE_DIR
|
|
43 |
LANGUAGE_IDS
|
|
44 |
END // RESOURCE
|
|
45 |
|
|
46 |
START RESOURCE Calendar_reg.rss
|
|
47 |
DEPENDS calendar.rsg
|
|
48 |
// Do not change the UID below.
|
|
49 |
TARGETPATH /private/10003a3f/apps
|
|
50 |
END // RESOURCE
|
|
51 |
|
|
52 |
// INCLUDES
|
|
53 |
USERINCLUDE ../inc
|
|
54 |
USERINCLUDE ../data
|
|
55 |
|
|
56 |
USERINCLUDE ../../inc
|
|
57 |
USERINCLUDE ../../views/inc
|
|
58 |
USERINCLUDE ../../controller/inc // CCalenViewManager
|
|
59 |
|
|
60 |
APP_LAYER_SYSTEMINCLUDE
|
|
61 |
SYSTEMINCLUDE ../../../inc //organizer include
|
|
62 |
SYSTEMINCLUDE /epoc32/include/connect
|
|
63 |
|
|
64 |
SOURCEPATH ../src
|
|
65 |
// application
|
|
66 |
SOURCE CalenApp.cpp
|
|
67 |
SOURCE CalenDoc.cpp
|
|
68 |
SOURCE CalenAppUi.cpp
|
|
69 |
|
|
70 |
LIBRARY calencontroller.lib // Calendar Controller
|
|
71 |
|
|
72 |
LIBRARY apparc.lib // Application Architecture
|
|
73 |
LIBRARY avkon.lib // AVKON framework
|
|
74 |
LIBRARY cone.lib // Control environment
|
|
75 |
LIBRARY eikcore.lib // Eikon framework
|
|
76 |
LIBRARY eiksrv.lib // Eikon framework
|
|
77 |
LIBRARY euser.lib // E32 User library
|
|
78 |
LIBRARY featmgr.lib // Feature Manager
|
|
79 |
|
|
80 |
// File logging
|
|
81 |
LIBRARY flogger.lib
|
|
82 |
LIBRARY efsrv.lib
|
|
83 |
LIBRARY aknnotify.lib
|
|
84 |
|
|
85 |
// Really neads following capabilities:
|
|
86 |
// CAPABILITY
|
|
87 |
// ReadUserData // For accessing Calendar database
|
|
88 |
// WriteUserData // For accessing Calendar database
|
|
89 |
// ReadDeviceData // For reading settings
|
|
90 |
// WriteDeviceData // For writing settings
|
|
91 |
// NetworkServices // For sending vCalendars?
|
|
92 |
// ProtServ // For connecting Agenda Server?
|
|
93 |
// DRM // Calendar alarm tones are DRM protected
|
|
94 |
CAPABILITY CAP_APPLICATION NetworkControl
|
|
95 |
|
|
96 |
VENDORID VID_DEFAULT
|
|
97 |
|
|
98 |
|
|
99 |
// End of File
|