common/tools/ats/smoketest/localisation/apparchitecture/tef/AppInfo_NoLocalisableGroupName.rh
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2004-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 #if !defined __APPINFO_NOLOCALISABLEGROUPNAME_RH__
       
    17 #define __APPINFO_NOLOCALISABLEGROUPNAME_RH__
       
    18 
       
    19 #include <APPINFO.RH>
       
    20 
       
    21 STRUCT LOCALISABLE_APP_INFO__NO_GROUP_NAME
       
    22 	{
       
    23 	LONG reserved_long = 0; // reserved for future use, do not use
       
    24 	LLINK reserved_llink = 0; // reserved for future use, do not use
       
    25 	//
       
    26 	LTEXT short_caption(KMaxCaption) = "";
       
    27 	STRUCT caption_and_icon; // CAPTION_AND_ICON_INFO
       
    28 	//
       
    29 	LEN WORD STRUCT view_list[]; // VIEW_DATA
       
    30 	}
       
    31 
       
    32 #endif