phonebookui/Phonebook2/Commands/rss/Pbk2ToolbarResources.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:  Phonebook 2 tool bar resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <Pbk2IconId.rh>
       
    20 #include <Pbk2IconInfo.rh>
       
    21 #include <Pbk2Commands.hrh>
       
    22 #include <Pbk2Icons.hrh>
       
    23 #include <Pbk2UID.h>
       
    24 #include <Pbk2IconId.hrh>
       
    25 #include <aknsconstants.hrh>
       
    26 #include <phonebook2.loc>
       
    27 
       
    28 // --------------------------------------------------------------------------
       
    29 // Names list tool bar icons
       
    30 // --------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE ARRAY r_pbk2_nameslist_toolbar_icon_info_array
       
    33     {
       
    34     items =
       
    35         {
       
    36         PBK2_ICON_INFO
       
    37             {
       
    38             version = 0;
       
    39             pbk2IconInfoId = PHONEBOOK2_ICON_ID
       
    40                 {
       
    41                 ownerUid = KPbk2UID3;
       
    42                 id = EPbk2qgn_indi_tb_call;
       
    43                 };
       
    44             mbmFileName = phonebook2_mbm_file_location;
       
    45             iconId = qgn_indi_tb_call;
       
    46             maskId = qgn_indi_tb_call_mask;
       
    47             skinIdMajor = EAknsMajorGeneric;
       
    48             skinIdMinor = EAknsMinorGenericQgnIndiTbCall;
       
    49             },
       
    50         PBK2_ICON_INFO
       
    51             {
       
    52             version = 0;
       
    53             pbk2IconInfoId = PHONEBOOK2_ICON_ID
       
    54                 {
       
    55                 ownerUid = KPbk2UID3;
       
    56                 id = EPbk2qgn_indi_tb_mce;
       
    57                 };
       
    58             mbmFileName = phonebook2_mbm_file_location;
       
    59             iconId = qgn_indi_tb_mce;
       
    60             maskId = qgn_indi_tb_mce_mask;
       
    61             skinIdMajor = EAknsMajorGeneric;
       
    62             skinIdMinor = EAknsMinorGenericQgnIndiTbMce;
       
    63             },
       
    64         PBK2_ICON_INFO
       
    65             {
       
    66             version = 0;
       
    67             pbk2IconInfoId = PHONEBOOK2_ICON_ID
       
    68                 {
       
    69                 ownerUid = KPbk2UID3;
       
    70                 id = EPbk2qgn_indi_tb_avail_contacts;
       
    71                 };
       
    72             mbmFileName = phonebook2_mbm_file_location;
       
    73             iconId = qgn_indi_tb_avail_contacts;
       
    74             maskId = qgn_indi_tb_avail_contacts_mask;
       
    75             skinIdMajor = EAknsMajorGeneric;
       
    76             skinIdMinor = EAknsMinorGenericQgnIndiTbAvailContacts;
       
    77             }
       
    78         };
       
    79     }
       
    80 
       
    81 // --------------------------------------------------------------------------
       
    82 // Names List View's toolbar resource
       
    83 // --------------------------------------------------------------------------
       
    84 //
       
    85 RESOURCE AVKON_TOOLBAR r_pbk2_nameslist_toolbar
       
    86     {
       
    87     flags = KAknToolbarFixed; // KAknToolbarWithoutCba;  
       
    88     items =
       
    89         {
       
    90         // Toolbar is currently created dynamically
       
    91         };
       
    92     }
       
    93 
       
    94 RESOURCE TBUF r_phob_tb_call
       
    95     {
       
    96     buf = qtn_phob_tb_call;
       
    97     }
       
    98 
       
    99 RESOURCE TBUF r_phob_tb_create_msg
       
   100     {
       
   101     buf = qtn_phob_tb_create_msg;
       
   102     }
       
   103 RESOURCE TBUF r_phob_tb_new_contact
       
   104     {
       
   105     buf = qtn_phob_tb_new_contact;
       
   106     }
       
   107 
       
   108 
       
   109 // End of File