securitydialogs/lockapp/pubsub/SecurityUIsPrivatePSKeys.h
changeset 19 098e361762d2
parent 0 164170e6151a
child 22 6b63ca65093a
equal deleted inserted replaced
17:8957df7b0072 19:098e361762d2
    46     ESecurityUIsFpsOriginated
    46     ESecurityUIsFpsOriginated
    47     };
    47     };
    48 
    48 
    49 /**
    49 /**
    50  * Used by SecUI to tell if a query request set by some ETELMM API lock setting function (i.e. SetXXXXSetting)
    50  * Used by SecUI to tell if a query request set by some ETELMM API lock setting function (i.e. SetXXXXSetting)
    51  * has been canceled sinnce canceling the setting request does not prompt a query cancel event from ETEL.
    51  * has been canceled since canceling the setting request does not prompt a query cancel event from ETEL.
    52  * Old Shared Data constant name: KSecUIOriginatedQuery
    52  * Old Shared Data constant name: KSecUIOriginatedQuery
    53  */    
    53  */    
    54 const TUint32 KSecurityUIsQueryRequestCancel = 0x00000302;
    54 const TUint32 KSecurityUIsQueryRequestCancel = 0x00000302;
    55 enum TSecurityUIsQueryRequestCancel
    55 enum TSecurityUIsQueryRequestCancel
    56     {
    56     {
    57     ESecurityUIsQueryRequestUninitialized = 0,
    57     ESecurityUIsQueryRequestUninitialized = 0,
    58     ESecurityUIsQueryRequestOk,
    58     ESecurityUIsQueryRequestOk,
    59     ESecurityUIsQueryRequestCanceled
    59     ESecurityUIsQueryRequestCanceled
    60     };
    60     };
    61 
    61 
       
    62 /**
       
    63  * Used by Autolock to tell which application has enabled/disabled the keyguard/devicelock , and at which moment.
       
    64  */    
       
    65 const TUint32 KSecurityUIsLockInitiatorUID  = 0x00000303;
       
    66 const TUint32 KSecurityUIsLockInitiatorTimeHigh = 0x00000304;
       
    67 const TUint32 KSecurityUIsLockInitiatorTimeLow  = 0x00000305;
       
    68 
       
    69 /**
       
    70  * Used to tell SysAp to switch-on the lights.
       
    71  */    
       
    72 const TUint32 KSecurityUIsLights  = 0x00000308;
       
    73 enum TSecurityUIsLights
       
    74     {
       
    75     ESecurityUIsLightsUninitialized = 0,
       
    76     ESecurityUIsLightsLockOnRequest,
       
    77     ESecurityUIsLightsQueryOnRequest,
       
    78     ESecurityUIsLightsLockOffRequest,
       
    79     ESecurityUIsLightsLastValue
       
    80     };
       
    81 
    62 #endif // SECURITYUISPRIVATEPSKEYS_H
    82 #endif // SECURITYUISPRIVATEPSKEYS_H
    63 
    83 
    64 // End of File
    84 // End of File
    65