diff options
author | Azijur Rahman Sheatu <azijur.r@samsung.com> | 2024-10-02 12:31:28 +0600 |
---|---|---|
committer | Woo Chang Kim <wchang.kim@samsung.com> | 2024-10-06 22:21:48 +0000 |
commit | 6ff6a525e42838ef217d1f38d9b0212725e1fdaf (patch) | |
tree | b076b36daf0a82f2c8b2504c315fdf936f1bad78 /packaging | |
parent | 7f371d28ac166ab5416e3389caa525d40c790675 (diff) | |
download | building-blocks-6ff6a525e42838ef217d1f38d9b0212725e1fdaf.tar.gz building-blocks-6ff6a525e42838ef217d1f38d9b0212725e1fdaf.tar.bz2 building-blocks-6ff6a525e42838ef217d1f38d9b0212725e1fdaf.zip |
Set lock_screen feature value to false.accepted/tizen/unified/x/20241007.103721accepted/tizen/unified/20241007.161031
.Cause: Lock_screen feature is false for RPI-4, needed same for Emulator.
Change-Id: I5996ddc79f636a8dbb2c67ee4c18d06d56e3b970
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/platform-preset-boards-emul.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/platform-preset-boards-emul.inc b/packaging/platform-preset-boards-emul.inc index 063d84e..d8da57c 100644 --- a/packaging/platform-preset-boards-emul.inc +++ b/packaging/platform-preset-boards-emul.inc @@ -100,7 +100,7 @@ Firstly select HALs and Feature to add to your image. %tizen_feature tizen.org/feature/fmradio false %tizen_feature tizen.org/feature/humanactivitymonitor true %tizen_feature tizen.org/feature/security.tee true -%tizen_feature tizen.org/feature/systemsetting.lock_screen true +%tizen_feature tizen.org/feature/systemsetting.lock_screen false %tizen_feature tizen.org/system/input.key.back true %tizen_feature tizen.org/feature/location.gps.satellite false |