diff -r 13d7c31c74e0 -r b183ec05bd8c terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h --- a/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h Thu Aug 19 10:44:50 2010 +0300 +++ b/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h Tue Aug 31 16:04:06 2010 +0300 @@ -20,7 +20,9 @@ // System Includes #include #include //Publish subscribe key -#include //Java installer +//Commented to avoid app layer dependency +//#include //Java installer +//Comment ends here #include //Java Installer defined here #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include @@ -32,6 +34,9 @@ //User includes #include "DmEventServiceBase.h" +//Constants for java installer - done to avoid app layer dependency +#define KPSUidJavaLatestInstallation 0x10282567 + //The publish subscribe key with condition. Do not alter this unless absolutely needed! const TPSKeyCondition KJavaPSKeyCondition(KUidSystemCategory,KPSUidJavaLatestInstallation, 0, TTaskSchedulerCondition::EGreaterThan);