genericservices/systemagent/Inc/SaPrivate.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __SAPRIVATE_H__
       
    17 #define __SAPRIVATE_H__
       
    18 
       
    19 /**
       
    20 @internalComponent
       
    21 */
       
    22 _LIT(KSystemAgentServerName, "!SystemAgent2");
       
    23 _LIT(KSystemAgentServerImageName, "SysAgt2Svr");
       
    24 
       
    25 const TUint KSysAgentServMajorVersionNumber=1;
       
    26 const TUint KSysAgentServMinorVersionNumber=0;
       
    27 const TUint KSysAgentServBuildVersionNumber=0;
       
    28 
       
    29 /** 
       
    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.
       
    34 @internalTechnology
       
    35  */
       
    36 const TUid KSAPosLastKnownLocationCategory = { 0x10009BFA };
       
    37 
       
    38 /**
       
    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.
       
    43 
       
    44 If it contains a buffer, which length does not match TPositionInfo,
       
    45 such value shall be ignored.
       
    46 
       
    47 Client must have ReadDeviceData capability in order to read this key.
       
    48 @internalTechnology
       
    49 */
       
    50 const TInt KSAPosLastKnownLocation = 0x00000001;
       
    51 
       
    52 /** 
       
    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. 
       
    56 @internalTechnology
       
    57 */
       
    58 const TUid KSAPosIndicatorCategory = { 0x101F7A79 };
       
    59 
       
    60 /**
       
    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.
       
    65 
       
    66 Default value (i.e. when this key is not found) is EPosIntGpsHwIndicatorOff.
       
    67 
       
    68 If it contains any other value than defined in @ref TPosIntGpsHwState,
       
    69 such value shall be ignored and TPosIndicatorState::EPosIntGpsHwIndicatorOff
       
    70 shall be assumed.
       
    71 @internalTechnology
       
    72 */
       
    73 const TInt KSAPosIntGpsHwStatus = 0x00000001;
       
    74 
       
    75 #endif //__SAPRIVATE_H__