diff -r 000000000000 -r 79c6a41cd166 idlefw/plugins/pslnactiveidleplugin/data/pslnactiveidlepluginrsc.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/idlefw/plugins/pslnactiveidleplugin/data/pslnactiveidlepluginrsc.rss Thu Dec 17 08:54:17 2009 +0200 @@ -0,0 +1,170 @@ +/* +* 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: Resource file for PslnActiveIdlePlugin. +* +*/ + + +// ========== RESOURCE IDENTIFIER ============================================= + +NAME PSAI // 4 letter ID + +#include // Avkon localized strings +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +// ========== RESOURCE DEFINITIONS ============================================ + +RESOURCE RSS_SIGNATURE +{ +} + +RESOURCE TBUF +{ + buf = ""; +} + +// ---------------------------------------------------------------------------- +// +// Active Idle application specific view. +// +// ---------------------------------------------------------------------------- +// +RESOURCE AVKON_VIEW r_psln_active_idle_view +{ + menubar = r_psln_ai_view_menubar; + //cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; + cba = r_softkeys_options_back_empty; +} + +// ---------------------------------------------------------------------------- +// +// Options menu with 'Download', 'Activate', 'Help' and 'Exit' items. +// +// ---------------------------------------------------------------------------- +// +RESOURCE MENU_BAR r_psln_ai_view_menubar +{ + titles = + { + MENU_TITLE { menu_pane = r_psln_ai_basic_menupane; }, + MENU_TITLE { menu_pane = R_PSLN_GEN_VIEW_MENUPANE; } + }; +} + +// ---------------------------------------------------------------------------- +// +// Menu pane for view. +// +// ---------------------------------------------------------------------------- +// +RESOURCE MENU_PANE r_psln_ai_basic_menupane +{ + items = + { +#ifdef __SERIES60_HELP + MENU_ITEM + { + command = EPslnCmdAppHelp; + txt = qtn_options_help; + }, +#endif // __SERIES60_HELP + MENU_ITEM + { + command = EAknCmdExit; + txt = qtn_options_exit; + } + }; +} + +// ---------------------------------------------------------------------------- +// +// Shortcuts view caption for plugin. max 128 +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_psln_ai_list_view_caption +{ + buf = qtn_apps_idle_skin_gs; +} + +// ---------------------------------------------------------------------------- +// +// Active Idle specific skin tab title. max 128 +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_psln_ai_tab_name +{ + buf = qtn_skins_tabs_activeidle; +} + +// ---------------------------------------------------------------------------- +// +// View title for GS Active Idle plugin. +// +// ---------------------------------------------------------------------------- +// +RESOURCE TITLE_PANE r_psln_gs_list_view_title +{ + txt = qtn_apps_idle_skin_gs; +} + +// ---------------------------------------------------------------------------- +// +// View caption for GS Active Idle plugin. max 256 +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_psln_gs_list_view_caption +{ + buf = qtn_apps_idle_skin_gs; +} + +// ---------------------------------------------------------------------------- +// +// ---------------------------------------------------------------------------- +RESOURCE CBA r_softkeys_options_back_empty +{ + buttons = + { + CBA_BUTTON {id = EAknSoftkeyOptions; txt = text_softkey_option; }, + CBA_BUTTON {id = EAknSoftkeyBack; txt = text_softkey_back; }, + CBA_BUTTON {id = EPslnCmdAppActivate; txt = ""; } + }; +} + +// ---------------------------------------------------------------------------- +// +// ---------------------------------------------------------------------------- +// +RESOURCE CBA r_softkeys_options_exit_empty +{ + buttons = + { + CBA_BUTTON {id = EAknSoftkeyOptions; txt = text_softkey_option; }, + CBA_BUTTON {id = EAknSoftkeyExit; txt = text_softkey_exit; }, + CBA_BUTTON {id = EPslnCmdAppActivate; txt = ""; } + }; +} + +// End of File.