idlefw/plugins/pslnactiveidleplugin/data/pslnactiveidlepluginrsc.rss
branchRCL_3
changeset 8 d0529222e3f0
parent 4 1a2a00e78665
child 11 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for PslnActiveIdlePlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ========== RESOURCE IDENTIFIER =============================================
       
    20 
       
    21 NAME    PSAI // 4 letter ID
       
    22 
       
    23 #include <avkon.loc> // Avkon localized strings
       
    24 #include <avkon.mbg>
       
    25 #include <avkon.rsg>
       
    26 #include <eikcore.rsg>
       
    27 #include <pslncommon.rsg>
       
    28 #include <uikon.rh>
       
    29 #include <avkon.rh>
       
    30 #include <eikon.rh>
       
    31 
       
    32 #include <pslnactiveidle3plugin.loc>
       
    33 #include <psln.hrh>
       
    34 
       
    35 // ========== RESOURCE DEFINITIONS ============================================
       
    36 
       
    37 RESOURCE RSS_SIGNATURE
       
    38 {
       
    39 }
       
    40 
       
    41 RESOURCE TBUF
       
    42 {
       
    43     buf = "";
       
    44 }
       
    45 
       
    46 // ----------------------------------------------------------------------------
       
    47 //
       
    48 // Active Idle application specific view.
       
    49 //
       
    50 // ----------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE AVKON_VIEW r_psln_active_idle_view
       
    53 {
       
    54     menubar = r_psln_ai_view_menubar;
       
    55     //cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    56     cba = r_softkeys_options_back_empty;
       
    57 }
       
    58 
       
    59 // ----------------------------------------------------------------------------
       
    60 //
       
    61 // Options menu with 'Download', 'Activate', 'Help' and 'Exit' items.
       
    62 //
       
    63 // ----------------------------------------------------------------------------
       
    64 //
       
    65 RESOURCE MENU_BAR r_psln_ai_view_menubar
       
    66 {
       
    67     titles =
       
    68     {
       
    69         MENU_TITLE { menu_pane = r_psln_ai_basic_menupane; },
       
    70         MENU_TITLE { menu_pane = R_PSLN_GEN_VIEW_MENUPANE; }
       
    71     };
       
    72 }
       
    73 
       
    74 // ----------------------------------------------------------------------------
       
    75 //
       
    76 // Menu pane for view.
       
    77 //
       
    78 // ----------------------------------------------------------------------------
       
    79 //
       
    80 RESOURCE MENU_PANE r_psln_ai_basic_menupane
       
    81 {
       
    82     items =
       
    83     {
       
    84 #ifdef __SERIES60_HELP
       
    85         MENU_ITEM
       
    86         {
       
    87             command = EPslnCmdAppHelp;
       
    88             txt = qtn_options_help;
       
    89         },
       
    90 #endif  // __SERIES60_HELP
       
    91         MENU_ITEM
       
    92         {
       
    93             command = EAknCmdExit;
       
    94             txt = qtn_options_exit;
       
    95         }
       
    96     };
       
    97 }
       
    98 
       
    99 // ----------------------------------------------------------------------------
       
   100 //
       
   101 // Shortcuts view caption for plugin. max 128
       
   102 //
       
   103 // ----------------------------------------------------------------------------
       
   104 //
       
   105 RESOURCE TBUF r_psln_ai_list_view_caption
       
   106 {
       
   107     buf = qtn_apps_idle_skin_gs;
       
   108 }
       
   109 
       
   110 // ----------------------------------------------------------------------------
       
   111 //
       
   112 // Active Idle specific skin tab title. max 128
       
   113 //
       
   114 // ----------------------------------------------------------------------------
       
   115 //
       
   116 RESOURCE TBUF r_psln_ai_tab_name
       
   117 {
       
   118     buf = qtn_skins_tabs_activeidle;
       
   119 }
       
   120 
       
   121 // ----------------------------------------------------------------------------
       
   122 //
       
   123 // View title for GS Active Idle plugin.
       
   124 //
       
   125 // ----------------------------------------------------------------------------
       
   126 //
       
   127 RESOURCE TITLE_PANE r_psln_gs_list_view_title
       
   128 {
       
   129     txt = qtn_apps_idle_skin_gs;
       
   130 }
       
   131 
       
   132 // ----------------------------------------------------------------------------
       
   133 //
       
   134 // View caption for GS Active Idle plugin. max 256
       
   135 //
       
   136 // ----------------------------------------------------------------------------
       
   137 //
       
   138 RESOURCE TBUF r_psln_gs_list_view_caption
       
   139 {
       
   140     buf = qtn_apps_idle_skin_gs;
       
   141 }
       
   142 
       
   143 // ----------------------------------------------------------------------------
       
   144 //
       
   145 // ----------------------------------------------------------------------------
       
   146 RESOURCE CBA r_softkeys_options_back_empty
       
   147 {
       
   148     buttons =
       
   149     {
       
   150         CBA_BUTTON {id = EAknSoftkeyOptions;  txt = text_softkey_option; },
       
   151         CBA_BUTTON {id = EAknSoftkeyBack;     txt = text_softkey_back;   },
       
   152         CBA_BUTTON {id = EPslnCmdAppActivate; txt = ""; }
       
   153     };
       
   154 }
       
   155 
       
   156 // ----------------------------------------------------------------------------
       
   157 //
       
   158 // ----------------------------------------------------------------------------
       
   159 //
       
   160 RESOURCE CBA r_softkeys_options_exit_empty
       
   161 {
       
   162     buttons =
       
   163     {
       
   164         CBA_BUTTON {id = EAknSoftkeyOptions;  txt = text_softkey_option; },
       
   165         CBA_BUTTON {id = EAknSoftkeyExit;     txt = text_softkey_exit;   },
       
   166         CBA_BUTTON {id = EPslnCmdAppActivate; txt = ""; }
       
   167     };
       
   168 }
       
   169 
       
   170 // End of File.