localisation/apparchitecture/tef/tstapp_loc.rss
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2007-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code 
       
    22 */
       
    23 
       
    24 #include <appinfo.rh>
       
    25 
       
    26 #if defined(LANGUAGE_01)
       
    27 #include "tstapp01.rls"
       
    28 #elif(LANGUAGE_02)
       
    29 #include "tstapp02.rls"
       
    30 #elif(LANGUAGE_03)
       
    31 #include "tstapp03.rls"
       
    32 #elif(LANGUAGE_04)
       
    33 #include "tstapp04.rls"
       
    34 #elif(LANGUAGE_05)
       
    35 #include "tstapp05.rls"
       
    36 #else
       
    37 #include "tstappsc.rls"
       
    38 #endif
       
    39 
       
    40 
       
    41 RESOURCE LOCALISABLE_APP_INFO
       
    42 	{
       
    43 	short_caption = STRING_r_tstapp_short_caption_string;
       
    44 	caption_and_icon =
       
    45 		{
       
    46 		CAPTION_AND_ICON_INFO
       
    47 			{
       
    48 			caption = STRING_r_tstapp_caption_string;
       
    49 			number_of_icons = 3;
       
    50 			icon_file = STRING_r_tstapp_icon_file;
       
    51 			}
       
    52 		};		
       
    53 	view_list =
       
    54 		{
       
    55 		VIEW_DATA
       
    56 			{
       
    57 			uid = 270565258;
       
    58 			screen_mode = 0x00;
       
    59 			caption_and_icon =
       
    60 				{
       
    61 				CAPTION_AND_ICON_INFO
       
    62 					{
       
    63 					caption = STRING_r_tstapp_view1_caption;
       
    64 					number_of_icons = 1;
       
    65 					icon_file = STRING_r_tstapp_view1_icon_file ;
       
    66 					}
       
    67 				};
       
    68 			},
       
    69 		VIEW_DATA
       
    70 			{
       
    71 			uid = 270565259;
       
    72 			screen_mode = 0x00;
       
    73 			caption_and_icon =
       
    74 				{
       
    75 				CAPTION_AND_ICON_INFO
       
    76 					{
       
    77 					caption = STRING_r_tstapp_view2_caption;
       
    78 					number_of_icons = 1;
       
    79 					icon_file = STRING_r_tstapp_view2_icon_file;
       
    80 					}
       
    81 				};
       
    82 			},
       
    83 		VIEW_DATA
       
    84 			{
       
    85 			uid = 0x2000F5A8;
       
    86 			screen_mode = 0x00;
       
    87 			caption_and_icon =
       
    88 				{
       
    89 				CAPTION_AND_ICON_INFO
       
    90 					{
       
    91 					caption = STRING_r_tstapp_view2_caption;
       
    92 					number_of_icons = 1;
       
    93 					icon_file = STRING_r_tstapp_view3_icon_file;
       
    94  					}
       
    95  				};
       
    96  			}
       
    97 		};
       
    98 	}