terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
--- a/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h	Tue Aug 31 16:04:06 2010 +0300
+++ b/terminalsecurity/SCP/DmEventNotifier/inc/JavaApplicationService.h	Wed Sep 01 12:27:42 2010 +0100
@@ -20,9 +20,7 @@
 // System Includes
 #include <e32base.h>
 #include <e32property.h>    //Publish subscribe key
-//Commented to avoid app layer dependency
-//#include <javadomainpskeys.h> //Java installer
-//Comment ends here
+#include <javadomainpskeys.h> //Java installer
 #include <swispubsubdefs.h> //Java Installer defined here
 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
 #include <schinfo.h>
@@ -34,9 +32,6 @@
 //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);