appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 82 4610cd70c542
--- a/appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h	Tue Aug 31 15:24:25 2010 +0300
+++ b/appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h	Wed Sep 01 12:24:48 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -215,19 +215,6 @@
      ECoreAppUIsVideoSharingIndicatorOff,
      ECoreAppUIsVideoSharingIndicatorOn
      };
-     
-/**
-* Used for notifying SysAp for releasing memory of power menu custom dialog
-*/
-const TUint32 KCoreAppUIsPowerMenuCustomDialogStatus= 0x00000207;
-enum TCoreAppUIsPowerMenuCustomDialog
-     {
-     ECoreAppUIsPowerMenuCustomDialogUninitialized = 0,
-     ECoreAppUIsPowerMenuCustomDialogOff,
-     ECoreAppUIsPowerMenuCustomDialogOn,
-     ECoreAppUIsMemoryCardCustomDialogOk,
-     ECoreAppUIsMemoryCardCustomDialogCancel
-     };
 
 // =============================================================================
 // Contacts Database Recovery Status API
@@ -345,4 +332,31 @@
       ECoreAppUIsProfileActivatedNoteShown = 1 
      };
 
+
+
+// =============================================================================
+// GAN Mode API
+// =============================================================================
+
+// Use TUid KPSUidCoreApplicationUIs = { 0x101F8767 }
+
+const TUint32 KCoreAppUIsGanPropertyGanMode = 0x00000601;
+
+/** GANmode (actual network mode) */
+enum TCoreAppUIsGanMode
+    {
+	EGanModeUnspecified     = 0,     // We are not aware of MS GAN/GERAN state
+    EGanModeGAN             = 1,    // MS is in GAN
+    EGanModeGeran           = 2    // MS is in GERAN
+    };
+
+
+// =============================================================================
+// GAN Signal strength
+// =============================================================================
+
+// Use TUid KPSUidCoreApplicationUIs = { 0x101F8767 }
+
+const TUint32 KCoreAppUIsGanPropertySignalLevel = 0x00000602;
+
 #endif // COREAPPLICATIONUISDOMAINPSKEYS_H