webengine/wmlengine/group/system/system.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/webengine/wmlengine/group/system/system.mmp	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/wmlengine/group/system/system.mmp	Fri Mar 19 09:52:28 2010 +0200
@@ -15,16 +15,39 @@
 *
 */
 
-#include  "../webkitcommon.mmpi"
+#include <platform_paths.hrh>
+#include <platform/mw/Browser_platform_variant.hrh>
 
 TARGET          System.lib
 TARGETTYPE      lib
 SOURCEPATH      ../../src/system/src/
 
 CAPABILITY CAP_GENERAL_DLL
-VENDORID	 VID_DEFAULT
+VENDORID        VID_DEFAULT
 
 SOURCE Timer.c
 SOURCE Epoc32Timer.cpp
 SOURCE CEpoc32Timer.cpp
 SOURCE Epoc32OptionList.cpp
+
+#include  "../webkitcommon.mmpi"
+
+USERINCLUDE     .
+USERINCLUDE     ../../src/Object/include
+USERINCLUDE     ../../src/mvc/include
+USERINCLUDE     ../../src/system/include
+USERINCLUDE     ../../src/utils/include
+USERINCLUDE     ../../src/hed/include
+USERINCLUDE     ../../src/msg/include
+USERINCLUDE     ../../src/wml/include
+USERINCLUDE     ../../src/markup/include
+USERINCLUDE     ../../src/wmlcontrol/include
+
+
+
+SYSTEMINCLUDE   ../../src/utils/include
+SYSTEMINCLUDE   ../../src/utils/src
+SYSTEMINCLUDE		../../../osswebengine/MemoryManager/Inc
+MW_LAYER_SYSTEMINCLUDE
+MW_LAYER_LIBC_SYSTEMINCLUDE
+