diff -r 000000000000 -r 667063e416a2 locsrv_plat/supl_settings_notifier_secondary_display_api/inc/locsuplsettingscoverui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locsrv_plat/supl_settings_notifier_secondary_display_api/inc/locsuplsettingscoverui.h Tue Feb 02 01:06:48 2010 +0200 @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: The set of messages provided to Secondary Display software by +* SUPL Settings UI. +* +*/ + +#ifndef LOCSUPLSETTINGSCOVERUI_H_ +#define LOCSUPLSETTINGSCOVERUI_H_ + +// System Includes +#include + +// The category UID for the commands in this header file. +// UID of the SUPL Settings UI Dll ( locsuplsettings.dll ) +// +const TUid KCatUidLocationSuplSettingsUi = { 0x10275091 }; + + +// Dialogs shown by Location System UI / SUPL Settings UI. These commands are handled using the +// Secondary Display support in Avkon. +// +enum TLocSUPLSettingsCoverUiCmds + { + /** + * Command for displaying a confirmation query dialog, which seeks confirmation from the + * user as to whether he wants to configure SUPL Settings. + * Dialog Type : Text Query Dialog + * Hint String : "Secure positioning requires an access point. Define access point?" + */ + ECmdSuplSettingsMissing = 1, + + /** + * Command for displaying a confirmation query dialog, which seeks confirmation from the + * user as to whether he wants to enable SUPL . + * Dialog Type : Text Query Dialog + * Hint String : "Secure positioning is not enabled. Do you want to enable?" + */ + ECmdSuplStateMissing + }; + +#endif // LOCSUPLSETTINGSCOVERUI_H_ +// End of File