omads/omadsappui/AiwSyncProvider/src/AiwSyncProvider.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:30:02 +0100
branchRCL_3
changeset 52 4f0867e42d62
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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