--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/systemagent/Inc/SaCls.h Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,372 @@
+// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __SACLS_H__
+#define __SACLS_H__
+
+#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include <saclsdefines.h>
+#include <saclscommon.h>
+#endif
+
+#include <e32std.h>
+
+/**
+System agent 2 - maintained entries
+@publishedAll
+@released
+*/
+const TInt KUidProfileValue =0x100052D2;
+const TUid KUidProfile ={KUidProfileValue};
+
+/**
+@capability WriteDeviceData capability is required for changing KUidPhonePwr property value.
+@publishedAll
+@released
+*/
+const TInt KUidPhonePwrValue=0x100052C5;
+const TUid KUidPhonePwr={KUidPhonePwrValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAPhoneStatus
+ {
+ ESAPhoneOff,
+ ESAPhoneOn
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidSIMStatus property value.
+@publishedAll
+@released
+*/
+const TInt KUidSIMStatusValue =0x100052C6;
+const TUid KUidSIMStatus ={KUidSIMStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSASIMStatus
+ {
+ ESASimOk,
+ ESASimNotPresent,
+ ESASimRejected
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidNetworkStatus property value.
+@publishedAll
+@released
+*/
+const TInt KUidNetworkStatusValue=0x100052C7;
+const TUid KUidNetworkStatus ={KUidNetworkStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSANetworkStatus
+ {
+ ESANetworkAvailable,
+ ESANetworkUnAvailable
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidNetworkStrength property value.
+@publishedAll
+@released
+*/
+const TInt KUidNetworkStrengthValue =0x100052C8;
+const TUid KUidNetworkStrength ={KUidNetworkStrengthValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSANetworkStrength
+ {
+ ESANetworkStrengthNone,
+ ESANetworkStrengthLow,
+ ESANetworkStrengthMedium,
+ ESANetworkStrengthHigh,
+ ESANetworkStrengthUnknown
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidChargerStatus property value.
+@publishedAll
+@released
+*/
+const TInt KUidChargerStatusValue =0x100052C9;
+const TUid KUidChargerStatus ={KUidChargerStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAChargerStatus
+ {
+ ESAChargerConnected,
+ ESAChargerDisconnected,
+ ESAChargerNotCharging
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidBatteryStrength property value.
+@publishedAll
+@released
+*/
+const TInt KUidBatteryStrengthValue =0x100052CA;
+const TUid KUidBatteryStrength ={KUidBatteryStrengthValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSABatteryStrength
+ {
+ ESABatteryAlmostEmpty,
+ ESABatteryLow,
+ ESABatteryFull
+ };
+
+/**
+@capability WriteDeviceData capability is required for changing KUidCurrentCall property value.
+@publishedAll
+@released
+*/
+const TInt KUidCurrentCallValue =0x100052CB;
+const TUid KUidCurrentCall ={KUidCurrentCallValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSACurrentCall
+ {
+ ESACallNone,
+ ESACallVoice,
+ ESACallFax,
+ ESACallData,
+ ESACallAlerting,
+ ESACallRinging,
+ ESACallAlternating,
+ ESACallDialling,
+ ESACallAnswering,
+ ESACallDisconnecting
+ };
+
+/**
+@publishedAll
+@released
+*/
+const TInt KUidDataPortValue =0x100052CC;
+const TUid KUidDataPort ={KUidDataPortValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAPort
+ {
+ ESADataPortIdle,
+ ESADataPortBusy
+ };
+
+/**
+@publishedAll
+@released
+*/
+const TInt KUidInboxStatusValue =0x100052CD;
+const TUid KUidInboxStatus ={KUidInboxStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAInboxStatus
+ {
+ ESAInboxEmpty,
+ ESADocumentsInInbox
+ };
+
+/**
+@publishedAll
+@released
+*/
+const TInt KUidOutboxStatusValue=0x100052CE;
+const TUid KUidOutboxStatus ={KUidOutboxStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAOutboxStatus
+ {
+ ESAOutboxEmpty,
+ ESADocumentsInOutbox
+ };
+
+/**
+@publishedAll
+@released
+*/
+const TInt KUidClockValue =0x100052CF;
+const TUid KUidClock ={KUidClockValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAClock
+ {
+ ESAAm,
+ ESAPm
+ };
+
+/**
+No longer used
+@publishedAll
+@released
+*/
+const TInt KUidAlarmValue =0x100052D0;
+const TUid KUidAlarm ={KUidAlarmValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAAlarm
+ {
+ ESAAlarmOff,
+ ESAAlarmOn,
+ };
+
+/**
+@publishedAll
+@released
+*/
+const TInt KUidIrdaStatusValue =0x100052D1;
+const TUid KUidIrdaStatus ={KUidIrdaStatusValue};
+
+/**
+@publishedAll
+@released
+*/
+enum TSAIrdaStatus
+ {
+ ESAIrLoaded, //IRDA Irlap layer loaded
+ ESAIrDiscoveredPeer,//Discovery begin
+ ESAIrLostPeer, //Discovery end
+ ESAIrConnected, //IRDA Irlap layer connected
+ ESAIrBlocked, //IRDA Irlap layer blocked
+ ESAIrDisConnected, //IRDA Irlap layer disconnected
+ ESAIrUnloaded //IRDA Irlap layer unloaded
+ };
+
+//-----------------------------------------------------------------------------
+
+/**
+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.
+
+@publishedAll
+@released
+*/
+const TInt KSAUidSoftwareInstallKeyValue = 0x102047B7;
+
+/**
+This is a duplicate of Swi::TSwisOperation from swi/swispubsubdefs.h
+@see KSAUidSoftwareInstallKeyValue
+@publishedAll
+@released
+*/
+enum TSASwisOperation
+ {
+ ESASwisNone = 0x00, //< No operation
+ ESASwisInstall = 0x01, //< Swis install operation is in progress
+ ESASwisUninstall = 0x02, //< Swis uninstall operation is in progress
+ ESASwisRestore = 0x04 //< Swis restore operation is in progress
+ };
+
+
+/**
+This is a duplicate of Swi::KSwisOperationStatusMask from swi/swispubsubdefs.h
+@see KSAUidSoftwareInstallKeyValue
+@publishedAll
+@released
+*/
+const TUint KSASwisOperationStatusMask = 0xFF00;
+
+/**
+This is a duplicate of Swi::TSwisOperationStatus from swi/swispubsubdefs.h
+@see KSAUidSoftwareInstallKeyValue
+@publishedAll
+@released
+*/
+enum TSASwisOperationStatus
+ {
+ ESASwisStatusNone = 0x0000, //< The current operation is in progress
+ ESASwisStatusSuccess = 0x0100, //< The current/last operation succeeded
+ ESASwisStatusAborted = 0x0200 //< The current/last operation failed
+ };
+
+
+//-----------------------------------------------------------------------------
+
+
+/** 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
+
+@publishedAll
+@released
+@capability ECapabilityTrustedUI capability is required to modify the value of this property
+*/
+const TUint KUidSwiLatestInstallation = 0x10272C8E;
+
+/** This is the global definition of KUidUnifiedCertstoreFlag. This publish
+and subscribe property is used to notify users of changes in the unified certstore
+
+@publishedAll
+@released
+*/
+const TUint KUidUnifiedCertstoreFlag = 0x10272C83;
+
+/**
+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.
+@publishedAll
+@released
+*/
+const TUint KUidBackupRestoreKey = 0x10202792;
+
+
+// Deprecated - redundant method no longer used by system software
+IMPORT_C TInt StartSysAgt2();
+
+#endif //__SACLS_H__