omads/omadsappui/ui/src/NSmlDSSync.rss
branchRCL_3
changeset 25 4f0867e42d62
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omads/omadsappui/ui/src/NSmlDSSync.rss	Wed Sep 01 12:30:02 2010 +0100
@@ -0,0 +1,155 @@
+/*
+* Copyright (c) 2002-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 IDENTIFIER
+NAME    SYNC // 4 letter ID
+
+
+//  INCLUDES
+
+#include "NSmlDSSync.hrh"
+#include<nsmldssync.loc>
+
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+
+
+//
+// AIF icons/files
+//
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = "NSmlDSSync"; }
+
+RESOURCE EIK_APP_INFO
+	{
+    menubar=r_smlsync_menubar;
+	status_pane=r_smlsync_status_pane;
+    hotkeys=r_smlsync_hotkeys;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
+	}
+
+
+//
+// AIF icons/files
+//
+RESOURCE LOCALISABLE_APP_INFO r_nsmldssync_localisable_app_info
+    {
+    short_caption = qtn_apps_sml_grid;
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        caption = qtn_apps_sml_list;
+
+#ifdef __SCALABLE_ICONS
+        number_of_icons = 1;
+        icon_file = APP_BITMAP_DIR"\\NSmlDSSync_aif.mif";
+#else
+        number_of_icons = 2;
+        icon_file = APP_BITMAP_DIR"\\NSmlDSSync_aif.mbm";
+#endif
+
+        };
+    }
+
+
+
+//------------------------------------------------------------------------------
+// r_smlsync_hotkeys.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE HOTKEYS r_smlsync_hotkeys
+	{
+    control=
+		{
+        HOTKEY { command=EAknCmdExit; key='e'; }
+		};
+	}
+
+
+//------------------------------------------------------------------------------
+// r_smlsync_menubar.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_smlsync_menubar
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_smlsync_mainmenu; txt=""; }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+// r_smlsync_status_pane.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE STATUS_PANE_APP_MODEL r_smlsync_status_pane
+	{
+	panes=
+		{
+		SPANE_PANE
+			{	
+			id = EEikStatusPaneUidTitle;
+			type = EAknCtTitlePane;
+			resource = r_overridden_smlsync;
+			}
+		};
+	}
+
+
+//------------------------------------------------------------------------------
+// r_overridden_smlsync.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE TITLE_PANE r_overridden_smlsync
+	{
+	txt = qtn_apps_syncml_title;
+	}	
+
+
+//------------------------------------------------------------------------------
+// r_smlsync_mainmenu.
+//
+//------------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_smlsync_mainmenu	
+	{
+	items =
+		{
+        MENU_ITEM { command=EEikCmdExit; txt=qtn_options_exit; }
+		};
+	}
+
+
+
+// End of File