diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2023-08-24 20:19:06 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2023-08-24 21:24:41 +0900 |
commit | 8c83f9cd33bf4e6ba57b6fe605746644a67fa0a1 (patch) | |
tree | 17f3d5bc27c225cdeceb13a9ebee47c7b8f757ef | |
parent | cdb3896c8145668233fe997798973ca39d125376 (diff) | |
download | building-blocks-accepted/tizen/unified/20230825.121026.tar.gz building-blocks-accepted/tizen/unified/20230825.121026.tar.bz2 building-blocks-accepted/tizen/unified/20230825.121026.zip |
Update tizen.org/feature/sensor.* false due to not supported on emulatoraccepted/tizen/unified/20230825.121026
Following sensor feature is not supportd on emulatgor. Update them as
false.
- tizen.org/feature/sensor.significant_motion
- tizen.org/feature/sensor.gesture_recognition
- tizen.org/feature/sensor.activity_recognition
- tizen.org/feature/sensor.sleep_monitor
Change-Id: I80c88e832e4191d67c7d266c9eb1e2ea16310fac
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/platform-preset-boards-emul.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/platform-preset-boards-emul.inc b/packaging/platform-preset-boards-emul.inc index ac3d81b..3579082 100644 --- a/packaging/platform-preset-boards-emul.inc +++ b/packaging/platform-preset-boards-emul.inc @@ -75,6 +75,10 @@ Firstly select HALs and Feature to add to your image. %tizen_feature tizen.org/feature/sensor.heart_rate_monitor.led_green.batch false %tizen_feature tizen.org/feature/sensor.heart_rate_monitor.led_ir false %tizen_feature tizen.org/feature/sensor.heart_rate_monitor.led_red false +%tizen_feature tizen.org/feature/sensor.significant_motion false +%tizen_feature tizen.org/feature/sensor.gesture_recognition false +%tizen_feature tizen.org/feature/sensor.activity_recognition false +%tizen_feature tizen.org/feature/sensor.sleep_monitor false %tizen_feature tizen.org/feature/storage.external true %tizen_feature tizen.org/feature/peripheral_io.gpio true %tizen_feature tizen.org/feature/peripheral_io.i2c true |