installationservices/swi/test/testexes/interpretsis_testcase/interpretsis_testcase_02.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.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 #elif defined LANGUAGE_04  // if language code is for Spanish
       
    30  #include "04/04-strings.rls"
       
    31 #elif defined LANGUAGE_24  // if language code is for French International
       
    32  #include "24/24-strings.rls"
       
    33 #endif      
       
    34 // end conditional compile
       
    35 
       
    36 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    37 	{
       
    38 		short_caption = STRING_r_example_short_caption;
       
    39 		caption_and_icon =
       
    40 	        {
       
    41 	        CAPTION_AND_ICON_INFO
       
    42 	            {
       
    43 	            caption = STRING_r_example_caption;
       
    44 				number_of_icons = Long_NumberOfIcon1;
       
    45 	            icon_file = STRING_r_example_iconfile;
       
    46 	            }
       
    47 	        }; 
       
    48 		//
       
    49 	    view_list =
       
    50 	        {
       
    51 	        VIEW_DATA
       
    52 	            {
       
    53 				uid = Long_uid1;
       
    54 				screen_mode = Long_screenmode1;
       
    55 	            caption_and_icon =
       
    56 	                {
       
    57 	                CAPTION_AND_ICON_INFO
       
    58 	                    {
       
    59 	                    caption = STRING_r_view_268123123_caption;
       
    60 						number_of_icons = Long_NumberOfIcon2;
       
    61 						icon_file = STRING_r_example_iconfile1;
       
    62 	                    }
       
    63 	                };                          
       
    64 	            },
       
    65 	        VIEW_DATA
       
    66 	            {
       
    67 				uid = Long_uid2;
       
    68 	            screen_mode = Long_screenmode2;
       
    69 	            caption_and_icon =
       
    70 	                {
       
    71 	                CAPTION_AND_ICON_INFO
       
    72 	                    {
       
    73 	                    caption = STRING_r_view_268123124_caption;
       
    74 						number_of_icons = Long_NumberOfIcon3;
       
    75 	                    icon_file = STRING_r_example_iconfile2;
       
    76 	                    }
       
    77 	                };
       
    78 	            }
       
    79 	        };
       
    80 	    group_name = "Tapash_Group";		
       
    81 	}