diff -r 2bb96f4ecad8 -r 8e7494275d3a omads/omadsappui/AiwSyncProvider/src/AiwSyncProvider.rss --- a/omads/omadsappui/AiwSyncProvider/src/AiwSyncProvider.rss Thu Aug 19 09:41:17 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ -/* -* 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 -#include "registryinfov2.rh" -#include "AiwSyncProvider.rh" -#include -#include "AiwCommon.hrh" - -#include -#include -#include - - - -// 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 - -