locationsatviewrefapp/data/SatelliteReference.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * ============================================================================
       
    20 *  Name     : SatelliteReference.rss
       
    21 *  Part of  : Satellite Reference App
       
    22 * ============================================================================
       
    23 */
       
    24 
       
    25 
       
    26 //  RESOURCE IDENTIFIER
       
    27 NAME    SRAP // 4 letter ID
       
    28 
       
    29 #include <eikon.rh>
       
    30 #include "SatelliteReference.rls"
       
    31 #include "SatelliteReference.hrh"
       
    32 #include <avkon.rsg>
       
    33 #include <avkon.rh>
       
    34 #include <avkon.mbg>
       
    35 #include <appinfo.rh>
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF { buf="Satellite Reference App"; }
       
    40 
       
    41 RESOURCE EIK_APP_INFO
       
    42     {
       
    43     hotkeys=r_satellitereference_hotkeys;
       
    44     menubar=r_satellitereference_menubar;
       
    45     cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;     
       
    46     }
       
    47 
       
    48 //----------------------------------------------------
       
    49 //   
       
    50 //    r_satellitereference_hotkeys
       
    51 //
       
    52 //----------------------------------------------------
       
    53 //
       
    54 RESOURCE HOTKEYS r_satellitereference_hotkeys
       
    55     {
       
    56     control=
       
    57         {
       
    58         HOTKEY { command=EAknCmdExit; key='e'; }
       
    59         };
       
    60     }
       
    61 
       
    62 //----------------------------------------------------
       
    63 //   
       
    64 //    r_satellitereference_menubar
       
    65 //
       
    66 //----------------------------------------------------
       
    67 //
       
    68 RESOURCE MENU_BAR r_satellitereference_menubar
       
    69     {
       
    70     titles=
       
    71         {
       
    72         MENU_TITLE { menu_pane=r_satellitereference_menu; txt="File"; }
       
    73         };
       
    74     }
       
    75 
       
    76 //----------------------------------------------------
       
    77 //   
       
    78 //    r_satellitereference_menu
       
    79 //
       
    80 //----------------------------------------------------
       
    81 //
       
    82 RESOURCE MENU_PANE r_satellitereference_menu
       
    83     {
       
    84     items=
       
    85         {
       
    86         MENU_ITEM { command=ESatelliteInfoCmd; txt=qtn_sateref_Satellite_status; },
       
    87         MENU_ITEM { command=EAknCmdExit; txt=qtn_satref_exit; }
       
    88         };
       
    89     }
       
    90 //----------------------------------------------------
       
    91 //   
       
    92 //    r_satellitereference_localisable_app_info
       
    93 //
       
    94 //----------------------------------------------------
       
    95 //
       
    96 RESOURCE LOCALISABLE_APP_INFO r_satellitereference_localisable_app_info
       
    97     {
       
    98     short_caption = "SatRef";
       
    99     caption_and_icon = 
       
   100     CAPTION_AND_ICON_INFO
       
   101         {
       
   102         caption = "SatelliteRef";
       
   103         number_of_icons = 1;
       
   104         icon_file = 
       
   105                 "\\resource\\apps\\lsatviewrefapp_aif.mif";
       
   106         };
       
   107     }
       
   108 
       
   109 //----------------------------------------------------
       
   110 //   
       
   111 //    r_satref_service_rule_name
       
   112 //    Logical service rule name
       
   113 //
       
   114 //----------------------------------------------------
       
   115 //
       
   116 RESOURCE TBUF r_satref_service_rule_name
       
   117     {
       
   118     buf = qtn_satref_logical_rule_name;
       
   119     }
       
   120 
       
   121 
       
   122 
       
   123