diff options
author | Boram Bae <boram21.bae@samsung.com> | 2020-03-27 11:49:50 +0900 |
---|---|---|
committer | Boram Bae <boram21.bae@samsung.com> | 2020-04-03 11:29:11 +0900 |
commit | 7cc02486415453a384f36baafa53d3dde3649489 (patch) | |
tree | 8e0f2a9b01d97db0497246836c2bd31d2cdf6896 /xu3 | |
parent | 7eb715de46130840d752f1f8e256b888f4f74bd8 (diff) | |
download | unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.tar.gz unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.tar.bz2 unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.zip |
[ACR-1531] Add new sensors feature keysubmit/tizen/20200403.025116accepted/tizen/unified/20200403.034555
- tizen.org/feature/sensor.heart_rate_monitor.batch
- tizen.org/feature/sensor.heart_rate_monitor.led_green.batch
Change-Id: I4f873341a7837fc03967614bbba0adb524750ed4
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Diffstat (limited to 'xu3')
-rw-r--r-- | xu3/model-config.xml | 2 | ||||
-rw-r--r-- | xu3/model-config_ivi.xml | 2 | ||||
-rw-r--r-- | xu3/model-config_tv.xml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index 561ca0b..c4878e6 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -206,6 +206,8 @@ <key name="tizen.org/feature/sensor.tiltmeter.wakeup" type="bool">false</key> <key name="tizen.org/feature/sensor.ultraviolet" type="bool">false</key> <key name="tizen.org/feature/sensor.wrist_up" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.batch" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.led_green.batch" type="bool">false</key> <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/shortcut" type="bool">false</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index 5fbdc88..c93b165 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -193,6 +193,8 @@ <key name="tizen.org/feature/sensor.tiltmeter.wakeup" type="bool">false</key> <key name="tizen.org/feature/sensor.ultraviolet" type="bool">false</key> <key name="tizen.org/feature/sensor.wrist_up" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.batch" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.led_green.batch" type="bool">false</key> <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/shortcut" type="bool">false</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index 44de35b..745f42c 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -208,6 +208,8 @@ <key name="tizen.org/feature/sensor.tiltmeter.wakeup" type="bool">false</key> <key name="tizen.org/feature/sensor.ultraviolet" type="bool">false</key> <key name="tizen.org/feature/sensor.wrist_up" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.batch" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.led_green.batch" type="bool">false</key> <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/shortcut" type="bool">false</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> |