66
|
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 CalenSvr.exe.
|
|
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_CALENSVR
|
|
25 |
|
|
26 |
TARGET calensvr.exe
|
|
27 |
TARGETTYPE EXE
|
|
28 |
|
|
29 |
TARGETPATH /sys/bin
|
|
30 |
|
|
31 |
UID 0x1000008D 0x100059A1
|
|
32 |
|
|
33 |
USERINCLUDE ../inc
|
|
34 |
USERINCLUDE ../../../inc
|
|
35 |
USERINCLUDE ../../CalenSvrClient/inc
|
|
36 |
USERINCLUDE ../../CalenShared/Inc
|
|
37 |
USERINCLUDE ../../../cenrep // central repository headers
|
|
38 |
|
|
39 |
APP_LAYER_SYSTEMINCLUDE
|
|
40 |
SYSTEMINCLUDE ../../../../inc //organizer include
|
|
41 |
SYSTEMINCLUDE ../../../../alarmengines/inc
|
|
42 |
SYSTEMINCLUDE /epoc32/include/connect
|
|
43 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
44 |
|
|
45 |
SOURCEPATH ../src
|
|
46 |
|
|
47 |
SOURCE CalenSvrMain.cpp
|
|
48 |
SOURCE CalSvrSession.cpp
|
|
49 |
SOURCE CalSvrScheduler.cpp
|
|
50 |
SOURCE CalenServer.cpp
|
|
51 |
SOURCE CalenSvrBootManager.cpp
|
|
52 |
SOURCE CalenSvrDBManager.cpp
|
|
53 |
SOURCE CalenSvrAlarmManager.cpp
|
|
54 |
SOURCE calensvrmissedalarmmanager.cpp
|
|
55 |
|
|
56 |
LIBRARY alarmclient.lib
|
|
57 |
LIBRARY alarmshared.lib
|
|
58 |
LIBRARY calinterimapi.lib
|
|
59 |
LIBRARY bafl.lib
|
|
60 |
LIBRARY calenglobaldata.lib
|
|
61 |
LIBRARY centralrepository.lib
|
|
62 |
LIBRARY euser.lib
|
|
63 |
LIBRARY featmgr.lib
|
|
64 |
LIBRARY tzclient.lib
|
|
65 |
LIBRARY aknnotify.lib
|
|
66 |
LIBRARY aknnotifyplugin.lib
|
|
67 |
LIBRARY cenrepnotifhandler.lib // CenRep Notify Handler
|
|
68 |
LIBRARY missedalarmstore.lib
|
|
69 |
LIBRARY calencommonutils.lib
|
|
70 |
LIBRARY caleninterimutils2.lib
|
|
71 |
LIBRARY efsrv.lib
|
|
72 |
LIBRARY PlatformEnv.lib
|
|
73 |
|
|
74 |
|
|
75 |
sourcepath ../data
|
|
76 |
start resource calensvrmissedalarmmanagerresource.rss
|
|
77 |
header
|
|
78 |
targetpath RESOURCE_FILES_DIR
|
|
79 |
LANGUAGE_IDS
|
|
80 |
end
|
|
81 |
|
|
82 |
// Really neads following capabilities:
|
|
83 |
// CAPABILITY
|
|
84 |
// ProtServ // This server is started on startup
|
|
85 |
// ReadDeviceData // For using central repository
|
|
86 |
// WriteDeviceData // For using central repository
|
|
87 |
// ReadUserData // For accessing Calendar db
|
|
88 |
CAPABILITY CAP_SERVER
|
|
89 |
VENDORID VID_DEFAULT
|
|
90 |
|
|
91 |
|
|
92 |
// End of File
|