satui/satapp/aif/Satui.rss
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 SatUi application.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 
       
    23 #include <aiftool.rh>
       
    24 #include <satui.loc>
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 
       
    28 RESOURCE AIF_DATA
       
    29     {
       
    30     // App UID
       
    31     app_uid = 0x101f4ce0;
       
    32 
       
    33     // Number of icons
       
    34     num_icons = 2;
       
    35 
       
    36     // Application capabilities
       
    37     hidden = KAppIsHidden;
       
    38     embeddability = KAppNotEmbeddable;
       
    39     newfile = KAppDoesNotSupportNewFile;
       
    40     }
       
    41 
       
    42 // End of File