secureswitools/swisistools/test/tinterpretsisinteg/data/regfiles/tstapp2_loc.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     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 TstApp2_loc.rss
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 NAME SER1
       
    22 
       
    23 #include <uikon.rh>
       
    24 #include <appinfo.rh>
       
    25  
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 RESOURCE LOCALISABLE_APP_INFO R_LAI
       
    29 	{
       
    30 	short_caption = "TstApp2";
       
    31 	caption_and_icon =
       
    32 		{
       
    33 		CAPTION_AND_ICON_INFO
       
    34 			{
       
    35 			caption = "TstApp2Caption";
       
    36 			number_of_icons = 0;
       
    37 			}
       
    38 		};			
       
    39 	}