fotaapplication/fotaserver/FotaServer/data/fotaserver.rss
branchRCL_3
changeset 61 b183ec05bd8c
parent 59 13d7c31c74e0
child 62 19bba8228ff0
--- a/fotaapplication/fotaserver/FotaServer/data/fotaserver.rss	Thu Aug 19 10:44:50 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,155 +0,0 @@
-/*
-* Copyright (c)  Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:   Resource file
-*
-*/
-
-
-
-//  RESOURCE IDENTIFIER
-NAME    FOTS // 4 letter ID
-
-
-//  INCLUDES
-#include <bldvariant.hrh>
-#include <eikon.rh>
-#include <uikon.rh>
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <avkon.mbg>
-#include <avkon.hrh>
-#include <AvkonIcons.hrh>
-#include <avkon.loc>
-#include <CommonDialogs.rh>
-#include <CommonDialogs.hrh>
-#include <data_caging_paths_strings.hrh>
-#include <fotaserver.loc>
-
-//
-// AIF icons/files
-//
-#include <appinfo.rh>
-
-//  CONSTANTS  
-
-//  RESOURCE DEFINITIONS 
-
-RESOURCE RSS_SIGNATURE { }
-RESOURCE TBUF { buf = "fotaserver"; }
-
-
-RESOURCE EIK_APP_INFO
-	{
-	}
-
-//
-// AIF icons/files
-//
-RESOURCE LOCALISABLE_APP_INFO r_fotaserver_localisable_app_info
-    {
-    short_caption = qtn_fota_title;
-    caption_and_icon = 
-    CAPTION_AND_ICON_INFO
-        {
-        caption = qtn_fota_title;
-
-    #ifdef __SCALABLE_ICONS
-        number_of_icons = 1;
-        icon_file = "Z:\\resource\\apps\\fotaserver_aif.mif";
-    #else
-        number_of_icons = 2;
-        icon_file = "Z:\\resource\\apps\\fotaserver.mbm";
-    #endif  // __SCALABLE_ICONS
-
-        };
-    }
-
-RESOURCE DIALOG r_fotaserver_dl_progress_dialog
-    {
-    flags = EAknProgressNoteFlags;
-    buttons = R_AVKON_SOFTKEYS_CANCEL;
-    items =
-        {
-        DLG_LINE
-            {
-            type = EAknCtNote;
-            id = EAknNoteProgressBar;
-            control = AVKON_NOTE
-                {
-                singular_label= qtn_fota_wait_downloading;
-                layout = EProgressLayout;                            
-                };
-            }
-        };
-    }
-
-RESOURCE DIALOG r_connection_note
-  {
-  flags = EAknProgressNoteFlags;
-  buttons = R_AVKON_SOFTKEYS_CANCEL;
-  items= 
-    {
-    DLG_LINE
-      {
-      type = EAknCtNote;
-      id = EAknNoteProgressBar;
-      control = AVKON_NOTE 
-        {
-        animation = R_QGN_GRAF_WAIT_BAR_ANIM;
-        layout = EProgressLayout;
-        singular_label =  "\n \n";
-        };
-      }
-    };
-  }
-
-
-RESOURCE LISTBOX r_setting_app_listbox
-    {
-    flags = EEikListBoxMultipleSelection;
-    }
-
-RESOURCE AVKON_SETTING_PAGE r_setting_remainder 
-    {
-    label= qtn_fota_reminder_setting;
-    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
-    type =  EAknSetListBox;
-    editor_resource_id= r_setting_app_listbox;
-    }
-
-
-
-////////////////////////////////////////////////////
-//	Strings
-//
-
-STRUCT STRING
-	{
-	LTEXT text;
-	}
-
-RESOURCE TBUF r_apps_fota_updating			{ buf = qtn_fota_wait_installing;}
-RESOURCE TBUF r_apps_fota_restarting		{ buf = qtn_fota_restarting_phone;}
-RESOURCE TBUF r_qtn_dm_title_settings_dialog				{ buf=qtn_apps_dm_title; }
-RESOURCE TBUF r_fota_radio_dialog_1hour_remainder		{ buf=qtn_fota_reminder_1_hour;}
-//RESOURCE TBUF r_fota_radio_dialog_4hours_remainder	{ buf=qtn_fota_reminder_4_hours; }
-RESOURCE TBUF r_fota_radio_dialog_1day_remainder		{ buf=qtn_fota_reminder_1_day; }
-//RESOURCE TBUF r_fota_radio_dialog_3days_remainder		{ buf=qtn_fota_reminder_3_days; }
-RESOURCE TBUF r_fota_radio_dialog_no_remainder			{ buf=qtn_fota_no_reminder;}
-RESOURCE TBUF r_qtn_fota_reminder_1_minute          { buf=qtn_fota_reminder_1_minute; }    
-RESOURCE TBUF r_qtn_fota_reminder_minutes           { buf=qtn_fota_reminder_minutes ; }
-RESOURCE TBUF r_qtn_fota_reminder_hours             { buf=qtn_fota_reminder_hours ; }
-RESOURCE TBUF r_qtn_fota_reminder_days              { buf=qtn_fota_reminder_days ; }
-RESOURCE TBUF r_fotaserver_decryption_progress_dialog { buf=qtn_fota_decrypting_encrypt_process ; }
-RESOURCE TBUF r_fotaserver_encryption_progress_dialog { buf=qtn_fota_encrypting_encrypt_process ; }