locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss
/*
* 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 <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.hrh>
#include <location.loc>
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
{
};
}
};
}