13 * |
13 * |
14 * Description: Feeds server |
14 * Description: Feeds server |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #include <bldvariant.hrh> |
18 #include <bldvariant.hrh> |
20 #include <data_caging_paths.hrh> |
19 #include <data_caging_paths.hrh> |
21 #include <platform_paths.hrh> |
20 #include <platform_paths.hrh> |
22 #include <platform/mw/Browser_platform_variant.hrh> |
21 #include <platform/mw/browser_platform_variant.hrh> |
23 |
|
24 |
22 |
25 TARGET FeedsServer.exe |
23 TARGET FeedsServer.exe |
26 TARGETTYPE exe |
24 TARGETTYPE exe |
27 EPOCSTACKSIZE 0x5000 |
25 EPOCSTACKSIZE 0x5000 |
28 EPOCHEAPSIZE 0x5000 0x1000000 |
26 EPOCHEAPSIZE 0x5000 0x1000000 |
40 TARGETPATH /sys/bin |
38 TARGETPATH /sys/bin |
41 #else |
39 #else |
42 TARGETPATH /System/Programs |
40 TARGETPATH /System/Programs |
43 #endif |
41 #endif |
44 |
42 |
45 |
|
46 // FeedsServer/Server sources |
43 // FeedsServer/Server sources |
47 SOURCEPATH ../FeedsServer/Server/src |
44 SOURCEPATH ../FeedsServer/Server/src |
48 SOURCE FeedsDatabase.cpp |
45 SOURCE FeedsDatabase.cpp |
49 SOURCE FeedsServer.cpp |
46 SOURCE FeedsServer.cpp |
50 SOURCE FeedsServerMain.cpp |
47 SOURCE FeedsServerMain.cpp |
54 SOURCE UpdateAllFeedsTask.cpp |
51 SOURCE UpdateAllFeedsTask.cpp |
55 SOURCE ImportFeedsTask.cpp |
52 SOURCE ImportFeedsTask.cpp |
56 SOURCE BackRestoreHandler.cpp |
53 SOURCE BackRestoreHandler.cpp |
57 SOURCE UpdateManager.cpp |
54 SOURCE UpdateManager.cpp |
58 SOURCE UpdateQueue.cpp |
55 SOURCE UpdateQueue.cpp |
59 |
|
60 |
56 |
61 // FeedsServer/FeedHandler sources |
57 // FeedsServer/FeedHandler sources |
62 SOURCEPATH ../FeedsServer/FeedHandler/src |
58 SOURCEPATH ../FeedsServer/FeedHandler/src |
63 SOURCE AtomFeedParser.cpp |
59 SOURCE AtomFeedParser.cpp |
64 SOURCE FeedHandler.cpp |
60 SOURCE FeedHandler.cpp |
99 USERINCLUDE ../FeedsServer/FolderHandler/inc |
94 USERINCLUDE ../FeedsServer/FolderHandler/inc |
100 USERINCLUDE ../FeedsServer/UrlHandler/inc |
95 USERINCLUDE ../FeedsServer/UrlHandler/inc |
101 USERINCLUDE ../FeedsServer/XmlUtils/inc |
96 USERINCLUDE ../FeedsServer/XmlUtils/inc |
102 USERINCLUDE ../../inc |
97 USERINCLUDE ../../inc |
103 |
98 |
104 |
|
105 MW_LAYER_SYSTEMINCLUDE |
99 MW_LAYER_SYSTEMINCLUDE |
106 MW_LAYER_LIBC_SYSTEMINCLUDE |
100 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
107 |
101 |
108 // Libraries |
102 // Libraries |
109 LIBRARY euser.lib |
103 LIBRARY euser.lib |
110 #ifdef _DEBUG |
104 #ifdef _DEBUG |
111 LIBRARY flogger.lib |
105 LIBRARY flogger.lib |
112 #else |
106 #else |
113 DEBUGLIBRARY flogger.lib |
107 DEBUGLIBRARY flogger.lib |
114 #endif |
108 #endif |
115 LIBRARY bafl.lib |
109 LIBRARY bafl.lib |
116 LIBRARY InetProtUtil.lib |
110 LIBRARY InetProtUtil.lib |
117 LIBRARY http.lib |
111 LIBRARY http.lib |
118 LIBRARY efsrv.lib |
112 LIBRARY efsrv.lib |
119 LIBRARY XmlEngine.lib |
113 LIBRARY XmlEngine.lib |
120 LIBRARY XmlEngineDOM.lib |
114 LIBRARY XmlEngineDOM.lib |
121 LIBRARY XmlEngineUtils.Lib |
115 LIBRARY XmlEngineUtils.Lib |
122 LIBRARY estlib.lib |
116 LIBRARY estlib.lib |
123 LIBRARY HttpFilterCommon.lib |
117 LIBRARY HttpFilterCommon.lib |
124 LIBRARY connectionmanager.lib |
118 LIBRARY connectionmanager.lib |
125 LIBRARY ecom.lib |
119 LIBRARY ecom.lib |
126 LIBRARY commdb.lib |
120 LIBRARY commdb.lib |
127 LIBRARY charconv.lib |
121 LIBRARY charconv.lib |
128 LIBRARY edbms.lib |
122 LIBRARY edbms.lib |
129 LIBRARY estor.lib |
123 LIBRARY estor.lib |
130 LIBRARY centralrepository.lib |
124 LIBRARY centralrepository.lib |
131 LIBRARY apengine.lib |
125 LIBRARY apengine.lib |
132 LIBRARY ESock.lib |
126 LIBRARY ESock.lib |
133 LIBRARY Avkon.lib |
127 LIBRARY Avkon.lib |
134 LIBRARY etel3rdparty.lib |
128 LIBRARY etel3rdparty.lib |
135 LIBRARY webutils.lib |
129 LIBRARY webutils.lib |
136 LIBRARY sysutil.lib |
130 LIBRARY sysutil.lib |
|
131 |
|
132 #ifdef BRDO_OCC_ENABLED_FF |
|
133 LIBRARY featmgr.lib |
|
134 #endif |
|
135 |