From 878e806c1f69cbd5f68973b3341c6815a6c49ab9 Mon Sep 17 00:00:00 2001 From: 13776621730 Date: Thu, 12 Jun 2025 21:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=83=E8=83=BD=E5=8A=9Bjson=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BAcJSON=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 13776621730 Change-Id: Iff89556ad2293b84ae204662ffad4a75bcff29e1 --- tests/unittests/backup_sa/module_app_gallery/BUILD.gn | 1 + tests/unittests/backup_sa/module_ipc/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/unittests/backup_sa/module_app_gallery/BUILD.gn b/tests/unittests/backup_sa/module_app_gallery/BUILD.gn index c0bde1a20..acdc2e85b 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 c5d413791..db61c87e3 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", -- Gitee