|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // cntsrv.exe Contacts server (no external interfaces) |
|
15 // |
|
16 // |
|
17 |
|
18 #include "cntmodel.mmh" |
|
19 |
|
20 TARGET cntsrv.exe |
|
21 TARGETTYPE exe |
|
22 |
|
23 CAPABILITY readuserdata writeuserdata protserv |
|
24 |
|
25 UID 0x10004019 0x10003A73 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 //MACRO __VERBOSE_DEBUG__ |
|
29 //MACRO __STATE_MACHINE_DEBUG__ |
|
30 //MACRO __PROFILE_DEBUG__ |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 USERINCLUDE ../src |
|
35 USERINCLUDE ../cntmodel/inc // For CCntPackager.h |
|
36 USERINCLUDE ../cntsrv/inc |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 SOURCEPATH ../cntsrv/src |
|
40 SOURCE CCntSession.Cpp |
|
41 SOURCE CCntServer.cpp |
|
42 SOURCE Main.cpp |
|
43 SOURCE CCntDbManager.cpp |
|
44 SOURCE CCntDbManagerController.cpp |
|
45 SOURCE CCntStateMachine.cpp |
|
46 SOURCE CCntRequest.cpp |
|
47 SOURCE CActiveLoop.cpp |
|
48 SOURCE CViewSubSessions.cpp |
|
49 SOURCE CCntEventQueue.cpp |
|
50 SOURCE CntCurrentItemMap.cpp |
|
51 SOURCE CIniFileManager.cpp |
|
52 SOURCE CntSpeedDials.cpp |
|
53 SOURCE CCntBackupRestoreAgent.cpp |
|
54 SOURCE CCntLowDiskManager.cpp |
|
55 SOURCE CCntPermanentData.cpp |
|
56 SOURCE CCntMsgHandler.cpp |
|
57 SOURCE CCntItemMsgHandler.cpp |
|
58 SOURCE CCntEventMsgHandler.cpp |
|
59 SOURCE CCntTransactionMsgHandler.cpp |
|
60 SOURCE CCntFileManagerMsgHandler.cpp |
|
61 SOURCE CCntPropertiesMsgHandler.cpp |
|
62 SOURCE CCntViewMsgHandler.cpp |
|
63 |
|
64 |
|
65 SOURCEPATH ../src |
|
66 SOURCE Debug.cpp |
|
67 |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY efsrv.lib |
|
71 LIBRARY estor.lib |
|
72 LIBRARY cntmodel.lib |
|
73 LIBRARY bafl.lib |
|
74 LIBRARY charconv.lib |
|
75 |
|
76 #ifdef BUILD_SQL |
|
77 LIBRARY cntplsql.lib |
|
78 #else |
|
79 LIBRARY cntpldbms.lib |
|
80 #endif |
|
81 |
|
82 |
|
83 |