installationservices/swi/test/testexes/tswiappregintegration/case01/swiappregintegration01_loc.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 // Copyright (c) 2010 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 /**
       
    17  @file swiappregintegration01_loc.rss
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 #include <techview/eikon.rh>
       
    22 #include <uiklafgt/eikcore.rsg>
       
    23 #include <appinfo.rh>
       
    24 
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 #ifdef LANGUAGE_01
       
    29  #include "01-strings.rls"
       
    30 #elif defined LANGUAGE_03
       
    31  #include "03-strings.rls"
       
    32 #elif defined LANGUAGE_24
       
    33  #include "24-strings.rls"
       
    34 #else
       
    35  #include "rsc-strings.rls"
       
    36 #endif      
       
    37 
       
    38 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    39 	{
       
    40 	short_caption = Localized_Short_Caption;
       
    41 	caption_and_icon =
       
    42 		{
       
    43 		CAPTION_AND_ICON_INFO
       
    44 			{
       
    45 			caption = Localized_Caption;
       
    46 			number_of_icons = Localized_NumberOfIcon;
       
    47 			icon_file = Localized_Iconfile;
       
    48 			}
       
    49 		};                          
       
    50 
       
    51 	view_list =
       
    52 		{
       
    53 		VIEW_DATA
       
    54 			{
       
    55 			uid = View_Uid1;
       
    56 			screen_mode = View_Screenmode1;	
       
    57 			caption_and_icon =
       
    58 				{
       
    59 				CAPTION_AND_ICON_INFO
       
    60 					{
       
    61 					caption = View_Caption1;
       
    62 					number_of_icons = View_NumberOfIcon1;
       
    63 					icon_file = View_Iconfile1;
       
    64 					}
       
    65 				};				
       
    66 			},
       
    67 		VIEW_DATA
       
    68 			{
       
    69 			uid = View_Uid2;
       
    70 			screen_mode = View_Screenmode2;	
       
    71 			caption_and_icon =
       
    72 				{
       
    73 				CAPTION_AND_ICON_INFO
       
    74 					{
       
    75 					caption = View_Caption2;
       
    76 					number_of_icons = View_NumberOfIcon2;
       
    77 					icon_file = View_Iconfile2;
       
    78 					}
       
    79 				};						
       
    80 			}
       
    81 		};
       
    82 	
       
    83 	group_name = Localized_GroupName;		
       
    84 	}