locationsystemui/locationsysui/locsettingsuiservice/locsettingsuiserver/data/locsettingsuiserver.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005 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:  Resource definition for Location Settings UI Server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME LSRV
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.hrh>
       
    23 #include <avkon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <data_caging_paths_strings.hrh>
       
    26 
       
    27 #include <location.loc>
       
    28 
       
    29 RESOURCE RSS_SIGNATURE {}
       
    30 RESOURCE TBUF { buf=""; }
       
    31 
       
    32 // ---------------------------------------------------------------------------
       
    33 // R_LOCSETTINGSUISRV_APP_INFO
       
    34 // the Application Info resource structure
       
    35 // ---------------------------------------------------------------------------
       
    36 //
       
    37 RESOURCE EIK_APP_INFO
       
    38     {
       
    39     status_pane = r_locsettingsuisrv_status_pane;
       
    40     }
       
    41 
       
    42 RESOURCE STATUS_PANE_APP_MODEL r_locsettingsuisrv_status_pane
       
    43     {
       
    44     panes =
       
    45         {
       
    46         SPANE_PANE
       
    47             {
       
    48             id = EEikStatusPaneUidTitle;
       
    49             type = EAknCtTitlePane;
       
    50             resource = r_locsettingsuisrv_title_pane;
       
    51             }
       
    52         };
       
    53     
       
    54 }
       
    55 
       
    56 RESOURCE TITLE_PANE r_locsettingsuisrv_title_pane
       
    57     {
       
    58     txt = qtn_location_list;
       
    59     }
       
    60 
       
    61 RESOURCE LOCALISABLE_APP_INFO r_locsettingsuisrv_app_info
       
    62     {
       
    63     short_caption = qtn_location_grid;
       
    64     caption_and_icon =
       
    65         {
       
    66         CAPTION_AND_ICON_INFO
       
    67             {
       
    68             caption = qtn_location_list;
       
    69 #ifdef __SCALABLE_ICONS
       
    70             number_of_icons = 1;
       
    71             icon_file = APP_BITMAP_DIR"\\locsettingsuiserver_aif.mif";
       
    72 #else
       
    73             number_of_icons = 2;
       
    74             icon_file = APP_BITMAP_DIR"\\locsettingsuiserver_aif.mbm";
       
    75 #endif
       
    76             }
       
    77         };			
       
    78     }
       
    79 
       
    80 
       
    81 //End of file