From 17fc98e547abafa47f7e4737e8090b74fc0e61af Mon Sep 17 00:00:00 2001 From: cx983299475 Date: Mon, 24 Mar 2025 17:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E5=8C=BA=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cx983299475 --- test/unittest/form_bundle_lock_mgr_test/BUILD.gn | 2 ++ test/unittest/form_exempt_lock_mgr_test/BUILD.gn | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/unittest/form_bundle_lock_mgr_test/BUILD.gn b/test/unittest/form_bundle_lock_mgr_test/BUILD.gn index 0e29f854c7..4f3ce7f14c 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 8c66f89931..bc1c5706ac 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", ] } -- Gitee