boottimeintegritycheck/TrkDummy/group/TrkDummy1.mmp
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
--- a/boottimeintegritycheck/TrkDummy/group/TrkDummy1.mmp	Tue Aug 31 16:04:40 2010 +0300
+++ b/boottimeintegritycheck/TrkDummy/group/TrkDummy1.mmp	Wed Sep 01 12:19:59 2010 +0100
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  Dummy exe to prevent installing too liberal TrkApp
-*  Version     : %version: 8 %
+*  Version     : %version: 7 %
 *
 */
 
@@ -26,9 +26,9 @@
 // This component is built-in'.
 
 
-
-#include <platform_paths.hrh>
-
+#if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
+  #include <platform_paths.hrh>
+#endif
 
 CAPABILITY      None
 
@@ -45,9 +45,12 @@
 SOURCE          TrkDummy.cpp
 SOURCE          TrkDummyApplication.cpp
 
-USERINCLUDE     ../inc
-
-MW_LAYER_SYSTEMINCLUDE    
+USERINCLUDE     ../inc 
+#if defined (__SERIES60_30__) || defined(__SERIES60_31__)
+	SYSTEMINCLUDE	/epoc32/include  
+#else
+    MW_LAYER_SYSTEMINCLUDE    
+#endif
 
 LIBRARY         euser.lib
 LIBRARY         apparc.lib