logsui/AIF/Logs.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Application information (AIF) resource file for Logs application.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 
       
    22 #include <aiftool.rh>
       
    23 #include "../Group/LogsUID.h"
       
    24 #include <Logs.loc>
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 
       
    29 /*
       
    30 -----------------------------------------------------------------------------
       
    31     
       
    32     AIF_DATA
       
    33 
       
    34     Standard Symbian OS application information structure.
       
    35 
       
    36 -----------------------------------------------------------------------------
       
    37 */
       
    38 RESOURCE AIF_DATA
       
    39 	{
       
    40 	// App UID
       
    41 	app_uid=KLogsAppUID3;
       
    42 	// Number of icons
       
    43 	num_icons=2;
       
    44 	// Application capabilities
       
    45 	embeddability=KAppNotEmbeddable;
       
    46 
       
    47 	// The application caption
       
    48 	//caption_list=
       
    49 	//	{ 
       
    50 	//	CAPTION { code = ELangEnglish; caption = qtn_apps_logs_grid; }
       
    51 	//	};
       
    52 	}
       
    53 
       
    54 
       
    55 // End of File
       
    56