iaupdate/IAD/launcher/group/iaupdatelauncher.rss
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 30 398876c4ffa7
child 33 8110bf1194d1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
     1 /*
       
     2 * Copyright (c) 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:   Resource definitions for IAD launcher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME IALA    // 4 letter ID
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <appinfo.rh>
       
    27 #include <data_caging_paths_strings.hrh>
       
    28 #include <iaupdate.loc>
       
    29 
       
    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 //
       
    46 // r_iaupdatelauncher_localisable_app_info
       
    47 //
       
    48 // ---------------------------------------------------------------------------- 
       
    49 //
       
    50 RESOURCE LOCALISABLE_APP_INFO r_iaupdatelauncher_localisable_app_info
       
    51     {
       
    52     short_caption = qtn_swupdate_caption_grid_ph2;
       
    53     caption_and_icon = 
       
    54     CAPTION_AND_ICON_INFO
       
    55         {
       
    56         caption = qtn_swupdate_caption_list_ph2;
       
    57         number_of_icons = 1;
       
    58         icon_file = APP_BITMAP_DIR"\\iaupdate_aif.mif";
       
    59 	};
       
    60     }
       
    61 
       
    62 // End of File
       
    63