locationsystemui/locationsysui/locpsysettings/locpsysettingsui/inc/locpsysettingsui.hrh
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2002,2005 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:  Contains declarations for constants of location.
       
    15 *                This file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef LOCPSYSETTINGSUI_HRH
       
    20 #define LOCPSYSETTINGSUI_HRH
       
    21 
       
    22 #include <AvkonIcons.hrh>
       
    23 
       
    24 // avkon bitmap file location and name
       
    25 #define loc_avkon_mbm_file_location          AVKON_ICON_FILE
       
    26 
       
    27 // Enumeration for command Ids
       
    28 
       
    29 enum TLocationCommandIds
       
    30     {
       
    31 	ELocCmdEnablePsy = 0x06000,
       
    32 	ELocCmdDisablePsy,
       
    33 	ELocCmdConfigurePsy,
       
    34     ELocCmdNone
       
    35     };
       
    36 
       
    37 // Enumeration for tab view Ids.
       
    38 enum TLocationViewIds
       
    39     {
       
    40     ELocationMainView = 6  // last item
       
    41     };
       
    42 
       
    43 #endif      // LOCPSYSETTINGSUI_HRH
       
    44 
       
    45 // End of File