summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigapchuck <igapchuck@luxoft.com>2019-08-08 11:25:24 +0300
committerIgor Gapchuk <igapchuck@luxoft.com>2019-08-21 10:24:32 +0300
commit00a5f8d4ae43093637a8741b7b6679d1a1cd5ef5 (patch)
treea037a9b0f6dbcd0379da851808108cb44e36b748
parent96268f85a5c1d42d5e7866966ecb8ca356ab580a (diff)
downloadsdl_core-feature/pixel_density_and_scale_revision.tar.gz
Add min and max value for "scale" parameter.feature/pixel_density_and_scale_revision
Add min and max values for parameter scale in Structs index for VideoStreamingCapabilities struct.
-rw-r--r--src/components/interfaces/HMI_API.xml2
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index a21c45d97b..13d9a51a78 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3374,7 +3374,7 @@
<param name="pixelPerInch" type="Float" 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" mandatory="false">
+ <param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false">
<description>The scaling factor the app should use to change the size of the projecting view.</description>
</param>
</struct>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 62237b666a..3f2ffb47f2 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2934,7 +2934,7 @@
<param name="pixelPerInch" type="Float" 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" mandatory="false" since="6.0">
+ <param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false" since="6.0">
<description>The scaling factor the app should use to change the size of the projecting view.</description>
</param>
</struct>