#include <sacls.h>
const TInt | KUidPhonePwrValue |
const TInt | KUidSIMStatusValue |
const TInt | KUidNetworkStatusValue |
const TInt | KUidNetworkStrengthValue |
const TInt | KUidChargerStatusValue |
const TInt | KUidBatteryStrengthValue |
const TInt | KUidCurrentCallValue |
const TInt | KSAUidSoftwareInstallKeyValue |
This is a duplicate of Swi::KUidSoftwareInstallKey from swi/swispubsubdefs.h This is the publish and subscribe property used by Secure Software Install to publish its current state. 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 redefine a constant with the same key value here so it may be used by this and other Core OS layer components. We also define the property's values in sacls.h too, see TSASwisOperation & TSASwisOperationStatus.
const TUint | KSASwisOperationStatusMask |
This is a duplicate of Swi::KSwisOperationStatusMask from swi/swispubsubdefs.h
See also: KSAUidSoftwareInstallKeyValue
const TUint | KUidSwiLatestInstallation |
This is the global definition used by Software Install server (SWIS) This is the publish and subscribe property used by SWI to publish the most recently installed or updated application. If the application has subsequently been uninstalled the value may refer to an application that no longer exists. Has value KUidNull if no applications have been installed
const TUint | KUidUnifiedCertstoreFlag |
This is the global definition of KUidUnifiedCertstoreFlag. This publish and subscribe property is used to notify users of changes in the unified certstore
const TUint | KUidBackupRestoreKey |
This is a duplicate of KUidBackupRestoreKey from the secure backup engine's sbdefs.h This is the Publish and Subscribe property used by Secure Backup Engine to publish its current state. The publish and subscribe key is defined by SysAgent2 server.
const TUint | KSWIUidsCurrentlyBeingProcessed |
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.