smartinstaller/bootstrap/data/smartinstaller.rss
branchADM
changeset 14 343c622c9f65
equal deleted inserted replaced
13:8ed1157e9487 14:343c622c9f65
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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: 
       
    15 *     Resource file for Bootstrap
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME SIBS    // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.rsg>
       
    28 #include <appinfo.rh>
       
    29 #include "smartinstaller.rls"
       
    30 
       
    31 //  RESOURCE DEFINITIONS
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 //    Define the resource file signature
       
    35 //    This resource should be empty.
       
    36 //
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 RESOURCE RSS_SIGNATURE
       
    40 		{
       
    41 		}
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 //
       
    45 //    Default Document Name
       
    46 //
       
    47 // -----------------------------------------------------------------------------
       
    48 //
       
    49 RESOURCE TBUF r_default_document_name
       
    50 		{
       
    51 		buf="SIBS";
       
    52 		}
       
    53 
       
    54 // -----------------------------------------------------------------------------
       
    55 //
       
    56 //    Define default menu and CBA key.
       
    57 //
       
    58 // -----------------------------------------------------------------------------
       
    59 //
       
    60 RESOURCE EIK_APP_INFO
       
    61 	{
       
    62 	menubar = r_focusevent_menubar;
       
    63 	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    64 	}
       
    65 
       
    66 
       
    67 RESOURCE MENU_BAR r_focusevent_menubar
       
    68 	{
       
    69 	titles =
       
    70 		{
       
    71 		};
       
    72 	}
       
    73 
       
    74 
       
    75 RESOURCE TBUF r_http_transaction_err            {   buf = STRING_r_http_transaction_err;          }
       
    76 RESOURCE TBUF r_installation_failure_err        {   buf = STRING_r_installation_failure_err;      }
       
    77 RESOURCE TBUF r_installation_cancelled          {   buf = STRING_r_installation_cancelled;        }
       
    78 RESOURCE TBUF64 r_adm_env_creation_wait_text    {   buf = STRING_r_adm_env_creation_wait_text;    }
       
    79 
       
    80 // ----------------------------------------------------------------------------
       
    81 //
       
    82 // r_bootstrap_localisable_app_info
       
    83 //
       
    84 // ----------------------------------------------------------------------------
       
    85 //
       
    86 RESOURCE LOCALISABLE_APP_INFO r_bootstrap_localisable_app_info
       
    87 	{
       
    88 	short_caption = STRING_r_sibs_short_caption_string;
       
    89 	caption_and_icon =
       
    90 		CAPTION_AND_ICON_INFO
       
    91 		{
       
    92 		caption = STRING_r_sibs_caption_string;
       
    93 		};
       
    94 	}