appinstaller/AppinstUi/Server/Data/SWInstSvrUI.rss
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME SWUI
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 #include <appinfo.rh>
       
    28 #include <data_caging_paths_strings.hrh>
       
    29 
       
    30 #include <appinstui.loc>
       
    31 
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE TBUF { buf = ""; }
       
    35 
       
    36 RESOURCE LOCALISABLE_APP_INFO r_swinstsvrui_localisable_app_info
       
    37     {
       
    38     short_caption = qtn_installer_short_title;
       
    39     caption_and_icon = 
       
    40     CAPTION_AND_ICON_INFO
       
    41         {
       
    42         caption = qtn_installer_title;
       
    43 #ifdef __SCALABLE_ICONS
       
    44         number_of_icons = 1;
       
    45         icon_file = APP_BITMAP_DIR"\\SWInstSvrUI_aif.mif";
       
    46 #else
       
    47         number_of_icons = 2;
       
    48         icon_file = APP_BITMAP_DIR"\\SWInstSvrUI_aif.mbm";
       
    49 #endif
       
    50         };
       
    51     }
       
    52 
       
    53 
       
    54 RESOURCE TBUF r_swinstsvrui_not_supp { buf = qtn_swins_note_not_supp; }
       
    55 RESOURCE TBUF r_swinstsvrui_busy_install { buf = qtn_inst_err_installer_active; }
       
    56 RESOURCE TBUF r_swinstsvrui_no_rights { buf = qtn_am_note_drm_notrecieved; }
       
    57 
       
    58 // End of File
       
    59