diff -r 8ee96d21d9bf -r 7e0eff37aedb gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp --- a/gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp Tue Aug 31 15:29:50 2010 +0300 +++ b/gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp Wed Sep 01 12:20:44 2010 +0100 @@ -11,13 +11,15 @@ * * Contributors: * -* Description: BC test mmp for profile engine wrapper +* Description: ?Description * */ -// To get the OS_LAYER_SYSTEMINCLUDE-definition -#include +#if defined(__S60_) + // To get the OS_LAYER_SYSTEMINCLUDE-definition + #include +#endif TARGET ProEngWrapAPI.dll TARGETTYPE dll @@ -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