fotaapplication/fotaserver/FotaServer/data/fotaserver.rss
branchRCL_3
changeset 26 19bba8228ff0
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c)  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 file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    FOTS // 4 letter ID
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include <bldvariant.hrh>
       
    26 #include <eikon.rh>
       
    27 #include <uikon.rh>
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.mbg>
       
    31 #include <avkon.hrh>
       
    32 #include <AvkonIcons.hrh>
       
    33 #include <avkon.loc>
       
    34 #include <CommonDialogs.rh>
       
    35 #include <CommonDialogs.hrh>
       
    36 #include <data_caging_paths_strings.hrh>
       
    37 #include <fotaserver.loc>
       
    38 
       
    39 //
       
    40 // AIF icons/files
       
    41 //
       
    42 #include <appinfo.rh>
       
    43 
       
    44 //  CONSTANTS  
       
    45 
       
    46 //  RESOURCE DEFINITIONS 
       
    47 
       
    48 RESOURCE RSS_SIGNATURE { }
       
    49 RESOURCE TBUF { buf = "fotaserver"; }
       
    50 
       
    51 
       
    52 RESOURCE EIK_APP_INFO
       
    53 	{
       
    54 	}
       
    55 
       
    56 //
       
    57 // AIF icons/files
       
    58 //
       
    59 RESOURCE LOCALISABLE_APP_INFO r_fotaserver_localisable_app_info
       
    60     {
       
    61     short_caption = qtn_fota_title;
       
    62     caption_and_icon = 
       
    63     CAPTION_AND_ICON_INFO
       
    64         {
       
    65         caption = qtn_fota_title;
       
    66 
       
    67     #ifdef __SCALABLE_ICONS
       
    68         number_of_icons = 1;
       
    69         icon_file = "Z:\\resource\\apps\\fotaserver_aif.mif";
       
    70     #else
       
    71         number_of_icons = 2;
       
    72         icon_file = "Z:\\resource\\apps\\fotaserver.mbm";
       
    73     #endif  // __SCALABLE_ICONS
       
    74 
       
    75         };
       
    76     }
       
    77 
       
    78 RESOURCE DIALOG r_fotaserver_dl_progress_dialog
       
    79     {
       
    80     flags = EAknProgressNoteFlags;
       
    81     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    82     items =
       
    83         {
       
    84         DLG_LINE
       
    85             {
       
    86             type = EAknCtNote;
       
    87             id = EAknNoteProgressBar;
       
    88             control = AVKON_NOTE
       
    89                 {
       
    90                 singular_label= qtn_fota_wait_downloading;
       
    91                 layout = EProgressLayout;                            
       
    92                 };
       
    93             }
       
    94         };
       
    95     }
       
    96 
       
    97 RESOURCE DIALOG r_connection_note
       
    98   {
       
    99   flags = EAknProgressNoteFlags;
       
   100   buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   101   items= 
       
   102     {
       
   103     DLG_LINE
       
   104       {
       
   105       type = EAknCtNote;
       
   106       id = EAknNoteProgressBar;
       
   107       control = AVKON_NOTE 
       
   108         {
       
   109         animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   110         layout = EProgressLayout;
       
   111         singular_label =  "\n \n";
       
   112         };
       
   113       }
       
   114     };
       
   115   }
       
   116 
       
   117 
       
   118 RESOURCE LISTBOX r_setting_app_listbox
       
   119     {
       
   120     flags = EEikListBoxMultipleSelection;
       
   121     }
       
   122 
       
   123 RESOURCE AVKON_SETTING_PAGE r_setting_remainder 
       
   124     {
       
   125     label= qtn_fota_reminder_setting;
       
   126     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   127     type =  EAknSetListBox;
       
   128     editor_resource_id= r_setting_app_listbox;
       
   129     }
       
   130 
       
   131 
       
   132 
       
   133 ////////////////////////////////////////////////////
       
   134 //	Strings
       
   135 //
       
   136 
       
   137 STRUCT STRING
       
   138 	{
       
   139 	LTEXT text;
       
   140 	}
       
   141 
       
   142 RESOURCE TBUF r_apps_fota_updating			{ buf = qtn_fota_wait_installing;}
       
   143 RESOURCE TBUF r_apps_fota_restarting		{ buf = qtn_fota_restarting_phone;}
       
   144 RESOURCE TBUF r_qtn_dm_title_settings_dialog				{ buf=qtn_apps_dm_title; }
       
   145 RESOURCE TBUF r_fota_radio_dialog_1hour_remainder		{ buf=qtn_fota_reminder_1_hour;}
       
   146 //RESOURCE TBUF r_fota_radio_dialog_4hours_remainder	{ buf=qtn_fota_reminder_4_hours; }
       
   147 RESOURCE TBUF r_fota_radio_dialog_1day_remainder		{ buf=qtn_fota_reminder_1_day; }
       
   148 //RESOURCE TBUF r_fota_radio_dialog_3days_remainder		{ buf=qtn_fota_reminder_3_days; }
       
   149 RESOURCE TBUF r_fota_radio_dialog_no_remainder			{ buf=qtn_fota_no_reminder;}
       
   150 RESOURCE TBUF r_qtn_fota_reminder_1_minute          { buf=qtn_fota_reminder_1_minute; }    
       
   151 RESOURCE TBUF r_qtn_fota_reminder_minutes           { buf=qtn_fota_reminder_minutes ; }
       
   152 RESOURCE TBUF r_qtn_fota_reminder_hours             { buf=qtn_fota_reminder_hours ; }
       
   153 RESOURCE TBUF r_qtn_fota_reminder_days              { buf=qtn_fota_reminder_days ; }
       
   154 RESOURCE TBUF r_fotaserver_decryption_progress_dialog { buf=qtn_fota_decrypting_encrypt_process ; }
       
   155 RESOURCE TBUF r_fotaserver_encryption_progress_dialog { buf=qtn_fota_encrypting_encrypt_process ; }