Signed-off-by: hemenghao <hemenghao2@huawei.com>
This commit is contained in:
hemenghao 2024-09-09 14:17:24 +08:00
parent b9678368d4
commit 8d0a7a1adc

View File

@ -27,8 +27,10 @@ multimodalinput_path = "//foundation/multimodalinput/input"
startup_init_path = "//base/startup/init"
imf_screenlock_mgr_enable = false
if (defined(global_parts_info) &&
defined(global_parts_info.theme_screenlock_mgr)) {
imf_screenlock_mgr_enable = true
declare_args() {
imf_screenlock_mgr_enable = false
if (defined(global_parts_info) &&
defined(global_parts_info.theme_screenlock_mgr)) {
imf_screenlock_mgr_enable = true
}
}