diff --git a/test/unittest/form_bundle_lock_mgr_test/BUILD.gn b/test/unittest/form_bundle_lock_mgr_test/BUILD.gn index 0e29f854c7f4e51f7a2b14a658eae45cbc899a94..4f3ce7f14c88d4c15b6a8a66b6a7a77cdf529c48 100644 --- a/test/unittest/form_bundle_lock_mgr_test/BUILD.gn +++ b/test/unittest/form_bundle_lock_mgr_test/BUILD.gn @@ -54,7 +54,9 @@ ohos_unittest("FormBundleLockTest") { "hilog:libhilog", "hisysevent:libhisysevent", "ipc:ipc_core", + "libxml2:libxml2", "relational_store:native_rdb", + "safwk:system_ability_fwk", "samgr:samgr_proxy", ] } diff --git a/test/unittest/form_exempt_lock_mgr_test/BUILD.gn b/test/unittest/form_exempt_lock_mgr_test/BUILD.gn index 8c66f8993185bd751e405e0eebf2ccaa8a50280c..bc1c5706ac4c0f32054cff1bf62cc1b146618763 100644 --- a/test/unittest/form_exempt_lock_mgr_test/BUILD.gn +++ b/test/unittest/form_exempt_lock_mgr_test/BUILD.gn @@ -54,7 +54,9 @@ ohos_unittest("FormExemptLockTest") { "hilog:libhilog", "hisysevent:libhisysevent", "ipc:ipc_core", + "libxml2:libxml2", "relational_store:native_rdb", + "safwk:system_ability_fwk", "samgr:samgr_proxy", ] }