locsrv_plat/location_notation_preferences_settings_api/inc/locnotprefplugindomaincrkeys.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2006 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:  Central Repository keys for Location Notation Preferences
       
    15 *                plug-in. Defines the various Systems of measurements that 
       
    16 *                can be used by Location application.
       
    17 *                
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef LOCNOTPREFPLUGINDOMAINCRKEYS_H
       
    23 #define LOCNOTPREFPLUGINDOMAINCRKEYS_H
       
    24 
       
    25 /**
       
    26  * UID value for the Central Repository Key used for Location Notation 
       
    27  * preferences
       
    28  */
       
    29 const TInt KCRUidLocNotationPref = 0x10206910;
       
    30 
       
    31 /**
       
    32  * Central repository Key identifer value for Location Notation Preferences / System of Measurements
       
    33  */
       
    34 const TInt KLocSystemofMeasurements = 0x00000001;
       
    35 
       
    36 /**
       
    37  * Enumeration list of values for KLocSystemofMeasurements
       
    38  * 
       
    39  * Defines the System of measurements available for Location related values.
       
    40  */
       
    41 enum TLocSystemofMeasurementValues
       
    42     {
       
    43     /**
       
    44      * Metric System of measurement ( mt, kgs, etc. ) would be used for
       
    45      * Location related values.
       
    46      */
       
    47     ELocMetric      = 0x00000001,
       
    48             
       
    49     /**
       
    50      * Imperial System of measurement ( ft, lbs, etc. ) would be used for 
       
    51      * Location related values.
       
    52      */  
       
    53     ELocImperial    = 0x00000002
       
    54     };
       
    55 
       
    56 #endif      // LOCNOTPREFPLUGINDOMAINCRKEYS_H