terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h
changeset 22 19fb38abab1d
parent 5 3f7d9dbe57c8
child 62 19bba8228ff0
--- a/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h	Tue Feb 02 00:44:00 2010 +0200
+++ b/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h	Fri Apr 16 15:52:47 2010 +0300
@@ -20,7 +20,9 @@
 // System Includes
 #include <e32base.h>
 #include <e32property.h>    //Publish subscribe key
-#include <javadomainpskeys.h> //Java installer
+//Commented to avoid app layer dependency
+//#include <javadomainpskeys.h> //Java installer
+//Comment ends here
 #include <swispubsubdefs.h> //Java Installer defined here
 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
 #include <schinfo.h>
@@ -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);