00001 /* 00002 * ============================================================================== 00003 * Name : CoreApplicationUIsSDKCRKeys.h 00004 * Part of : S60 Core Application UIs subsystem 00005 * Interface : - 00006 * Description : SDK Central Repository definitions of the 00007 * Core Application UIs subsystem 00008 * Version : %version:ou1cfspd#4 % 00009 * 00010 * Copyright © 2005 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================== 00020 */ 00021 00022 #ifndef COREAPPLICATIONUISSDKCRKEYS_H 00023 #define COREAPPLICATIONUISSDKCRKEYS_H 00024 00025 // INCLUDES 00026 #include <centralrepository.h> 00027 00028 const TUid KCRUidCoreApplicationUIs = { 0x101F876C }; 00029 00030 // ============================================================================= 00031 // Network Status API 00032 // ============================================================================= 00033 00040 const TUint32 KCoreAppUIsNetworkConnectionAllowed = 0x00000001; 00041 enum TCoreAppUIsNetworkConnectionAllowed 00042 { 00043 ECoreAppUIsNetworkConnectionNotAllowed = 0, 00044 ECoreAppUIsNetworkConnectionAllowed 00045 }; 00046 00047 // COREAPPLICATIONUISSDKCRKEYS_H 00048 #endif 00049 00050 // End of File 00051