locationsystemui/locationsysui/locblidsatelliteinfo/data/SatInfo.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:14:27 +0200
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
child 13 19bff11d6c18
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2005-2010 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:  Contains all the resources for the SatelliteData.
*
*/


//  RESOURCE IDENTIFIER
NAME    SDSS // 4 letter ID

//  INCLUDES
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.rsg>
#include <eikon.rh>
#include <bldvariant.hrh>
#include <avkon.loc>
#include <sc/Satellite.loc>
#include "satellite.hrh"

//  RESOURCE DEFINITIONS 

// ---------------------------------------------------------
// Standard resource signature
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

//----------------------------------------------------
//   
//    r_blid_note_sat_heading
//    Satellite heading
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_note_sat_heading
    {
    buf = qtn_blid_note_sat_heading;
    }

//----------------------------------------------------
//   
//    r_satellite_wait_note
//    Fetching satellite information note
//
//----------------------------------------------------
//
RESOURCE DIALOG r_satellite_wait_note
	{	
	flags = EAknWaitNoteFlags | EEikDialogFlagWait;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralNote;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = qtn_gen_note_fetching;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
	}

//-------------------------------------------------------
//   
//    SATELLITEEMPTYSTRUCT
//    Empty structure for r_satellite_dialog
//
//-------------------------------------------------------
//
STRUCT SATELLITEEMPTYSTRUCT
	{
	}
	

RESOURCE CBA r_satellite_dialog_cba
	{ 
	buttons = 
		{ 
		CBA_BUTTON 
			{
			id = ESatelliteChangeView; 
			txt = qtn_blid_sat_change_view;
			}, 
		CBA_BUTTON 
			{ 
			id = EEikCommandTypeExitOrBack;
			txt = text_softkey_close;
			},
		CBA_BUTTON 
			{ 
			id = ESatelliteChangeView; 
			txt = qtn_blid_sat_change_view;
			}
		}; 
	} 

//----------------------------------------------------
//   
//    r_satellite_dialog
//    Custom dialog to display satellite view
//
//----------------------------------------------------
//
RESOURCE DIALOG r_satellite_dialog
  {
  flags = EEikDialogFlagNoDrag | EEikDialogFlagButtonsRight | EEikDialogFlagNoTitleBar |
		   EEikDialogFlagCbaButtons | EEikDialogFlagWait | 
		   EEikDialogFlagFillScreen;
  buttons = R_AVKON_SOFTKEYS_CLOSE;
  items =
      {
	  DLG_LINE
	      {
		  type = ESatelliteControl;
		  id = ESatelliteControl;
		  control = SATELLITEEMPTYSTRUCT;
		  }
      };
  }


//----------------------------------------------------
//   
//    r_connect_bluetooth_gps
//    Satellite heading
//
//----------------------------------------------------
//
RESOURCE TBUF r_connect_bluetooth_gps
    {
    buf = qtn_connect_bluetooth_gps;
    }

//----------------------------------------------------
//   
//    r_blid_note_no_satellite_data
//    Satellite heading
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_note_no_satellite_data
    {
    buf = qtn_blid_note_no_satellite_data;
    }

//----------------------------------------------------
//   
//    r_blid_note_no_gps
//    Satellite heading
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_note_no_gps
    {
    buf = qtn_blid_note_no_gps;
    }

//----------------------------------------------------
//   
//    r_blid_satellite_id
//    Satellite numbers in signal strength view
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_satellite_id
    {
    buf = qtn_blid_satellite_id;
    }

//----------------------------------------------------
//   
//    r_blid_sat_symbol_north
//    Cardinal point N
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_symbol_north
    {
    buf = qtn_blid_sat_symbol_north;
    }

//----------------------------------------------------
//   
//    r_blid_sat_symbol_south
//    Cardinal point S
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_symbol_south
    {
    buf = qtn_blid_sat_symbol_south;
    }

//----------------------------------------------------
//   
//    r_blid_sat_symbol_west
//    Cardinal point W
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_symbol_west
    {
    buf = qtn_blid_sat_symbol_west;
    }

//----------------------------------------------------
//   
//    r_blid_sat_symbol_east
//    Cardinal point E
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_symbol_east
    {
    buf = qtn_blid_sat_symbol_east;
    }

//----------------------------------------------------
//   
//    r_blid_sat_heading_signals
//    Heading pane for satellite signal strength view
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_heading_signals
    {
    buf = qtn_blid_sat_heading_signals;
    }
    
//----------------------------------------------------
//   
//    r_blid_sat_heading_graphic
//    Heading pane text for satellite graphical view
//
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_heading_graphic
    {
    buf = qtn_blid_sat_heading_graphic;
    }

//----------------------------------------------------  
// r_blid_sat_heading_compass
// Heading pane text for satellite graphical view
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_heading_compass
    {
    buf = qtn_blid_sat_heading_compass;
    }

//----------------------------------------------------
//    r_blid_sat_compass_north
//    Cardinal point N
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_north
    {
    buf = qtn_blid_sat_compass_north;
    }

//----------------------------------------------------
//    r_blid_sat_compass_south
//    Cardinal point S
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_south
    {
    buf = qtn_blid_sat_compass_south;
    }

//----------------------------------------------------
//    r_blid_sat_compass_west
//    Cardinal point W
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_west
    {
    buf = qtn_blid_sat_compass_west;
    }

//----------------------------------------------------
//    r_blid_sat_compass_east
//    Cardinal point E
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_east
    {
    buf = qtn_blid_sat_compass_east;
    }

//----------------------------------------------------  
// r_blid_sat_compass_altitude
// Altitude String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_altitude
    {
    buf = qtn_blid_sat_compass_altitude;
    }

//----------------------------------------------------  
// r_blid_sat_compass_speed
// Speed String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_speed
    {
    buf = qtn_blid_sat_compass_speed;
    }

//----------------------------------------------------  
// r_blid_sat_compass_direction
// Direction String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_direction
    {
    buf = qtn_blid_sat_compass_direction;
    }    

//----------------------------------------------------  
// r_blid_sat_metric_speed
// Metric Speed Format String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_metric_speed
    {
    buf = qtn_blid_sat_compass_speed_kmph;
    } 

//----------------------------------------------------  
// r_blid_sat_imperial_speed
// Imperial Speed Format String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_imperial_speed
    {
    buf = qtn_blid_sat_compass_speed_mph;
    } 

//----------------------------------------------------  
// r_blid_sat_metric_meter
// Metric Meter Format String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_metric_meter
    {
    buf = qtn_blid_sat_compass_altitude_meter;
    } 

//----------------------------------------------------  
// r_blid_sat_imperial_foot
// Imperial Foot Format String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_imperial_foot
    {
    buf = qtn_blid_sat_compass_altitude_feet;
    } 

//----------------------------------------------------  
// r_blid_sat_degree
// Degree Format String
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_degree
    {
    buf = qtn_blid_sat_degree;
    } 

//----------------------------------------------------  
// r_blid_sat_compass_2d
// 2D Type of Fix
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_2d
    {
    buf = qtn_blid_sat_compass_2d;
    } 

//----------------------------------------------------  
// r_blid_sat_compass_3d
// 3D Type of Fix
//----------------------------------------------------
//
RESOURCE TBUF r_blid_sat_compass_3d
    {
    buf = qtn_blid_sat_compass_3d;
    } 

// End of File