diff -r 0818dd463d41 -r 924385140d98 appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h --- a/appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h Thu Aug 19 10:05:08 2010 +0300 +++ b/appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h Tue Aug 31 15:24:25 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2007 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,6 +215,19 @@ 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 @@ -332,31 +345,4 @@ 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