customization/UISettingsSrv/server/Data/UISettingsSrv.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
--- a/customization/UISettingsSrv/server/Data/UISettingsSrv.rss	Tue Feb 02 00:03:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,163 +0,0 @@
-/*
-* 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
-
-
-