coreapplicationuis/powersaveutilities/batindicatorpaneplugin/inc/batindpanepluginprivatecrkeys.h
changeset 56 11a052f4b02e
parent 49 76883296a0d5
child 65 8a530a83576a
equal deleted inserted replaced
49:76883296a0d5 56:11a052f4b02e
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Battery Indicator Pane Plug-in central repository
       
    15 *                configuration keys.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef BATINDPANEPLUGINPRIVATECRKEYS_H
       
    21 #define BATINDPANEPLUGINPRIVATECRKEYS_H
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 // =============================================================================
       
    26 // Battery Indicator Pane Plug-in Configuration API
       
    27 // =============================================================================
       
    28 const TUid KCRUidBatIndPanePluginConf = { 0x2001011A };
       
    29 
       
    30 /**
       
    31 * Bitmask used in configuring Battery Indicator Pane Plug-in.
       
    32 */
       
    33 const TUint32 KBatIndPanePlugin = 0x00000001;
       
    34 
       
    35 // =============================================================================
       
    36 // Battery Indicator Pane Plug-in Local Variation constants
       
    37 // =============================================================================
       
    38 
       
    39 /**
       
    40 * KBatIndPanePluginLinkOnly is an on/off setting for enabling
       
    41 * a preview popup with battery level information in percents. If enabled, this popup
       
    42 * is shown only with link for activate/deactivate power save mode. If disabled, this
       
    43 * popup is shown with icon, battery level information and link.
       
    44 *
       
    45 */
       
    46 const TUint32 KBatIndPanePluginLinkOnly = 0x01; // 2^0
       
    47 
       
    48 #endif      // BATINDPANEPLUGINPRIVATECRKEYS_H
       
    49 
       
    50 // End of File
       
    51