genericservices/systemagent/Inc/SaCls.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
3:18f64da82512 9:fa985af77159
   363 @publishedAll
   363 @publishedAll
   364 @released
   364 @released
   365 */
   365 */
   366 const TUint KUidBackupRestoreKey = 0x10202792;
   366 const TUint KUidBackupRestoreKey = 0x10202792;
   367 
   367 
       
   368 /**
       
   369 This is the publish and subscribe property used by Secure Software Install to 
       
   370 Publish package UIDs which are currently being processed. The publish and subscribe key is defined by 
       
   371 SysAgent2 server, but we do not want to have a dependency to the security subsystem, so we define a 
       
   372 constant in sacls.h , By doing this it will be available for Core OS layer components. 
       
   373 
       
   374 @publishedAll
       
   375 @released
       
   376 */
       
   377 const TUint KSWIUidsCurrentlyBeingProcessed= 0x2002D4F4;
   368 
   378 
   369 // Deprecated - redundant method no longer used by system software
   379 // Deprecated - redundant method no longer used by system software
   370 IMPORT_C TInt StartSysAgt2();
   380 IMPORT_C TInt StartSysAgt2();
   371 
   381 
   372 #endif //__SACLS_H__
   382 #endif //__SACLS_H__