remotemgmt_plat/device_management_parameter_api/inc/DevManInternalCRKeys.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 59 13d7c31c74e0
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
   134 * 0 or 1 
   134 * 0 or 1 
   135 * If value is 0 then locked profile values can not be repalced or deleted And default behavior.
   135 * If value is 0 then locked profile values can not be repalced or deleted And default behavior.
   136 * If value is 1  then locked profile values can changed.
   136 * If value is 1  then locked profile values can changed.
   137 * 
   137 * 
   138 */
   138 */
   139 const TUint32 KDevOverrideProfileLock = 0x0000000F; 
   139 const TUint32 KDevManEnableHbNotifier = 0x0000000F; 
   140 
   140 
   141 /*
   141 /*
   142 * This key is used to store the External memory card status for DCMO
   142 * This key is used to store the External memory card status for DCMO
   143 * Default value : 1 
   143 * Default value : 1 
   144 * Allowed values.
   144 * Allowed values.
   147 * If value is 1  then the card is mounted and is the defaulf value.
   147 * If value is 1  then the card is mounted and is the defaulf value.
   148 * 
   148 * 
   149 */
   149 */
   150 const TUint32 KDevManMemCardCtrl = 0x00000010; 
   150 const TUint32 KDevManMemCardCtrl = 0x00000010; 
   151 
   151 
   152 /*
       
   153 * This key is used to indicate whether the privacy policy disclaimer has been accepted
       
   154 * Default value : 0 
       
   155 * Allowed values.
       
   156 * 0,1 or 2 
       
   157 * If value is 0 when disclaimer not accepted
       
   158 * If value is 1 when disclaimer has been accepted
       
   159 * If value is 2 if the dialog has been displayed but not accepted yet
       
   160 * 
       
   161 */
       
   162 const TUint32 KDMDisclaimerAccepted = 0x00000011;
       
   163 
       
   164 /*
       
   165 * This key stores the TargetRef for SCOMO to send Alert. Default value is null.
       
   166 */
       
   167 const TUint32 KNSmlDMSCOMOTargetRef = 0x00000012;
       
   168 
       
   169 const TUint32 KLAWMOPhoneLock = 0x00000013;
       
   170 
       
   171 const TUint32 KLAWMOfactoryDmProfileID = 0x00000014;
       
   172 
       
   173 const TUint32 KMaxFactoryDMProfileId = 0x00000015;
       
   174 
       
   175 const TUint32 KLAWMOfactoryDmServerName = 0x00000016;
       
   176 
       
   177 const TUint32 KLAWMOfactoryDmServerID = 0x00000017;
       
   178 
       
   179 #endif // SYNCML_DEVMAN_INTERNAL_CR_KEYS_H
   152 #endif // SYNCML_DEVMAN_INTERNAL_CR_KEYS_H
   180 
   153