diff -r 000000000000 -r e686773b3f54 phonebookui/Phonebook2/remotecontactlookup/contactactionservice/sendplugin/data/pbk2rclsendplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/remotecontactlookup/contactactionservice/sendplugin/data/pbk2rclsendplugin.rss Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,94 @@ +/* +* 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 project Remote Contact Lookup Service +* +*/ + +// RESOURCE IDENTIFIER +NAME FSND // 4 letter ID + +// INCLUDE FILES +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +// RESOURCE DEFINITIONS + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf = ""; } + +RESOURCE TBUF r_fs_action_message { buf = qtn_fs_action_msg; } + +RESOURCE TBUF r_fs_action_audio { buf = qtn_fs_action_audio; } + +RESOURCE TBUF r_fs_action_postcard { buf = qtn_fs_action_postcard; } + +RESOURCE TBUF r_fs_action_email { buf = qtn_fs_action_email; } + +RESOURCE TBUF r_fs_note_number_missing { buf = qtn_fs_query_info_missing; } + +RESOURCE TBUF r_fs_postcard_write_attachment_tag { buf = "X-Nokia-PhonebookId_temp"; } + +// ----------------------------------------------------------------------------- +// +// 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_sendplugin_localisable_app_info + { + short_caption = qtn_fs_action_msg; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = qtn_fs_action_msg; + number_of_icons = 1; + icon_file = "\\resource\\apps\\pbk2rclsendplugin.mif"; + }; + } + +// End of file