browserutilities/schemehandler/SchemeApp/data/SchemeApp.rss
changeset 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 the License "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 *     This file contains all the resources for the Scheme Handler App.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 
       
    22 NAME FAET
       
    23 
       
    24 // INCLUDES
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include "Scheme.hrh"
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.mbg>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 #include <SchemeApp.loc>
       
    33 
       
    34 // RESOURCE DEFINITIONS 
       
    35 
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 RESOURCE TBUF { buf = "SchemeApp"; }
       
    39 
       
    40 RESOURCE EIK_APP_INFO
       
    41     {
       
    42     }
       
    43 
       
    44 #include <appinfo.rh>
       
    45 
       
    46 //----------------------------------------------------
       
    47 //   
       
    48 //    r_schemeapp_localisable_app_info
       
    49 //    ?description
       
    50 //
       
    51 //----------------------------------------------------
       
    52 //
       
    53 RESOURCE LOCALISABLE_APP_INFO r_schemeapp_localisable_app_info
       
    54     {
       
    55     short_caption = qtn_apps_services_grid;
       
    56     caption_and_icon = 
       
    57     CAPTION_AND_ICON_INFO
       
    58         {
       
    59         caption = qtn_apps_services_list;
       
    60 
       
    61 #ifdef __SCALABLE_ICONS
       
    62         number_of_icons = 1;
       
    63         icon_file = 
       
    64         APP_RESOURCE_DIR"\\schemeapp_aif.mif";
       
    65 #else
       
    66         number_of_icons = 2;
       
    67         icon_file = 
       
    68         APP_RESOURCE_DIR"\\schemeapp_aif.mbm";
       
    69 #endif  // __SCALABLE_ICONS
       
    70         };
       
    71     }
       
    72 
       
    73 RESOURCE DIALOG r_scheme_dialog
       
    74     {
       
    75     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    76             EEikDialogFlagFillAppClientRect | EEikDialogFlagCbaButtons |
       
    77             EEikDialogFlagModeless;
       
    78 
       
    79     buttons = R_AVKON_SOFTKEYS_BACK;
       
    80     items =
       
    81         {
       
    82         DLG_LINE
       
    83             {
       
    84             id = ESchemeAppCtlLabel;
       
    85             type = EEikCtLabel;
       
    86             control = LABEL { txt = "";};
       
    87             }
       
    88         };
       
    89     }