phonebookui/Phonebook2/Application/rss/Phonebook2.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  This file contains resources for Phonebook 2.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <eikon.rh>
       
    21 #include <eikon.rsg>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <avkon.loc>
       
    26 #include <phonebook2.loc>
       
    27 
       
    28 // --------------------------------------------------------------------------
       
    29 // Resource identifier
       
    30 // --------------------------------------------------------------------------
       
    31 //
       
    32 NAME PBK2    // From Phonebook 2
       
    33 
       
    34 // --------------------------------------------------------------------------
       
    35 // Standard resource signature
       
    36 // --------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 // --------------------------------------------------------------------------
       
    41 // Application caption and default filename
       
    42 // --------------------------------------------------------------------------
       
    43 //
       
    44 RESOURCE TBUF
       
    45     {
       
    46     buf = qtn_phob_title;
       
    47     }
       
    48 
       
    49 // --------------------------------------------------------------------------
       
    50 // Phonebook 2 application info
       
    51 // --------------------------------------------------------------------------
       
    52 //
       
    53 RESOURCE EIK_APP_INFO
       
    54     {
       
    55     status_pane = r_phonebook2_status_pane;
       
    56     custom_app_info_extension = r_phonebook2_app_info_extension;
       
    57     }
       
    58 
       
    59 
       
    60 // --------------------------------------------------------------------------
       
    61 // Phonebook 2 application info extension
       
    62 // --------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE EIK_APP_INFO_EXT r_phonebook2_app_info_extension
       
    65     {
       
    66     // Empty
       
    67     }
       
    68 
       
    69 // --------------------------------------------------------------------------
       
    70 // LOCALISABLE_APP_INFO
       
    71 // Phonebook 2 localisable application info
       
    72 // --------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE LOCALISABLE_APP_INFO r_phonebook2_localisable_app_info
       
    75     {
       
    76     short_caption = qtn_apps_phonebook_grid;
       
    77     caption_and_icon = CAPTION_AND_ICON_INFO
       
    78         {
       
    79         caption = qtn_apps_phonebook_list;
       
    80         number_of_icons = 1;
       
    81         icon_file = "z:\\resource\\apps\\phonebook2_aif.mif";
       
    82         };
       
    83     }
       
    84 
       
    85 // --------------------------------------------------------------------------
       
    86 // Phonebook 2 default status pane
       
    87 // --------------------------------------------------------------------------
       
    88 //
       
    89 RESOURCE STATUS_PANE_APP_MODEL r_phonebook2_status_pane
       
    90     {
       
    91     layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
       
    92     panes =
       
    93         {
       
    94         SPANE_PANE
       
    95             {
       
    96             id = EEikStatusPaneUidTitle;
       
    97             type = EAknCtTitlePane;
       
    98             resource = r_phonebook2_title_pane;
       
    99             }
       
   100         };
       
   101     }
       
   102 
       
   103 // --------------------------------------------------------------------------
       
   104 // Phonebook 2 default title pane text
       
   105 // --------------------------------------------------------------------------
       
   106 //
       
   107 RESOURCE TITLE_PANE r_phonebook2_title_pane
       
   108     {
       
   109     txt = qtn_phob_title;
       
   110     }
       
   111 
       
   112 // --------------------------------------------------------------------------
       
   113 // Navi position indicator
       
   114 // --------------------------------------------------------------------------
       
   115 //
       
   116 RESOURCE TBUF r_qtn_phob_navi_pos_indicator_contact_info_view
       
   117     {
       
   118     buf = qtn_phob_navi_pos_indicator;
       
   119     }
       
   120 
       
   121 // Additional resource files
       
   122 #include "Pbk2ViewGraph.rss"
       
   123 #include "Pbk2MenuResources.rss"
       
   124 
       
   125 // End of File