supl/locationomasuplprotocolhandler/notifier/notifier/data/epos_omasuplnotifier.rss
changeset 0 667063e416a2
child 13 19bff11d6c18
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     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 project SUPL Notifiers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // System Includes
       
    21 #include <data_caging_paths_strings.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.mbg>
       
    26 #include <eikcore.rsg>
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.loc>
       
    30 
       
    31 // User Includes
       
    32 #include <sc/epos_omasuplnotifier.loc>
       
    33 
       
    34 //  RESOURCE IDENTIFIER
       
    35 NAME SUNO   // 4 Letter Identifier
       
    36 
       
    37 RESOURCE RSS_SIGNATURE 
       
    38     {
       
    39     }
       
    40     
       
    41 // ---------------------------------------------------------------------------
       
    42 // r_loc_supl_connection
       
    43 // Prompt text for configuring SUPL settings in a confirmation query .The
       
    44 // corresponding query would be displayed to the user when the user is in his
       
    45 // home network.
       
    46 // ---------------------------------------------------------------------------
       
    47 // 
       
    48 RESOURCE TBUF r_loc_supl_connection
       
    49     {
       
    50     buf = qtn_loc_supl_connection;
       
    51     }
       
    52 
       
    53 // ---------------------------------------------------------------------------
       
    54 // r_loc_supl_roaming_connection
       
    55 // Prompt text for configuring SUPL settings in a confirmation query .The
       
    56 // corresponding query would be displayed to the user when the user is not in
       
    57 // his home network.
       
    58 // ---------------------------------------------------------------------------
       
    59 // 
       
    60 RESOURCE TBUF r_loc_supl_roaming_connection
       
    61     {
       
    62     buf = qtn_loc_supl_roaming_connection;
       
    63     }
       
    64     
       
    65 // ---------------------------------------------------------------------------
       
    66 // r_loc_supl_settings_link
       
    67 // Link text for SUPL confirmation queries.
       
    68 // ---------------------------------------------------------------------------
       
    69 // 
       
    70 RESOURCE TBUF r_loc_supl_settings_link
       
    71     {
       
    72     buf = qtn_loc_supl_settings_link;
       
    73     }
       
    74 
       
    75 //------------------------------------------------------------------------------  
       
    76 // r_loc_supl_timeout_no_connection
       
    77 // SUPL Connection Timeout text
       
    78 //------------------------------------------------------------------------------
       
    79 //
       
    80 RESOURCE TBUF r_loc_supl_timeout_no_connection
       
    81     {
       
    82     buf = qtn_loc_supl_timeout_no_connection;
       
    83     }  
       
    84     
       
    85 // ---------------------------------------------------------------------------
       
    86 // r_supl_confirm_query
       
    87 // SUPL Confirmation query
       
    88 // ---------------------------------------------------------------------------
       
    89 //
       
    90 RESOURCE DIALOG r_supl_confirm_query
       
    91     {
       
    92     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
    93     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    94     items =
       
    95         {
       
    96 		DLG_LINE 
       
    97 	        {
       
    98             type = EAknCtPopupHeadingPane;
       
    99             id = EAknMessageQueryHeaderId;
       
   100             control = AVKON_HEADING
       
   101                 {
       
   102                 label = qtn_loc_supl_heading;
       
   103                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   104                 };
       
   105             },
       
   106         DLG_LINE
       
   107             {
       
   108             type = EAknCtMessageQuery;
       
   109             id = EAknMessageQueryContentId;
       
   110             control = AVKON_MESSAGE_QUERY
       
   111                 {               
       
   112                 };
       
   113             }
       
   114         };
       
   115     }
       
   116 
       
   117 // ---------------------------------------------------------------------------
       
   118 // r_supl_timeout_query
       
   119 // SUPL Timeout query
       
   120 // ---------------------------------------------------------------------------
       
   121 //
       
   122 RESOURCE DIALOG r_supl_timeout_query
       
   123     {
       
   124     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   125     buttons=R_AVKON_SOFTKEYS_OK_EMPTY;
       
   126     items=
       
   127         {
       
   128         DLG_LINE
       
   129             {
       
   130             type = EAknCtQuery;
       
   131             id = EGeneralQuery;
       
   132             control= AVKON_CONFIRMATION_QUERY
       
   133                 {
       
   134                 layout = EConfirmationQueryLayout;
       
   135                 bmpfile = AVKON_BITMAP_FILE;
       
   136                 bmpid = EMbmAvkonQgn_note_empty;
       
   137                 bmpmask = EMbmAvkonQgn_note_empty_mask;
       
   138                 };
       
   139             }
       
   140         };
       
   141     }
       
   142                        	          
       
   143 // End of File