testconns/statapi/device/source/statapi/rsc/statgui_aif.rss
changeset 4 b8d1455fddc0
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /********************************************************************************
       
    21  * 
       
    22  * System Includes
       
    23  *
       
    24  *******************************************************************************/
       
    25 #include <aiftool.rh>
       
    26 
       
    27 /********************************************************************************
       
    28  * 
       
    29  * Application Information
       
    30  *
       
    31  *******************************************************************************/
       
    32 RESOURCE AIF_DATA
       
    33 {
       
    34 	app_uid = 0x10009B04;
       
    35 
       
    36 	caption_list=
       
    37 	{ 
       
    38 		CAPTION { code = ELangEnglish; caption = "StatGui"; }
       
    39 	};
       
    40 
       
    41 	num_icons=2;
       
    42 
       
    43 	embeddability = KAppNotEmbeddable;
       
    44 	hidden = KAppNotHidden ;
       
    45 	newfile = KAppDoesNotSupportNewFile;
       
    46 }