genericservices/systemagent/Inc/SaCls.h
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
--- a/genericservices/systemagent/Inc/SaCls.h	Tue Feb 02 02:01:42 2010 +0200
+++ b/genericservices/systemagent/Inc/SaCls.h	Fri Apr 16 16:46:38 2010 +0300
@@ -365,6 +365,16 @@
 */
 const TUint KUidBackupRestoreKey = 0x10202792;
 
+/**
+This is the publish and subscribe property used by Secure Software Install to 
+Publish package UIDs which are currently being processed. The publish and subscribe key is defined by 
+SysAgent2 server, but we do not want to have a dependency to the security subsystem, so we define a 
+constant in sacls.h , By doing this it will be available for Core OS layer components. 
+
+@publishedAll
+@released
+*/
+const TUint KSWIUidsCurrentlyBeingProcessed= 0x2002D4F4;
 
 // Deprecated - redundant method no longer used by system software
 IMPORT_C TInt StartSysAgt2();