--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/omads/omadsappui/AiwSyncProvider/src/AiwSyncProvider.rss Mon Nov 23 14:46:41 2009 +0200
@@ -0,0 +1,111 @@
+/*
+* 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:
+*
+*/
+
+
+#include <eikon.rh>
+#include "registryinfov2.rh"
+#include "AiwSyncProvider.rh"
+#include<NSmlDSSync.loc>
+#include "AiwCommon.hrh"
+
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+
+
+
+// RESOURCE IDENTIFIER
+//NAME MTMU
+
+NAME ASPP
+
+RESOURCE RSS_SIGNATURE { }
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_menu
+{
+ items=
+ {
+ MENU_ITEM { cascade=r_aspsyncprovider_submenu; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; }
+ };
+}
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_menu_2
+{
+ items=
+ {
+ MENU_ITEM { cascade=r_aspsyncprovider_submenu_2; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; }
+ };
+}
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_menu_3
+{
+ items=
+ {
+ MENU_ITEM { cascade=r_aspsyncprovider_submenu_3; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; }
+ };
+}
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_menu_4
+ {
+ items =
+ {
+ MENU_ITEM { command=EAspSyncProviderCmdRetrieve; txt=qtn_ds_options_sync_retrieve; }
+ };
+ }
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_submenu
+ {
+ items =
+ {
+ MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; },
+ MENU_ITEM { command=EAspSyncProviderCmdStart; txt=qtn_ds_options_sync_start; },
+ MENU_ITEM { command=EAspSyncProviderCmdSettings; txt=qtn_ds_options_sync_settings; }
+ };
+ }
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_submenu_2
+ {
+ items =
+ {
+ MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; },
+ MENU_ITEM { command=EAspSyncProviderCmdStart; txt=qtn_ds_options_sync_start; }
+ };
+ }
+
+
+RESOURCE MENU_PANE r_aspsyncprovider_submenu_3
+ {
+ items =
+ {
+ MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; },
+ MENU_ITEM { command=EAspSyncProviderCmdSettings; txt=qtn_ds_options_sync_settings; }
+ };
+ }
+
+
+
+
+
+// End of file
+
+