uifw/AvKon/tsrc/bc/bctestlauncher/aif/bctestlauncheraif.rss
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 BCTestLauncher.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <aiftool.rh>
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // RESOURCE DEFINITIONS
       
    26 RESOURCE AIF_DATA
       
    27     {
       
    28     app_uid = 0x101F84E2;
       
    29     groupName="BCTest";
       
    30     caption_list=
       
    31         {       
       
    32         CAPTION 
       
    33             { 
       
    34             code = ELangEnglish; 
       
    35             caption = "BCTestLauncher";
       
    36             }
       
    37         };
       
    38 
       
    39     num_icons = 1;
       
    40     embeddability = KAppNotEmbeddable;
       
    41     newfile = KAppDoesNotSupportNewFile;
       
    42     }
       
    43 
       
    44 // End of File