browserutilities/feedsengine/group/FeedsServer.mmp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 64 ac77f89b1d9e
child 65 5bfc169077b2
--- a/browserutilities/feedsengine/group/FeedsServer.mmp	Thu Dec 17 09:20:16 2009 +0200
+++ b/browserutilities/feedsengine/group/FeedsServer.mmp	Thu Jan 07 13:31:38 2010 +0200
@@ -15,13 +15,11 @@
 *
 */
 
-
 #include <bldvariant.hrh>
 #include <data_caging_paths.hrh>
 #include <platform_paths.hrh>
 #include <platform/mw/browser_platform_variant.hrh>
 
-
 TARGET          FeedsServer.exe
 TARGETTYPE      exe
 EPOCSTACKSIZE   0x5000
@@ -42,7 +40,6 @@
 TARGETPATH      /System/Programs
 #endif
 
-
 // FeedsServer/Server sources
 SOURCEPATH        ../FeedsServer/Server/src
 SOURCE            FeedsDatabase.cpp
@@ -57,7 +54,6 @@
 SOURCE            UpdateManager.cpp  
 SOURCE            UpdateQueue.cpp        
 
-
 // FeedsServer/FeedHandler sources
 SOURCEPATH        ../FeedsServer/FeedHandler/src
 SOURCE            AtomFeedParser.cpp
@@ -84,7 +80,6 @@
 SOURCE            XmlEntity.cpp
 SOURCE            XmlUtils.cpp
 
-
 // Utils sources
 SOURCEPATH        ../FeedsServer/Common/src
 SOURCE            LeakTracker.cpp
@@ -101,36 +96,36 @@
 USERINCLUDE       ../FeedsServer/XmlUtils/inc
 USERINCLUDE       ../../inc
 
-
 MW_LAYER_SYSTEMINCLUDE
-MW_LAYER_LIBC_SYSTEMINCLUDE
+OS_LAYER_ESTLIB_SYSTEMINCLUDE
 
 // Libraries
-LIBRARY             euser.lib
+LIBRARY       euser.lib
 #ifdef _DEBUG
 	LIBRARY    flogger.lib
 #else
 	DEBUGLIBRARY    flogger.lib
 #endif
-LIBRARY             bafl.lib
-LIBRARY             InetProtUtil.lib
-LIBRARY             http.lib
-LIBRARY             efsrv.lib
-LIBRARY             XmlEngine.lib
-LIBRARY             XmlEngineDOM.lib
-LIBRARY             XmlEngineUtils.Lib
-LIBRARY             estlib.lib
-LIBRARY             HttpFilterCommon.lib
-LIBRARY             connectionmanager.lib
-LIBRARY             ecom.lib
-LIBRARY             commdb.lib
-LIBRARY             charconv.lib
-LIBRARY             edbms.lib
-LIBRARY             estor.lib
-LIBRARY             centralrepository.lib
+LIBRARY       bafl.lib
+LIBRARY       InetProtUtil.lib
+LIBRARY       http.lib
+LIBRARY       efsrv.lib
+LIBRARY       XmlEngine.lib
+LIBRARY       XmlEngineDOM.lib
+LIBRARY       XmlEngineUtils.Lib
+LIBRARY       estlib.lib
+LIBRARY       HttpFilterCommon.lib
+LIBRARY       connectionmanager.lib
+LIBRARY       ecom.lib
+LIBRARY       commdb.lib
+LIBRARY       charconv.lib
+LIBRARY       edbms.lib
+LIBRARY       estor.lib
+LIBRARY       centralrepository.lib
 LIBRARY				apengine.lib
-LIBRARY			    ESock.lib
+LIBRARY			  ESock.lib
 LIBRARY				Avkon.lib
 LIBRARY				etel3rdparty.lib 
 LIBRARY				webutils.lib
-LIBRARY             sysutil.lib
+LIBRARY       sysutil.lib
+