locationsystemui/locationsysui/locgpsindicatorplugin/data/locgpsindicatorplugin.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2007 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 definitions for GPS indicator plugin
       
    15 *
       
    16 */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME LGPS
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rsg> 
       
    23 #include <avkon.rh>
       
    24 #include <avkon.hrh>
       
    25 #include <location.loc>
       
    26 
       
    27 
       
    28 RESOURCE RSS_SIGNATURE { }
       
    29 
       
    30 
       
    31 // Stylus popup title
       
    32 RESOURCE TBUF r_loc_stylus_title_gps
       
    33 {
       
    34 buf = qtn_loc_stylus_title_gps;
       
    35 }
       
    36 
       
    37 // Stylus information text
       
    38 RESOURCE TBUF r_loc_stylus_gps_info
       
    39 {
       
    40 buf = qtn_loc_stylus_gps_info;
       
    41 }
       
    42 
       
    43 // Stylus link text
       
    44 RESOURCE TBUF r_loc_stylus_more_info
       
    45 {
       
    46 buf = qtn_loc_stylus_gps_link;
       
    47 }
       
    48 
       
    49 // Stylus link detail text
       
    50 RESOURCE TBUF r_loc_stylus_gps_details
       
    51 {
       
    52 buf = qtn_loc_stylus_gps_details;
       
    53 }
       
    54 
       
    55 //-----------------------------------------------------
       
    56 //    Dialog to display Delivery Status data.
       
    57 //-----------------------------------------------------
       
    58 RESOURCE DIALOG r_locgpsindicator_message_query
       
    59 {
       
    60 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
    61 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    62 items=
       
    63     {
       
    64     DLG_LINE 
       
    65         {
       
    66         type = EAknCtPopupHeadingPane;
       
    67         id = EAknMessageQueryHeaderId;
       
    68         control = AVKON_HEADING
       
    69             {
       
    70             };
       
    71         },
       
    72     DLG_LINE
       
    73         {
       
    74         type = EAknCtMessageQuery;
       
    75         id = EAknMessageQueryContentId;
       
    76         control = AVKON_MESSAGE_QUERY
       
    77             {
       
    78             };
       
    79         }
       
    80     };
       
    81 }
       
    82 
       
    83 
       
    84 
       
    85 
       
    86 
       
    87 
       
    88 
       
    89 
       
    90