diff --git a/tests/unittests/backup_sa/module_app_gallery/BUILD.gn b/tests/unittests/backup_sa/module_app_gallery/BUILD.gn index c0bde1a20604e21b35fccd35c9c69f7257c76751..acdc2e85b13de6a68b1504fb024fa17f97ea1a5f 100644 --- a/tests/unittests/backup_sa/module_app_gallery/BUILD.gn +++ b/tests/unittests/backup_sa/module_app_gallery/BUILD.gn @@ -54,6 +54,7 @@ ohos_unittest("app_gallery_dispose_proxy_test") { "hitrace:hitrace_meter", "init:libbegetutil", "ipc:ipc_core", + "jsoncpp:jsoncpp", "safwk:system_ability_fwk", "samgr:samgr_proxy", "storage_service:storage_manager_sa_proxy", diff --git a/tests/unittests/backup_sa/module_ipc/BUILD.gn b/tests/unittests/backup_sa/module_ipc/BUILD.gn index c5d4137917d80ea0575fcdb405af5a0b078fd447..db61c87e36a8d757cdfc434b6432db02bf93fd57 100644 --- a/tests/unittests/backup_sa/module_ipc/BUILD.gn +++ b/tests/unittests/backup_sa/module_ipc/BUILD.gn @@ -334,6 +334,7 @@ ohos_unittest("backup_service_scheduler_test") { "googletest:gtest_main", "hilog:libhilog", "ipc:ipc_core", + "jsoncpp:jsoncpp", "safwk:system_ability_fwk", "samgr:samgr_proxy", "storage_service:storage_manager_sa_proxy",