installationservices/swi/test/testexes/interpretsis_testcase_10/interpretsis_testcase_10.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 NAME HEWO
       
    17 
       
    18 #include <techview/eikon.rh>
       
    19 #include <uiklafgt/eikcore.rsg>
       
    20 #include <appinfo.rh>
       
    21 
       
    22 #include "../interpretsis_testcase/interpretsis_testcase.hrh"
       
    23 RESOURCE RSS_SIGNATURE { }
       
    24 // Conditional compile, depending on locale
       
    25 #ifdef LANGUAGE_01    // if language code is for UK
       
    26  #include "01/01-strings.rls"
       
    27 #elif defined LANGUAGE_03  // if language code is for German
       
    28  #include "03/03-strings.rls"
       
    29 #endif      
       
    30 // end conditional compile
       
    31 
       
    32 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    33 	{
       
    34 		short_caption = STRING_r_example_short_caption;
       
    35 	    caption_and_icon =
       
    36 	        {
       
    37 	        CAPTION_AND_ICON_INFO
       
    38 	            {
       
    39 	            caption = STRING_r_example_caption;
       
    40 	            number_of_icons = 2; // each icon must be a bitmap/mask pair
       
    41 	            icon_file = STRING_r_example_iconfile;
       
    42 	            }
       
    43 	        };                          
       
    44 	    //
       
    45 	    view_list =
       
    46 	        {
       
    47 	        VIEW_DATA
       
    48 	            {
       
    49 	            uid = 268123123;
       
    50 	            screen_mode = 0x00;
       
    51 	            caption_and_icon =
       
    52 	                {
       
    53 	                CAPTION_AND_ICON_INFO
       
    54 	                    {
       
    55 	                    caption = STRING_r_view_268123123_caption;
       
    56 	                    number_of_icons = 5; // each icon must be a bitmap/mask pair
       
    57 	                    icon_file = "z:\\resource\\apps\\interpretsis_testcase01.mbm";
       
    58 	                    }
       
    59 	                };                          
       
    60 	            },
       
    61 	        VIEW_DATA
       
    62 	            {
       
    63 	            uid = 268123124;
       
    64 	            screen_mode = 0x01;
       
    65 	            caption_and_icon =
       
    66 	                {
       
    67 	                CAPTION_AND_ICON_INFO
       
    68 	                    {
       
    69 	                    caption = STRING_r_view_268123124_caption;
       
    70 	                    number_of_icons = 6; // each icon must be a bitmap/mask pair
       
    71 	                    icon_file = "z:\\resource\\apps\\interpretsis_testcase01.mbm";
       
    72 	                    }
       
    73 	                };
       
    74 	            }
       
    75 	        };
       
    76 	    group_name = "Tapash_Group";		
       
    77 	}