locationsystemui/locationsysui/locbtnotifier/inc/locbtnotifierprivatecrkeys.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2008 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:  BtGpsPsy Central Repository keys for locbtnotifier dialog settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef LOCBTNOTIFIERCRKEYS_H
       
    20 #define LOCBTNOTIFIERCRKEYS_H
       
    21 
       
    22 /**
       
    23 * BT GPS PSY Setting Storage CenRep UID
       
    24 */
       
    25 const TUid KCRUidLocBtGpsPsy = { 0x2001FCBB };
       
    26 
       
    27 
       
    28 /**
       
    29 * "External antenna connected" dialog setting key
       
    30 *
       
    31 * 0 = Off
       
    32 * 1 = On
       
    33 */
       
    34 const TUint32 KBluetoothGpsPsyExtAntennaConnectedDialog = 0x10000001;
       
    35 	
       
    36 /**
       
    37 * "External antenna disconnected" dialog setting key
       
    38 *
       
    39 * 0 = Off
       
    40 * 1 = On
       
    41 */
       
    42 const TUint32 KBluetoothGpsPsyExtAntennaDisconnectedDialog = 0x10000002;
       
    43 
       
    44 /**
       
    45 * "Charger connected" dialog setting key
       
    46 *
       
    47 * 0 = Off
       
    48 * 1 = On
       
    49 */
       
    50 const TUint32 KBluetoothGpsPsyExtPowerConnectedDialog = 0x10000003;
       
    51 	
       
    52 /**
       
    53 * "Charger disconnected" dialog setting key
       
    54 *
       
    55 * 0 = Off
       
    56 * 1 = On
       
    57 */
       
    58 const TUint32 KBluetoothGpsPsyExtPowerDisconnectedDialog = 0x10000004;
       
    59 	
       
    60 /**
       
    61 * "Battery low" dialog setting key
       
    62 *
       
    63 * 0 = Off
       
    64 * 1 = On
       
    65 */
       
    66 const TUint32 KBluetoothGpsPsyBatteryLowDialog = 0x10000005;
       
    67 
       
    68 /**
       
    69 * "Battery full" dialog setting key
       
    70 *
       
    71 * 0 = Off
       
    72 * 1 = On
       
    73 */
       
    74 const TUint32 KBluetoothGpsPsyBatteryFullDialog = 0x10000006;
       
    75 	
       
    76 
       
    77 #endif      // LOCBTNOTIFIERCRKEYS_H
       
    78 
       
    79 // End of file