secureswitools/swisistools/test/tinterpretsisinteg/data/regfiles/tstapp_loc.rss
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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 /**
       
    17  @file TstApp_loc.rss
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 NAME SER1
       
    22 
       
    23 #include <uikon.rh>
       
    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 #else
       
    33 #include "tstappsc.rls"
       
    34 #endif
       
    35 
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 RESOURCE LOCALISABLE_APP_INFO R_LAI
       
    39 	{
       
    40 	short_caption = STRING_r_tstapp_short_caption_string;
       
    41 	caption_and_icon =
       
    42 		{
       
    43 		CAPTION_AND_ICON_INFO
       
    44 			{
       
    45 			caption = STRING_r_tstapp_caption_string;
       
    46 			number_of_icons = 1;
       
    47 			icon_file="";
       
    48 			}
       
    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  			
       
    82 		};
       
    83 		
       
    84 	}
       
    85 
       
    86 STRUCT SERVICE_NAME
       
    87 	{
       
    88 	LTEXT name = "";
       
    89 	}
       
    90 
       
    91 RESOURCE SERVICE_NAME r_service_specific_data_loc
       
    92 	{
       
    93 	name = "Localised_text_for_service_UID_0x01020305";
       
    94 	}