customization/UISettingsSrv/server/Data/UISettingsSrv.rss
changeset 0 3ce708148e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/customization/UISettingsSrv/server/Data/UISettingsSrv.rss	Thu Dec 17 08:40:12 2009 +0200
@@ -0,0 +1,163 @@
+/*
+* Copyright (c) 2002-2004 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 UISettingsSrv
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    UISS // 4 letter ID
+
+//  INCLUDES
+
+//sf-#include    <bldvariant.hrh>
+#include    <eikon.rh>
+#include    <avkon.rsg>
+#include    <avkon.rh>
+#include    <avkon.mbg>
+//sf-#include    <eikcore.rsg>
+//sf-#include    <eikon.rsg>
+//sf-#include    <appinfo.rh>
+//sf-#include    <gsicon.mbg>
+#include    <avkon.loc>
+/*sf--
+#include    "SecUi.loc"
+#include    <gs.hrh>
+#include    "gs.loc"
+#include    "gs.rh"
+#include    "cf.loc"
+#include    "softreject.loc"
+#include    "phonesettings.loc"
+#include    "MobileOriginatedCalls.loc"
+#include    "Phone.hrh"
+#include    <AvkonIcons.hrh>
+--fs*/
+
+#include <uikon.rh>
+#include <appinfo.rh>
+
+#include    <data_caging_paths_strings.hrh>
+
+#include "UISettingsSrv.hrh"
+//#include "UISettingsSrv.loc"
+
+// CONSTANTS
+
+ #ifdef __SCALABLE_ICONS
+    #define KUISettingsSrvBitmap      "Z:"APP_BITMAP_DIR"\\UISettingsSrv\\UISettingsSrvIcon.mif"
+ #else
+    #define KUISettingsSrvBitmap      "Z:"APP_BITMAP_DIR"\\UISettingsSrv\\UISettingsSrvIcon.mbm"
+ #endif //__SCALABLE_ICONS
+
+
+
+//sf-enum TCFMenuCommands
+//sf-    {
+//sf-    EAppCmdCreatePopupList = 5007
+//sf-    };
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+RESOURCE TBUF
+    {
+    buf="UISettingsSrv";
+    }
+
+//----------------------------------------------------
+//   
+//    EIK_APP_INFO
+//    It contains application information.
+//
+//----------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    menubar=r_uiss_menubar;
+    hotkeys=r_uiss_hotkeys;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    }
+
+//----------------------------------------------------
+//   
+//    r_starter_hotkeys
+//
+//----------------------------------------------------
+//
+RESOURCE HOTKEYS r_uiss_hotkeys
+{
+    control=
+    {
+        HOTKEY { command=EAknCmdExit; key='e'; }
+    };
+}
+
+//----------------------------------------------------
+//   
+//    r_starter_menubar
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_uiss_menubar
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_uiss_menu; txt="File"; }
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_starter_menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_uiss_menu
+    {
+    items=
+        {
+//        MENU_ITEM { command=EUISSCmdTest; txt = qtn_appl_test; },
+//        MENU_ITEM { command=EUISSCmdTest; txt = qtn_appl_test2; },
+//        MENU_ITEM { command=EUISSCmdStartSrv; txt = qtn_appl_start_srv; },
+//        MENU_ITEM { command=EUISSCmdTestEnd; txt = qtn_appl_test_end; },
+        MENU_ITEM { command=EAknCmdExit; txt = qtn_options_exit; }
+        };
+    }
+
+// SVG changes
+RESOURCE LOCALISABLE_APP_INFO r_uiss_localisable_app_info
+    {
+//    short_caption = qtn_apps_settings_grid;
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+//        caption = qtn_apps_settings_list;
+#ifdef __SCALABLE_ICONS
+        number_of_icons = 1;
+        icon_file = APP_BITMAP_DIR"\\UISettingsSrv_aif.mif";
+#else
+        number_of_icons = 2;
+        icon_file = APP_BITMAP_DIR"\\UISettingsSrv_aif.mbm";
+#endif
+        };
+    }
+
+//End of File
+
+
+