landmarksui/msgviewer/data/LmkMsgViewer.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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:    LandmarksUi Content File -    Contains all the resources for lmkui.dll.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 //  RESOURCE IDENTIFIER
       
    25 
       
    26 NAME    LMVI
       
    27 
       
    28 //  INCLUDES
       
    29 // For Data caging
       
    30 #include <data_caging_paths_strings.hrh>
       
    31 
       
    32 #include <eikon.rh>
       
    33 #include <uikon.rh>
       
    34 #include <avkon.rsg>
       
    35 #include <appinfo.rh>
       
    36 #include <avkon.rh>
       
    37 #include <avkon.hrh>
       
    38 #include <avkon.mbg>
       
    39 #include <avkon.loc>
       
    40 #include <landmarks.loc>
       
    41 #include <lmkmsgviewer.loc>
       
    42 
       
    43 #define KIconFileMif APP_BITMAP_DIR"\\LmkMsgViewer_aif.mif"
       
    44 #define KIconFileMbm APP_BITMAP_DIR"\\LmkMsgViewer_aif.mbm"
       
    45 
       
    46 //  RESOURCE DEFINITIONS
       
    47 
       
    48 RESOURCE RSS_SIGNATURE { }
       
    49 
       
    50 
       
    51 RESOURCE TBUF { buf=""; }
       
    52 
       
    53 RESOURCE EIK_APP_INFO
       
    54     {
       
    55     }
       
    56 
       
    57 RESOURCE LOCALISABLE_APP_INFO r_lmkmsgviewer_localisable_app_info
       
    58         {
       
    59         short_caption = qtn_apps_lm_grid;
       
    60         caption_and_icon = CAPTION_AND_ICON_INFO
       
    61                 {
       
    62                 caption = qtn_apps_lm_list;
       
    63 #ifdef __SCALABLE_ICONS
       
    64                 number_of_icons = 1;
       
    65                 icon_file = KIconFileMif;
       
    66 #else
       
    67                 number_of_icons = 2;
       
    68                 icon_file = KIconFileMbm;
       
    69 #endif
       
    70                 };
       
    71 
       
    72         }
       
    73 
       
    74 
       
    75 //----------------------------------------------------
       
    76 //
       
    77 //    r_lmk_msgviewer_menubar
       
    78 //    ?description
       
    79 //
       
    80 //----------------------------------------------------
       
    81 //
       
    82 RESOURCE MENU_BAR r_lmk_msgviewer_menubar
       
    83     {
       
    84     titles=
       
    85         {
       
    86         MENU_TITLE { menu_pane = r_lmk_msgviewer_menu; txt = ""; }
       
    87         };
       
    88     }
       
    89 
       
    90 //----------------------------------------------------
       
    91 //
       
    92 //    r_lmk_msgviewer_menu
       
    93 //    ?description
       
    94 //
       
    95 //----------------------------------------------------
       
    96 //
       
    97 RESOURCE MENU_PANE r_lmk_msgviewer_menu
       
    98     {
       
    99     items =
       
   100         {
       
   101         MENU_ITEM { command = EAknCmdExit; txt = "Exit"; }
       
   102         };
       
   103     }
       
   104 
       
   105 RESOURCE AVKON_VIEW r_lmkmsgviewer_view
       
   106     {
       
   107 //    menubar=r_lmk_msgviewer_menubar;
       
   108 //    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   109     }
       
   110 
       
   111 //----------------------------------------------------
       
   112 //
       
   113 //    r_lmk_msgviewer_wait
       
   114 //    Progress note
       
   115 //
       
   116 //----------------------------------------------------
       
   117 //
       
   118 RESOURCE DIALOG r_lmk_msgviewer_wait
       
   119     {
       
   120     flags = EAknWaitNoteFlags | EEikDialogFlagWait;
       
   121     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   122     items =
       
   123         {
       
   124         DLG_LINE
       
   125             {
       
   126             type = EAknCtNote;
       
   127             id = EGeneralNote;
       
   128             control= AVKON_NOTE
       
   129                 {
       
   130                 layout = EWaitLayout;
       
   131                 singular_label = qtn_gen_note_opening;
       
   132                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   133                 };
       
   134             }
       
   135         };
       
   136     }
       
   137 
       
   138 RESOURCE TBUF r_lmk_badpackage_error
       
   139     {
       
   140     buf = qtn_lm_badpackage_error;
       
   141     }
       
   142 
       
   143 //----------------------------------------------------
       
   144 //   
       
   145 //    r_lmk_err_eikon_general
       
   146 //
       
   147 //----------------------------------------------------
       
   148 //
       
   149 
       
   150 RESOURCE TBUF r_lmk_err_eikon_general
       
   151     {
       
   152     buf = qtn_err_eikon_general;
       
   153     }
       
   154     
       
   155 // End of File