|
1 /* |
|
2 * Copyright (c) 2005-2009 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: Project definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 VERSION 10.0 |
|
22 TARGET mdsserver.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x0 0x200009F3 |
|
25 TARGETPATH SHARED_LIB_DIR |
|
26 |
|
27 EPOCSTACKSIZE 0x5000 |
|
28 #ifdef WINS |
|
29 EPOCHEAPSIZE 0x4000 0x200000 |
|
30 #else |
|
31 EPOCHEAPSIZE 0x8000 0x400000 |
|
32 #endif |
|
33 |
|
34 CAPABILITY CAP_SERVER AllFiles |
|
35 VENDORID VID_DEFAULT |
|
36 |
|
37 //MACRO LOG_MASTER_FLAG |
|
38 MACRO LOG_QUERY |
|
39 MACRO LOG_DB |
|
40 // MACRO LOG_MUTEX |
|
41 MACRO LOG_SERVER |
|
42 |
|
43 SYSTEMINCLUDE /epoc32/include/ecom |
|
44 SYSTEMINCLUDE /epoc32/include/connect |
|
45 USERINCLUDE ../../../inc |
|
46 USERINCLUDE ../inc |
|
47 |
|
48 SOURCEPATH ../src |
|
49 SOURCE mdsserver.cpp |
|
50 SOURCE mdsserversession.cpp |
|
51 SOURCE mdsmanipulationengine.cpp |
|
52 SOURCE mdsfindengine.cpp |
|
53 SOURCE mdsfindsequence.cpp |
|
54 SOURCE mdssqliteconnection.cpp |
|
55 SOURCE mdssqlobjectmanipulate.cpp |
|
56 SOURCE mdssqldbmaintenance.cpp |
|
57 SOURCE mdsmaintenanceengine.cpp |
|
58 SOURCE mdsdbconnectionpool.cpp |
|
59 SOURCE mdssqlfindoperation.cpp |
|
60 SOURCE mdsclausebuffer.cpp |
|
61 SOURCE mdsobjectlocklist.cpp |
|
62 SOURCE mdsnotifier.cpp |
|
63 SOURCE mdsnotifycomparator.cpp |
|
64 SOURCE mdslogger.cpp |
|
65 SOURCE mdsindexer.cpp |
|
66 SOURCE mdsgarbagecollector.cpp |
|
67 SOURCE mdsfindsqlclause.cpp |
|
68 SOURCE mdsschema.cpp |
|
69 SOURCE mdsimportexport.cpp |
|
70 SOURCE mdsnamespacedef.cpp |
|
71 SOURCE mdsitemdef.cpp |
|
72 SOURCE mdsobjectdef.cpp |
|
73 SOURCE mdspropertydef.cpp |
|
74 SOURCE mdseventdef.cpp |
|
75 SOURCE mdsrelationdef.cpp |
|
76 SOURCE mdsdiskspacenotifier.cpp |
|
77 SOURCE mdspreferences.cpp |
|
78 SOURCE mdsgetimeiao.cpp |
|
79 SOURCE mdsquerycriteriadeserialization.cpp |
|
80 SOURCE mdebackuprestorewatcher.cpp |
|
81 SOURCE mdsshutdownobserver.cpp |
|
82 |
|
83 MW_LAYER_SYSTEMINCLUDE |
|
84 |
|
85 LIBRARY euser.lib |
|
86 LIBRARY mdccommon.lib |
|
87 LIBRARY sqldb.lib |
|
88 LIBRARY efsrv.lib |
|
89 LIBRARY estor.lib |
|
90 LIBRARY charconv.lib |
|
91 LIBRARY bafl.lib |
|
92 LIBRARY etel3rdparty.lib |
|
93 LIBRARY flogger.lib |
|
94 LIBRARY hash.lib |
|
95 LIBRARY inetprotutil.lib |
|
96 |
|
97 UNPAGED |
|
98 |
|
99 OPTION ARMCC -O3 -OTime |
|
100 |