phonebookui/Phonebook2/remotecontactlookup/contactactionservice/pocplugin/data/pbk2rclpocplugin.rss
/*
* Copyright (c) 2008 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: Resource definitions for poc plugin
*
*/
// RESOURCE IDENTIFIER
NAME FPOC // 4 letter ID
// INCLUDE FILES
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
#include <appinfo.rh>
#include <data_caging_paths_strings.hrh>
#include <eikon.hrh>
#include <AiwCommon.hrh> // for service commands
#include <AiwCommon.rh> // structure definitions
#include <AiwPoCParameters.hrh>
#include <phonebook2rcl.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = ""; }
RESOURCE TBUF r_fs_action_ptt { buf = qtn_fs_action_ptt; }
RESOURCE TBUF r_fs_note_number_missing
{
buf = qtn_fs_query_call_n_available_numbers;
}
// ---------------------------------------------------------------------------
//
// r_poc_aiw_interest
//
// ---------------------------------------------------------------------------
//
RESOURCE AIW_INTEREST r_poc_aiw_interest
{
items =
{
AIW_CRITERIA_ITEM
{
id = KAiwCmdPoC;
serviceCmd = KAiwCmdPoC;
serviceClass = KAiwClassBase;
contentType = "*";
defaultProvider = KS60PoCAiwProviderImplUid;
maxProviders = 1;
}
};
}
// ---------------------------------------------------------------------------
//
// r_fs_number_missing_query_dialog
//
// ---------------------------------------------------------------------------
//
RESOURCE DIALOG r_fs_number_missing_query_dialog
{
flags=EGeneralQueryFlags;
buttons=R_AVKON_SOFTKEYS_YES_NO;
items=
{
DLG_LINE
{
type=EAknCtQuery;
id=EGeneralQuery;
control= AVKON_CONFIRMATION_QUERY
{
layout = EConfirmationQueryLayout;
animation = R_QGN_NOTE_WARNING_ANIM;
};
}
};
}
// ---------------------------------------------------------------------------
//
// Localizable application information
//
// ---------------------------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_pocplugin_localisable_app_info
{
short_caption = qtn_fs_action_ptt;
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = qtn_fs_action_ptt;
number_of_icons = 1;
icon_file = "\\resource\\apps\\pbk2rclpocplugin.mif";
};
}
// End of file