appfw/apparchitecture/tef/tstapp_loc.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 "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
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 #include <appinfo.rh>
       
    23 
       
    24 #if defined(LANGUAGE_01)
       
    25 #include "tstapp01.rls"
       
    26 #elif(LANGUAGE_02)
       
    27 #include "tstapp02.rls"
       
    28 #elif(LANGUAGE_03)
       
    29 #include "tstapp03.rls"
       
    30 #elif(LANGUAGE_04)
       
    31 #include "tstapp04.rls"
       
    32 #elif(LANGUAGE_05)
       
    33 #include "tstapp05.rls"
       
    34 #else
       
    35 #include "tstappsc.rls"
       
    36 #endif
       
    37 
       
    38 
       
    39 RESOURCE LOCALISABLE_APP_INFO
       
    40 	{
       
    41 	short_caption = STRING_r_tstapp_short_caption_string;
       
    42 	caption_and_icon =
       
    43 		{
       
    44 		CAPTION_AND_ICON_INFO
       
    45 			{
       
    46 			caption = STRING_r_tstapp_caption_string;
       
    47 			number_of_icons = 3;
       
    48 			icon_file = STRING_r_tstapp_icon_file;
       
    49 			}
       
    50 		};		
       
    51 	view_list =
       
    52 		{
       
    53 		VIEW_DATA
       
    54 			{
       
    55 			uid = 270565258;
       
    56 			screen_mode = 0x00;
       
    57 			caption_and_icon =
       
    58 				{
       
    59 				CAPTION_AND_ICON_INFO
       
    60 					{
       
    61 					caption = STRING_r_tstapp_view1_caption;
       
    62 					number_of_icons = 1;
       
    63 					icon_file = STRING_r_tstapp_view1_icon_file ;
       
    64 					}
       
    65 				};
       
    66 			},
       
    67 		VIEW_DATA
       
    68 			{
       
    69 			uid = 270565259;
       
    70 			screen_mode = 0x00;
       
    71 			caption_and_icon =
       
    72 				{
       
    73 				CAPTION_AND_ICON_INFO
       
    74 					{
       
    75 					caption = STRING_r_tstapp_view2_caption;
       
    76 					number_of_icons = 1;
       
    77 					icon_file = STRING_r_tstapp_view2_icon_file;
       
    78 					}
       
    79 				};
       
    80 			},
       
    81 		VIEW_DATA
       
    82 			{
       
    83 			uid = 0x2000F5A8;
       
    84 			screen_mode = 0x00;
       
    85 			caption_and_icon =
       
    86 				{
       
    87 				CAPTION_AND_ICON_INFO
       
    88 					{
       
    89 					caption = STRING_r_tstapp_view2_caption;
       
    90 					number_of_icons = 1;
       
    91 					icon_file = STRING_r_tstapp_view3_icon_file;
       
    92  					}
       
    93  				};
       
    94  			}
       
    95 		};
       
    96 	}