<mvc:View xmlns="sap.m"
    xmlns:core="sap.ui.core"
    xmlns:mvc="sap.ui.core.mvc"
    controllerName="sap.ushell.components.shell.MenuBar.controller.MenuBar"
    displayBlock="true">
    <IconTabHeader
        class="sapUshellShellTabBar"
        ariaTexts="{viewConfiguration>/ariaTexts}"
        mode="Inline"
        items="{
            path: 'menu>/',
            factory: '._menuFactory'
        }"
        selectedKey="{viewConfiguration>/selectedKey}"
        select=".onMenuItemSelection">
        <customData>
            <core:CustomData
                key="sap-ui-fastnavgroup"
                value="true"
                writeToDom="true"/>
        </customData>
    </IconTabHeader>
</mvc:View>
