diff -r 2b7283837edb -r 3104fc151679 uiservicetab/vimpstdetailsviewplugin/data/vimpstdetailsviewpluginrsc.rss --- a/uiservicetab/vimpstdetailsviewplugin/data/vimpstdetailsviewpluginrsc.rss Thu Aug 19 09:41:53 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,160 +0,0 @@ -/* -* 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 file for CCA Details view plugin - * -*/ - - -// RESOURCE IDENTIFIER -NAME IMSD // 4 letter ID , im service details - -// INCLUDES -#include -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "vimpstdetailsview.hrh" -#include - -// RESOURCE DEFINITIONS - -// --------------------------------------------------------------------------- -// RSS_SIGNATURE -// --------------------------------------------------------------------------- -// -RESOURCE RSS_SIGNATURE { } - - -// -------------------------------------------------------------------------- -// AVKON_VIEW -// Main view. -// -------------------------------------------------------------------------- -// -RESOURCE AVKON_VIEW r_vimpstdetailsview_mainview - { - menubar = r_vimpstdetailsview_menubar; - cba = R_AVKON_SOFTKEYS_OPTIONS_BACK__SELECT; - } - -// --------------------------------------------------------------------------- -// r_vimpstdetailsview_menubar - -// --------------------------------------------------------------------------- -// -RESOURCE MENU_BAR r_vimpstdetailsview_menubar - { - titles = - { - MENU_TITLE - { - menu_pane = r_vimpstdetailsview_menupane; - } - }; - } - -// --------------------------------------------------------------------------- -// r_vimpstdetailsview_menupane -// --------------------------------------------------------------------------- -// -RESOURCE MENU_PANE r_vimpstdetailsview_menupane - { - - // KAiwCmdAssign AIW service cmd used as Edit Options-menu item - // set AIW commands at last - items = - { - MENU_ITEM - { - command = EVIMPSTDetailsCopyCmd; - txt = qtn_servdetail_opt_copydetail; - }, - - MENU_ITEM - { - command = EVIMPSTDetailsDeleteCmd; - txt = qtn_servdetail_opt_delete; - }, - MENU_ITEM - { - command = KAiwCmdAssign; - txt = qtn_servdetail_opt_edit; - }, - - #ifdef __SERIES60_HELP - MENU_ITEM - { - command = EAknCmdHelp; - txt = qtn_options_help; - }, - #endif // __SERIES60_HELP - MENU_ITEM - { - command = EAknCmdExit; - txt = qtn_options_exit; - } - }; - } - -RESOURCE TBUF r_servdetail_backgroundtext_header { buf = qtn_servdetail_backgroundtext_header; } - -RESOURCE TBUF r_servdetail_statustext_offline { buf = qtn_servdetail_statustext_offline; } -RESOURCE TBUF r_servdetail_statustext_online { buf = qtn_servdetail_statustext_online; } -RESOURCE TBUF r_servdetail_statustext_dnd { buf = qtn_servdetail_statustext_dnd; } -RESOURCE TBUF r_servdetail_statustext_away { buf = qtn_servdetail_statustext_away; } -RESOURCE TBUF r_servdetail_statustext_busy { buf = qtn_servdetail_statustext_busy; } -RESOURCE TBUF r_servdetail_statustext_blocked { buf = qtn_servtab_default_statustext_blocked; } -RESOURCE TBUF r_servdetail_statustext_callforward { buf = qtn_servtab_default_statustext_callforward; } - -RESOURCE TBUF r_servdetail_statustext_Onthephone { buf = qtn_servdetail_statustext_onthephone; } -RESOURCE TBUF r_servdetail_statustext_Unknown { buf = qtn_servdetail_statustext_unknown; } -RESOURCE TBUF r_servdetail_unnamed { buf = qtn_servtab_unnamed; } -RESOURCE TBUF r_servdetail_statustext_Pending { buf = qtn_servtab_invitationsent; } - -// --------------------------------------------------------------------------- -// r_detailsview_aiw_service_interests -// --------------------------------------------------------------------------- -// -RESOURCE AIW_INTEREST r_vimpstdetailsview_aiw_service_interests -{ - items= - { - AIW_CRITERIA_ITEM - { - id = KAiwCmdAssign;// serviceCmd used here also as ID - serviceCmd = KAiwCmdAssign; - contentType = EGenericParamContactLinkArrayStr; - serviceClass = KAiwClassMenu;//not working with KAiwClassBase altough used as service cmd - maxProviders = 1; - } - // Add here other possible AIW service criterias.. - }; -} - -#include "vimpstdetailfields.rss" - - -// End of File