mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-22 22:30:31 +00:00
gn修改
Signed-off-by: hemenghao <hemenghao2@huawei.com>
This commit is contained in:
parent
b9678368d4
commit
8d0a7a1adc
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user