genericservices/systemagent/Inc/SaCls.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
--- a/genericservices/systemagent/Inc/SaCls.h	Sat Feb 20 00:31:00 2010 +0200
+++ b/genericservices/systemagent/Inc/SaCls.h	Fri Mar 12 15:50:56 2010 +0200
@@ -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();