installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotestmultilang_loc.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     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 the License "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  @file sifgetcompinfotest1_loc.rss
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #include <techview/eikon.rh>
       
    24 #include <uiklafgt/eikcore.rsg>
       
    25 #include <appinfo.rh>
       
    26 
       
    27 
       
    28 RESOURCE RSS_SIGNATURE { }
       
    29 
       
    30 // Conditional compile, depending on locale
       
    31 #ifdef LANGUAGE_01    // if language code is for UK
       
    32  #include "01/01-strings.rls"
       
    33 #elif defined LANGUAGE_03  // if language code is for German
       
    34  #include "03/03-strings.rls"
       
    35 #elif defined LANGUAGE_04  // if language code is for Spanish
       
    36  #include "04/04-strings.rls"
       
    37 #elif defined LANGUAGE_24  // if language code is for French International
       
    38  #include "24/24-strings.rls"
       
    39 #else   // if nothing id defined take english
       
    40  #include "rsc/rsc-strings.rls"
       
    41 #endif      
       
    42 // end conditional compile
       
    43 
       
    44 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    45 	{
       
    46 		short_caption = STRING_r_example_short_caption;
       
    47 	    caption_and_icon =
       
    48 	        {
       
    49 	        CAPTION_AND_ICON_INFO
       
    50 	            {
       
    51 	            caption = STRING_r_example_caption;
       
    52 	            number_of_icons = Long_NumberOfIcon1;
       
    53 	            icon_file = STRING_r_example_iconfile;
       
    54 	            }
       
    55 	        };                          
       
    56 	    //
       
    57 	    view_list =
       
    58 	        {
       
    59 	        VIEW_DATA
       
    60 	            {
       
    61 				uid = Long_uid1;
       
    62 				screen_mode = Long_screenmode1;
       
    63 	            caption_and_icon =
       
    64 	                {
       
    65 	                CAPTION_AND_ICON_INFO
       
    66 	                    {
       
    67 	                    caption = STRING_r_view_268123123_caption;
       
    68 						number_of_icons = Long_NumberOfIcon2;
       
    69 						icon_file = STRING_r_example_iconfile1;
       
    70 	                    }
       
    71 	                };                          
       
    72 	            },
       
    73 	        VIEW_DATA
       
    74 	            {
       
    75 				uid = Long_uid2;
       
    76 	            screen_mode = Long_screenmode2;
       
    77 	            caption_and_icon =
       
    78 	                {
       
    79 	                CAPTION_AND_ICON_INFO
       
    80 	                    {
       
    81 	                    caption = STRING_r_view_268123124_caption;
       
    82 						number_of_icons = Long_NumberOfIcon3;
       
    83 	                    icon_file = STRING_r_example_iconfile2;
       
    84 	                    }
       
    85 	                };
       
    86 	            }
       
    87 	        };
       
    88 	    group_name = "CompInfo_Group";		
       
    89 	}