locsrv_plat/supl_settings_notifier_secondary_display_api/inc/locsuplsettingscoverui.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:  The set of messages provided to Secondary Display software by
       
    15 *                SUPL Settings UI.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef LOCSUPLSETTINGSCOVERUI_H_
       
    20 #define LOCSUPLSETTINGSCOVERUI_H_
       
    21 
       
    22 // System Includes
       
    23 #include <e32base.h>
       
    24 
       
    25 // The category UID for the commands in this header file.
       
    26 // UID of the SUPL Settings UI Dll ( locsuplsettings.dll )
       
    27 //
       
    28 const TUid KCatUidLocationSuplSettingsUi = { 0x10275091 };
       
    29 
       
    30 
       
    31 // Dialogs shown by Location System UI / SUPL Settings UI. These commands are handled using the
       
    32 // Secondary Display support in Avkon.
       
    33 //
       
    34 enum TLocSUPLSettingsCoverUiCmds
       
    35     {
       
    36     /**
       
    37      * Command for displaying a confirmation query dialog, which seeks confirmation from the 
       
    38      * user as to whether he wants to configure SUPL Settings.
       
    39      * Dialog Type : Text Query Dialog     
       
    40      * Hint String : "Secure positioning requires an access point. Define access point?"
       
    41      */
       
    42     ECmdSuplSettingsMissing = 1,
       
    43 
       
    44     /**
       
    45      * Command for displaying a confirmation query dialog, which seeks confirmation from the 
       
    46      * user as to whether he wants to enable SUPL .
       
    47      * Dialog Type : Text Query Dialog     
       
    48      * Hint String : "Secure positioning is not enabled. Do you want to enable?"
       
    49      */
       
    50     ECmdSuplStateMissing
       
    51     };
       
    52 
       
    53 #endif      // LOCSUPLSETTINGSCOVERUI_H_            
       
    54 // End of File