locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
--- a/locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss	Thu Aug 19 10:20:18 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,90 +0,0 @@
-/*
-* 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
-            {
-            };
-        }
-    };
-}
-
-
-
-
-
-
-
-
-