summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <collin@livio.io>2019-08-08 14:46:16 -0400
committerCollin <collin@livio.io>2019-08-08 14:46:16 -0400
commitb327ee3d9966f5d3ddda67050799c336f6c960df (patch)
tree5d11d32f006fe158c3639e9706b10dd25f9d2616
parent6d9cbbd100af088c57186779746e89a29db1cf06 (diff)
downloadsdl_core-feature/menu_tiles.tar.gz
proposal revisionsfeature/menu_tiles
-rw-r--r--src/components/interfaces/HMI_API.xml4
-rw-r--r--src/components/interfaces/MOBILE_API.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 260580bf4b..8c629cff75 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4734,7 +4734,7 @@
<param name="appID" type="Integer" mandatory="true">
<description>ID of application that requested this RPC.</description>
</param>
- <param name="menuLayout" type="Common.MenuLayout" defvalue="LIST" mandatory="false">
+ <param name="menuLayout" type="Common.MenuLayout" mandatory="false">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>
@@ -4834,7 +4834,7 @@
<param name="appID" type="Integer" mandatory="true">
<description>ID of application that concerns this RPC.</description>
</param>
- <param name="menuLayout" type="Common.MenuLayout" defvalue="LIST" mandatory="false">
+ <param name="menuLayout" type="Common.MenuLayout" mandatory="false">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 4dbf27bf62..c5eb2f7c9e 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -4501,7 +4501,7 @@
<description>On-screen keyboard configuration (if available).</description>
</param>
- <param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="6.0">
+ <param name="menuLayout" type="MenuLayout" mandatory="false" since="6.0">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
@@ -4680,7 +4680,7 @@
<description>The image field for AddSubMenu</description>
</param>
- <param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="6.0">
+ <param name="menuLayout" type="MenuLayout" mandatory="false" since="6.0">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>