phonesettings/pslncallimageplugin/Data/PslnCallImagePluginRsc.rss
changeset 0 5f000ab63145
child 9 8871b09be73b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonesettings/pslncallimageplugin/Data/PslnCallImagePluginRsc.rss	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,191 @@
+/*
+* Copyright (c) 2005 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 PslnCallImagePlugin
+*
+*/
+
+
+
+//  RESOURCE IDENTIFIER
+NAME    PCIP // 4 letter ID
+
+//  INCLUDES
+#include <avkon.loc> // Avkon localized strings
+#include <psln.hrh>
+#include <psln.loc>
+#include <PslnCommon.rsg>
+#include <avkon.mbg>
+#include <avkon.rsg>
+#include <EIKCORE.rsg>
+#include <uikon.rh>
+#include <avkon.rh>
+#include <eikon.rh>
+
+#include <pslncallimageplugin.loc>
+
+// CONSTANTS
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+RESOURCE TBUF
+    {
+    buf="PSLC";
+    }
+
+//----------------------------------------------------
+//   
+//    EIK_APP_INFO
+//    It contains application information.
+//
+//----------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    }
+
+// -----------------------------------------------------------------------------
+//   
+//    r_psln_call_image_view
+//    Call Image application specific view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_psln_call_image_view 
+    {
+    menubar = r_psln_ci_view_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
+    }
+
+// -----------------------------------------------------------------------------
+//   
+//    r_psln_as_view_menubar
+//    Options menu with 'Apply', 'Help' and 'Exit' items.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_psln_ci_view_menubar
+    {
+    titles =
+        {
+        MENU_TITLE { menu_pane = r_psln_ci_basic_menupane; },
+        MENU_TITLE { menu_pane = R_PSLN_GEN_VIEW_MENUPANE; }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+//    r_psln_ci_basic_menupane
+//    Call Image menu pane for view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_psln_ci_basic_menupane
+    {
+    items =
+        {
+        MENU_ITEM 
+            {
+            command = EPslnCmdAppActivate;
+            txt = qtn_skins_option_activate;
+            },
+        MENU_ITEM 
+            {
+            command = EPslnCmdAppDownload;
+            txt = qtn_options_change;
+            },
+#ifdef __SERIES60_HELP
+        MENU_ITEM 
+            {
+            command = EPslnCmdAppHelp;
+            txt = qtn_options_help;
+            },
+#endif // __SERIES60_HELP
+        MENU_ITEM 
+            {
+            command = EAknCmdExit;
+            txt = qtn_options_exit;
+            }
+        };
+    }
+    
+// -----------------------------------------------------------------------------
+//   
+//    r_psln_ci_list_view_title
+//    Call Image specific list view's title.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TITLE_PANE r_psln_ci_list_view_title
+    {
+    txt = qtn_skins_title_call_image;
+    }
+
+//----------------------------------------------------
+//  r_psln_ci_list_view_caption
+// 
+// Shortcuts view caption for plugin
+//----------------------------------------------------
+//
+RESOURCE TBUF r_psln_ci_list_view_caption
+    {
+    buf = qtn_skins_title_call_image;
+    }
+
+// -----------------------------------------------------------------------------
+//    
+//    r_psln_ci_tab_name
+//    Call Image specific skin tab title.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_psln_ci_tab_name
+    {
+    buf = qtn_skins_tabs_call_image;
+    }   
+
+// -----------------------------------------------------------------------------
+//    
+//    r_psln_ci_view_lbx
+//    Listbox of call image setting page.
+//    "0\tTextLabel\t1\t2"
+//    Note that icons need to be added in source code.
+// -----------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_psln_ci_view_lbx
+    {
+    items =
+        {
+        LBUF { txt = qtn_skins_default_call_image"\t\t"; },
+        LBUF { txt = qtn_skins_settings_none"\t\t";      },
+        LBUF { txt = qtn_skins_settings_browse"\t\t";  }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+//    r_psln_title_pane_callimage
+//    Text for title pane text in menu view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_psln_title_pane_callimage
+    {
+    buf = qtn_skins_title_pane_callimage;
+    }
+
+//End of File