omads/omadsappui/ui/src/NSmlDSSync.rss
branchRCL_3
changeset 52 4f0867e42d62
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    SYNC // 4 letter ID
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 
       
    26 #include "NSmlDSSync.hrh"
       
    27 #include<nsmldssync.loc>
       
    28 
       
    29 #include <eikon.rh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.rh>
       
    32 #include <avkon.mbg>
       
    33 #include <avkon.loc>
       
    34 
       
    35 
       
    36 //
       
    37 // AIF icons/files
       
    38 //
       
    39 #include <appinfo.rh>
       
    40 #include <data_caging_paths_strings.hrh>
       
    41 
       
    42 
       
    43 //  RESOURCE DEFINITIONS 
       
    44 
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 RESOURCE TBUF { buf = "NSmlDSSync"; }
       
    48 
       
    49 RESOURCE EIK_APP_INFO
       
    50 	{
       
    51     menubar=r_smlsync_menubar;
       
    52 	status_pane=r_smlsync_status_pane;
       
    53     hotkeys=r_smlsync_hotkeys;
       
    54     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    55 	}
       
    56 
       
    57 
       
    58 //
       
    59 // AIF icons/files
       
    60 //
       
    61 RESOURCE LOCALISABLE_APP_INFO r_nsmldssync_localisable_app_info
       
    62     {
       
    63     short_caption = qtn_apps_sml_grid;
       
    64     caption_and_icon = 
       
    65     CAPTION_AND_ICON_INFO
       
    66         {
       
    67         caption = qtn_apps_sml_list;
       
    68 
       
    69 #ifdef __SCALABLE_ICONS
       
    70         number_of_icons = 1;
       
    71         icon_file = APP_BITMAP_DIR"\\NSmlDSSync_aif.mif";
       
    72 #else
       
    73         number_of_icons = 2;
       
    74         icon_file = APP_BITMAP_DIR"\\NSmlDSSync_aif.mbm";
       
    75 #endif
       
    76 
       
    77         };
       
    78     }
       
    79 
       
    80 
       
    81 
       
    82 //------------------------------------------------------------------------------
       
    83 // r_smlsync_hotkeys.
       
    84 //
       
    85 //------------------------------------------------------------------------------
       
    86 //
       
    87 RESOURCE HOTKEYS r_smlsync_hotkeys
       
    88 	{
       
    89     control=
       
    90 		{
       
    91         HOTKEY { command=EAknCmdExit; key='e'; }
       
    92 		};
       
    93 	}
       
    94 
       
    95 
       
    96 //------------------------------------------------------------------------------
       
    97 // r_smlsync_menubar.
       
    98 //
       
    99 //------------------------------------------------------------------------------
       
   100 //
       
   101 RESOURCE MENU_BAR r_smlsync_menubar
       
   102     {
       
   103     titles=
       
   104         {
       
   105         MENU_TITLE { menu_pane=r_smlsync_mainmenu; txt=""; }
       
   106         };
       
   107     }
       
   108 
       
   109 
       
   110 //------------------------------------------------------------------------------
       
   111 // r_smlsync_status_pane.
       
   112 //
       
   113 //------------------------------------------------------------------------------
       
   114 //
       
   115 RESOURCE STATUS_PANE_APP_MODEL r_smlsync_status_pane
       
   116 	{
       
   117 	panes=
       
   118 		{
       
   119 		SPANE_PANE
       
   120 			{	
       
   121 			id = EEikStatusPaneUidTitle;
       
   122 			type = EAknCtTitlePane;
       
   123 			resource = r_overridden_smlsync;
       
   124 			}
       
   125 		};
       
   126 	}
       
   127 
       
   128 
       
   129 //------------------------------------------------------------------------------
       
   130 // r_overridden_smlsync.
       
   131 //
       
   132 //------------------------------------------------------------------------------
       
   133 //
       
   134 RESOURCE TITLE_PANE r_overridden_smlsync
       
   135 	{
       
   136 	txt = qtn_apps_syncml_title;
       
   137 	}	
       
   138 
       
   139 
       
   140 //------------------------------------------------------------------------------
       
   141 // r_smlsync_mainmenu.
       
   142 //
       
   143 //------------------------------------------------------------------------------
       
   144 //
       
   145 RESOURCE MENU_PANE r_smlsync_mainmenu	
       
   146 	{
       
   147 	items =
       
   148 		{
       
   149         MENU_ITEM { command=EEikCmdExit; txt=qtn_options_exit; }
       
   150 		};
       
   151 	}
       
   152 
       
   153 
       
   154 
       
   155 // End of File