extras/calcsoft/aif/CalcAif.rss
branchRCL_3
changeset 24 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
23:41b775cdc0c8 24:10c6e6d6e4d9
       
     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:  RSS for creating the aif file for Calculator.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <aiftool.rh>
       
    20 
       
    21 #include <Calc.loc>
       
    22 
       
    23 RESOURCE AIF_DATA
       
    24     {
       
    25     // Application UID
       
    26     app_uid = 0x10005902;
       
    27 
       
    28     // Number of icons
       
    29     num_icons = 1;
       
    30 
       
    31     // Application capabilities
       
    32     embeddability = KAppNotEmbeddable;
       
    33 
       
    34     newfile = KAppDoesNotSupportNewFile;
       
    35     }
       
    36 
       
    37 // End of File