diff -r 000000000000 -r 667063e416a2 locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss Tue Feb 02 01:06:48 2010 +0200 @@ -0,0 +1,90 @@ +/* +* Copyright (c) 2007 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: Resource definitions for GPS indicator plugin +* +*/ + +// RESOURCE IDENTIFIER +NAME LGPS + +#include +#include +#include +#include +#include + + +RESOURCE RSS_SIGNATURE { } + + +// Stylus popup title +RESOURCE TBUF r_loc_stylus_title_gps +{ +buf = qtn_loc_stylus_title_gps; +} + +// Stylus information text +RESOURCE TBUF r_loc_stylus_gps_info +{ +buf = qtn_loc_stylus_gps_info; +} + +// Stylus link text +RESOURCE TBUF r_loc_stylus_more_info +{ +buf = qtn_loc_stylus_gps_link; +} + +// Stylus link detail text +RESOURCE TBUF r_loc_stylus_gps_details +{ +buf = qtn_loc_stylus_gps_details; +} + +//----------------------------------------------------- +// Dialog to display Delivery Status data. +//----------------------------------------------------- +RESOURCE DIALOG r_locgpsindicator_message_query +{ +flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; +buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; +items= + { + DLG_LINE + { + type = EAknCtPopupHeadingPane; + id = EAknMessageQueryHeaderId; + control = AVKON_HEADING + { + }; + }, + DLG_LINE + { + type = EAknCtMessageQuery; + id = EAknMessageQueryContentId; + control = AVKON_MESSAGE_QUERY + { + }; + } + }; +} + + + + + + + + +