appsupport_plat/system_application_notification_api/inc/coreapplicationuisdomainpskeys.h
branchRCL_3
changeset 18 0818dd463d41
parent 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
     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".
   330      {
   330      {
   331       ECoreAppUIsProfileActivatedNoteNotShown = 0,
   331       ECoreAppUIsProfileActivatedNoteNotShown = 0,
   332       ECoreAppUIsProfileActivatedNoteShown = 1 
   332       ECoreAppUIsProfileActivatedNoteShown = 1 
   333      };
   333      };
   334 
   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 
   335 #endif // COREAPPLICATIONUISDOMAINPSKEYS_H
   362 #endif // COREAPPLICATIONUISDOMAINPSKEYS_H