summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <iCollin@users.noreply.github.com>2019-08-21 17:10:25 -0400
committerGitHub <noreply@github.com>2019-08-21 17:10:25 -0400
commit0e57834d35230ddbe395096ace053414e811b980 (patch)
tree83a483085aeec5a5f7158449ad47fa7f2a16345f
parent038666ade2fda1164596568a8ab852b9db48036f (diff)
downloadsdl_core-0e57834d35230ddbe395096ace053414e811b980.tar.gz
update API to reflect proposal revisions (#2994)
-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 cb317a227b..a13f0049e1 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3368,10 +3368,10 @@
<param name="hapticSpatialDataSupported" type="Boolean" mandatory="false">
<description>True if the system can utilize the haptic spatial data from the source being streamed. </description>
</param>
- <param name="diagonalScreenSize" type="Float" mandatory="false">
+ <param name="diagonalScreenSize" type="Float" minvalue="0" mandatory="false">
<description>The diagonal screen size in inches.</description>
</param>
- <param name="pixelPerInch" type="Float" mandatory="false">
+ <param name="pixelPerInch" type="Float" minvalue="0" mandatory="false">
<description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
<param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 3f2ffb47f2..3329951c1b 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2928,10 +2928,10 @@
<param name="hapticSpatialDataSupported" type="Boolean" mandatory="false">
<description>True if the system can utilize the haptic spatial data from the source being streamed. If not included, it can be assumed the module doesn't support haptic spatial data'. </description>
</param>
- <param name="diagonalScreenSize" type="Float" mandatory="false" since="6.0">
+ <param name="diagonalScreenSize" type="Float" minvalue="0" mandatory="false" since="6.0">
<description>The diagonal screen size in inches.</description>
</param>
- <param name="pixelPerInch" type="Float" mandatory="false" since="6.0">
+ <param name="pixelPerInch" type="Float" minvalue="0" mandatory="false" since="6.0">
<description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
<param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false" since="6.0">