diff options
author | taemin.yeom <taemin.yeom@samsung.com> | 2021-09-30 10:43:55 +0900 |
---|---|---|
committer | taemin.yeom <taemin.yeom@samsung.com> | 2021-12-15 11:07:08 +0900 |
commit | 667c423dd6ee3e2e43fe9f9da68a72f294343191 (patch) | |
tree | 381a03dac207bc91708d1036230afe1c04cccbae /generic/model-config-hal.xml | |
parent | efd406a603fa6d89e3671504f06b4669a8d60ba9 (diff) | |
download | unified-model-config-667c423dd6ee3e2e43fe9f9da68a72f294343191.tar.gz unified-model-config-667c423dd6ee3e2e43fe9f9da68a72f294343191.tar.bz2 unified-model-config-667c423dd6ee3e2e43fe9f9da68a72f294343191.zip |
[ACR-1655] Add new featuresubmit/tizen/20211222.081021submit/tizen/20211222.074805accepted/tizen/unified/20211224.144848accepted/tizen/unified/20211222.073542
-tizen.org/feature/sensor.orientation
-tizen.org/feature/sensor.gyroscope_orientation
-tizen.org/feature/sensor.geomagnetic_orientation
Change-Id: Ia5312d04be9ec5d3beb1c4ca34a184e0320dc2c3
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
Diffstat (limited to 'generic/model-config-hal.xml')
-rw-r--r-- | generic/model-config-hal.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/model-config-hal.xml b/generic/model-config-hal.xml index c5d7b04..02725ff 100644 --- a/generic/model-config-hal.xml +++ b/generic/model-config-hal.xml @@ -152,12 +152,14 @@ <key name="tizen.org/feature/sensor.barometer" type="bool">false</key> <key name="tizen.org/feature/sensor.barometer.wakeup" type="bool">false</key> <key name="tizen.org/feature/sensor.bio" type="bool">false</key> + <key name="tizen.org/feature/sensor.geomagnetic_orientation" type="bool">false</key> <key name="tizen.org/feature/sensor.geomagnetic_rotation_vector" type="bool">false</key> <key name="tizen.org/feature/sensor.gesture_recognition" type="bool">false</key> <key name="tizen.org/feature/sensor.gravity" type="bool">false</key> <key name="tizen.org/feature/sensor.gyroscope" type="bool">false</key> <key name="tizen.org/feature/sensor.gyroscope.uncalibrated" type="bool">false</key> <key name="tizen.org/feature/sensor.gyroscope.wakeup" type="bool">false</key> + <key name="tizen.org/feature/sensor.gyroscope_orientation" type="bool">false</key> <key name="tizen.org/feature/sensor.gyroscope_rotation_vector" type="bool">false</key> <key name="tizen.org/feature/sensor.heart_rate_monitor" type="bool">false</key> <key name="tizen.org/feature/sensor.heart_rate_monitor.led_green" type="bool">false</key> @@ -168,6 +170,7 @@ <key name="tizen.org/feature/sensor.magnetometer" type="bool">false</key> <key name="tizen.org/feature/sensor.magnetometer.uncalibrated" type="bool">false</key> <key name="tizen.org/feature/sensor.magnetometer.wakeup" type="bool">false</key> + <key name="tizen.org/feature/sensor.orientation" type="bool">false</key> <key name="tizen.org/feature/sensor.pedometer" type="bool">false</key> <key name="tizen.org/feature/sensor.photometer" type="bool">false</key> <key name="tizen.org/feature/sensor.photometer.wakeup" type="bool">false</key> |