appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h
changeset 48 2222076f5c60
parent 0 2e3d3ce01487
child 61 224b21efc2d4
equal deleted inserted replaced
40:951aeeb3da43 48:2222076f5c60
   213      {
   213      {
   214      ECoreAppUIsVideoSharingIndicatorUninitialized = 0,
   214      ECoreAppUIsVideoSharingIndicatorUninitialized = 0,
   215      ECoreAppUIsVideoSharingIndicatorOff,
   215      ECoreAppUIsVideoSharingIndicatorOff,
   216      ECoreAppUIsVideoSharingIndicatorOn
   216      ECoreAppUIsVideoSharingIndicatorOn
   217      };
   217      };
       
   218      
       
   219 /**
       
   220 * Used for notifying SysAp for releasing memory of power menu custom dialog
       
   221 */
       
   222 const TUint32 KCoreAppUIsPowerMenuCustomDialogStatus= 0x00000207;
       
   223 enum TCoreAppUIsPowerMenuCustomDialog
       
   224      {
       
   225      ECoreAppUIsPowerMenuCustomDialogUninitialized = 0,
       
   226      ECoreAppUIsPowerMenuCustomDialogOff,
       
   227      ECoreAppUIsPowerMenuCustomDialogOn
       
   228      };
   218 
   229 
   219 // =============================================================================
   230 // =============================================================================
   220 // Contacts Database Recovery Status API
   231 // Contacts Database Recovery Status API
   221 // =============================================================================
   232 // =============================================================================
   222 
   233