appsupport_plat/startup_configuration_api/inc/startupdomaincrkeys.h
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
   261 * Format is "YYYYMMDD:HHMMSS". The month and day values are offset from zero.
   261 * Format is "YYYYMMDD:HHMMSS". The month and day values are offset from zero.
   262 * Example: "20070000:090000" - 01.01.2007 09:00 AM.
   262 * Example: "20070000:090000" - 01.01.2007 09:00 AM.
   263 */
   263 */
   264 const TUint32 KStartupDefaultTime = 0x00000016;
   264 const TUint32 KStartupDefaultTime = 0x00000016;
   265 
   265 
       
   266 /**
       
   267  * Enables or disables the FTU StartupSequence. This key is modified by ftu when user accepts the eterms
       
   268  * Possible values true or false
       
   269  */
       
   270 const TUint32 KFtuStartupEnabled = 0x0000001A;
       
   271 
       
   272 
   266 #endif // STARTUPDOMAINCRKEYS_H
   273 #endif // STARTUPDOMAINCRKEYS_H
   267 
   274 
   268 // End of File
   275 // End of File
   269 
   276