First public contribution.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __SAPRIVATE_H__
17 #define __SAPRIVATE_H__
22 _LIT(KSystemAgentServerName, "!SystemAgent2");
23 _LIT(KSystemAgentServerImageName, "SysAgt2Svr");
25 const TUint KSysAgentServMajorVersionNumber=1;
26 const TUint KSysAgentServMinorVersionNumber=0;
27 const TUint KSysAgentServBuildVersionNumber=0;
30 This is a duplicate of KPosLastKnownLocationCategory from lbs's epos_lastknownlocationpsykeys.h
31 It should NOT be used directly.
32 Defines value UID of Location P&S keys category.
33 The publish and subscribe key is defined by SysAgent2 server.
36 const TUid KSAPosLastKnownLocationCategory = { 0x10009BFA };
39 This is a duplicate of KPosLastKnownLocation from lbs's epos_lastknownlocationpsykeys.h
40 ID of the Last Known Location key.
41 It should NOT be used directly.
42 Contains binary values, a buffer with packaged TPositionInfo.
44 If it contains a buffer, which length does not match TPositionInfo,
45 such value shall be ignored.
47 Client must have ReadDeviceData capability in order to read this key.
50 const TInt KSAPosLastKnownLocation = 0x00000001;
53 This is a duplicate of KPosIndicatorCategoryUid from lbs's locationfwdomainpskeys.h
54 It should NOT be used directly.
55 Defines UID of Positioning Indicator P&S keys category.
58 const TUid KSAPosIndicatorCategory = { 0x101F7A79 };
61 This is a duplicate of KPosIntGpsHwStatus from lbs's locationfwdomainpskeys.h
62 ID of the Integrated GPS HW Status key.
63 It should NOT be used directly.
64 May contain values defined by @ref TPosIntGpsHwIndicatorState.
66 Default value (i.e. when this key is not found) is EPosIntGpsHwIndicatorOff.
68 If it contains any other value than defined in @ref TPosIntGpsHwState,
69 such value shall be ignored and TPosIndicatorState::EPosIntGpsHwIndicatorOff
73 const TInt KSAPosIntGpsHwStatus = 0x00000001;
75 #endif //__SAPRIVATE_H__