userdict/Aif/UserDictAif.rss
changeset 0 9a3a17bfeb67
equal deleted inserted replaced
-1:000000000000 0:9a3a17bfeb67
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:     Application Information resource of Japanese user dictionary.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <aiftool.rh>
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 //    AIF_DATA
       
    29 //    Application Information resource.
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 RESOURCE AIF_DATA
       
    34     {
       
    35     app_uid = 0x101F8645;
       
    36 
       
    37     // Number of icons
       
    38     //
       
    39     num_icons = 2;
       
    40 
       
    41     // Application capabilities
       
    42     //
       
    43     embeddability = KAppEmbeddable;
       
    44     }
       
    45 
       
    46 // End of File
       
    47 
       
    48