appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   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      ECoreAppUIsMemoryCardCustomDialogOk,
       
   229      ECoreAppUIsMemoryCardCustomDialogCancel
       
   230      };
       
   231 
   218 
   232 // =============================================================================
   219 // =============================================================================
   233 // Contacts Database Recovery Status API
   220 // Contacts Database Recovery Status API
   234 // =============================================================================
   221 // =============================================================================
   235 
   222 
   343      {
   330      {
   344       ECoreAppUIsProfileActivatedNoteNotShown = 0,
   331       ECoreAppUIsProfileActivatedNoteNotShown = 0,
   345       ECoreAppUIsProfileActivatedNoteShown = 1 
   332       ECoreAppUIsProfileActivatedNoteShown = 1 
   346      };
   333      };
   347 
   334 
       
   335 
       
   336 
       
   337 // =============================================================================
       
   338 // GAN Mode API
       
   339 // =============================================================================
       
   340 
       
   341 // Use TUid KPSUidCoreApplicationUIs = { 0x101F8767 }
       
   342 
       
   343 const TUint32 KCoreAppUIsGanPropertyGanMode = 0x00000601;
       
   344 
       
   345 /** GANmode (actual network mode) */
       
   346 enum TCoreAppUIsGanMode
       
   347     {
       
   348 	EGanModeUnspecified     = 0,     // We are not aware of MS GAN/GERAN state
       
   349     EGanModeGAN             = 1,    // MS is in GAN
       
   350     EGanModeGeran           = 2    // MS is in GERAN
       
   351     };
       
   352 
       
   353 
       
   354 // =============================================================================
       
   355 // GAN Signal strength
       
   356 // =============================================================================
       
   357 
       
   358 // Use TUid KPSUidCoreApplicationUIs = { 0x101F8767 }
       
   359 
       
   360 const TUint32 KCoreAppUIsGanPropertySignalLevel = 0x00000602;
       
   361 
   348 #endif // COREAPPLICATIONUISDOMAINPSKEYS_H
   362 #endif // COREAPPLICATIONUISDOMAINPSKEYS_H