installationservices/swi/test/testexes/tswiappregintegration/base01/swiappregintegration_base01_loc.rss
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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_02
       
    31  #include "02-strings.rls"
       
    32 #elif defined LANGUAGE_03
       
    33  #include "03-strings.rls"
       
    34 #elif defined LANGUAGE_04
       
    35  #include "04-strings.rls"
       
    36 #else
       
    37  #include "rsc-strings.rls"
       
    38 #endif      
       
    39 
       
    40 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    41 	{
       
    42 	short_caption = Localized_Short_Caption;
       
    43 	caption_and_icon =
       
    44 		{
       
    45 		CAPTION_AND_ICON_INFO
       
    46 			{
       
    47 			caption = Localized_Caption;
       
    48 			number_of_icons = Localized_NumberOfIcon;
       
    49 			icon_file = Localized_Iconfile;
       
    50 			}
       
    51 		};
       
    52 
       
    53 	group_name = Localized_GroupName;		
       
    54 	}