gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp
changeset 68 13e71d907dc3
parent 40 6465d5bb863a
--- a/gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp	Fri Jun 25 17:09:30 2010 +0800
+++ b/gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp	Thu Nov 04 13:38:47 2010 +0800
@@ -11,15 +11,17 @@
 *
 * Contributors:
 *
-* Description:  BC test mmp for profile engine wrapper
+* Description:  ?Description
 *
 */
 
 
-// To get the OS_LAYER_SYSTEMINCLUDE-definition
-#include <platform_paths.hrh>
+#if defined(__S60_)
+        // To get the OS_LAYER_SYSTEMINCLUDE-definition
+        #include <platform_paths.hrh>
+#endif
 
-TARGET          ProEngWrapAPI.dll
+TARGET          proengwrapapi.dll
 TARGETTYPE      dll
 UID             0x1000008D 0x101FB3E3
 
@@ -27,8 +29,28 @@
 
 DEFFILE         ProEngWrapAPI.def
 
+#ifdef SBSV2
 USERINCLUDE     ../inc 
-MW_LAYER_SYSTEMINCLUDE
+
+	#if defined(__S60_)
+	    MW_LAYER_SYSTEMINCLUDE
+	#else // __S60_ not defined
+SYSTEMINCLUDE   /epoc32/include 
+SYSTEMINCLUDE   /epoc32/include/internal
+	#endif // __S60_
+
+#else // SBSV2 not defined
+USERINCLUDE     ../inc 
+
+	#if defined(__S60_)
+	    MW_LAYER_SYSTEMINCLUDE
+	#else // __S60_ not defined
+SYSTEMINCLUDE   /epoc32/include 
+SYSTEMINCLUDE   /epoc32/include/internal
+	#endif // __S60_
+
+#endif // SBSV2
+APP_LAYER_SYSTEMINCLUDE
 
 SOURCEPATH      ../src
 
@@ -45,7 +67,7 @@
 LIBRARY         profileengine.lib
 
 
-LANG            SC
+LANG            sc
 
 
 // End of File