/*
* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: This file contains resources for Phonebook 2.
*
*/
// INCLUDES
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rsg>
#include <avkon.rh>
#include <appinfo.rh>
#include <avkon.loc>
#include <phonebook2.loc>
// --------------------------------------------------------------------------
// Resource identifier
// --------------------------------------------------------------------------
//
NAME PBK2 // From Phonebook 2
// --------------------------------------------------------------------------
// Standard resource signature
// --------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }
// --------------------------------------------------------------------------
// Application caption and default filename
// --------------------------------------------------------------------------
//
RESOURCE TBUF
{
buf = qtn_phob_title;
}
// --------------------------------------------------------------------------
// Phonebook 2 application info
// --------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
status_pane = r_phonebook2_status_pane;
custom_app_info_extension = r_phonebook2_app_info_extension;
}
// --------------------------------------------------------------------------
// Phonebook 2 application info extension
// --------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO_EXT r_phonebook2_app_info_extension
{
// Empty
}
// --------------------------------------------------------------------------
// LOCALISABLE_APP_INFO
// Phonebook 2 localisable application info
// --------------------------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_phonebook2_localisable_app_info
{
short_caption = qtn_apps_phonebook_grid;
caption_and_icon = CAPTION_AND_ICON_INFO
{
caption = qtn_apps_phonebook_list;
number_of_icons = 1;
icon_file = "z:\\resource\\apps\\phonebook2_aif.mif";
};
}
// --------------------------------------------------------------------------
// Phonebook 2 default status pane
// --------------------------------------------------------------------------
//
RESOURCE STATUS_PANE_APP_MODEL r_phonebook2_status_pane
{
layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_phonebook2_title_pane;
}
};
}
// --------------------------------------------------------------------------
// Phonebook 2 default title pane text
// --------------------------------------------------------------------------
//
RESOURCE TITLE_PANE r_phonebook2_title_pane
{
txt = qtn_phob_title;
}
// --------------------------------------------------------------------------
// Navi position indicator
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_navi_pos_indicator_contact_info_view
{
buf = qtn_phob_navi_pos_indicator;
}
// Additional resource files
#include "Pbk2ViewGraph.rss"
#include "Pbk2MenuResources.rss"
// End of File