fotaapplication/fotaserver/cenrep/fotaserverPrivateCRKeys.h
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
equal deleted inserted replaced
5:3f7d9dbe57c8 9:57a65a3a658c
    97 //when a phone call is active
    97 //when a phone call is active
    98 //0 (default) - Install update note not displayed when a call is active 
    98 //0 (default) - Install update note not displayed when a call is active 
    99 //1   - Install update note will be displayed when a call is active
    99 //1   - Install update note will be displayed when a call is active
   100 const TUint32 KFotaUpdateNoteDisplayAlways= 0x0000000C;
   100 const TUint32 KFotaUpdateNoteDisplayAlways= 0x0000000C;
   101 
   101 
       
   102 /*
       
   103 * This key is used to determine the maximum number of postpones allowed for a FOTA Update.
       
   104 * Default value : 3
       
   105 */
       
   106 
       
   107 const TUint32 KFOTAMaxPostponeCount = 0x0000000D; 
       
   108 
       
   109 
       
   110 /*
       
   111 * This key is used to determine the number of postpones done by the user for a particular FOTA Update.
       
   112 * Default value : 0
       
   113 */
       
   114 
       
   115 const TUint32 KFOTAUserPostponeCount = 0x0000000E; 
       
   116 
       
   117 
       
   118 /*
       
   119 * This flag defines if the feature to enable  the customized UI notes for interacttrive and note between firware install and update.
       
   120 * Default value : 0
       
   121 */
       
   122 
       
   123 const TUint32 KFOTAUINotesCustomization = 0x0000000F; 
       
   124 
   102 #endif // FOTASERVER_PRIVATE_KEYS_H
   125 #endif // FOTASERVER_PRIVATE_KEYS_H
   103             
   126             
   104 // End of File
   127 // End of File