browserutilities/webutils/group/webutils.mmp
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
--- a/browserutilities/webutils/group/webutils.mmp	Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/webutils/group/webutils.mmp	Wed Sep 01 12:28:30 2010 +0100
@@ -15,10 +15,9 @@
 *
 */
 
-
 #include <platform_paths.hrh>
 #include <data_caging_paths.hrh>
-#include <platform/mw/Browser_platform_variant.hrh>
+#include <platform/mw/browser_platform_variant.hrh>
 
 // Build target
 TARGET		webutils.dll
@@ -33,13 +32,11 @@
 // Source files 
 SOURCE			CUserAgent.cpp
 
-
 // Include paths
-USERINCLUDE     . ../inc 
+USERINCLUDE     . ../INC 
 
 MW_LAYER_SYSTEMINCLUDE
-MW_LAYER_LIBC_SYSTEMINCLUDE
-
+OS_LAYER_ESTLIB_SYSTEMINCLUDE
 
 // Dependencies
 LIBRARY			euser.lib
@@ -53,14 +50,12 @@
 //MACRO _WEBUTILS_LOG_
 //#define _WEBUTILS_LOG_
 
-
 #ifdef _WEBUTILS_LOG_
 LIBRARY flogger.lib
 #else
 DEBUGLIBRARY flogger.lib
 #endif
 
-
 #if defined(ARMCC)
         DEFFILE ../EABI/WebUtils_EKA2.DEF 
 #elif defined( WINSCW )
@@ -70,5 +65,3 @@
 #else
         DEFFILE ../BMARM/WEBUTILS_EKA2.DEF 
 #endif
-
-