From 9b32a077bdfa3352f5400e9f9436e8fa66858e81 Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Wed, 6 Aug 2025 15:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- bundle.json | 1 - test/services/safwk/unittest/BUILD.gn | 3 --- 2 files changed, 4 deletions(-) diff --git a/bundle.json b/bundle.json index 2b5eb04..d179d85 100644 --- a/bundle.json +++ b/bundle.json @@ -35,7 +35,6 @@ "c_utils", "access_token", "ylong_runtime", - "hisysevent", "rust_cxx" ] }, diff --git a/test/services/safwk/unittest/BUILD.gn b/test/services/safwk/unittest/BUILD.gn index 8e52c6a..f2cb527 100644 --- a/test/services/safwk/unittest/BUILD.gn +++ b/test/services/safwk/unittest/BUILD.gn @@ -116,8 +116,6 @@ ohos_unittest("LocalAbilityManagerTest") { "ffrt:libffrt", "googletest:gtest_main", "hilog:libhilog", - "hisysevent:libhisysevent", - "hisysevent:libhisysevent_easy", "ipc:ipc_core", "json:nlohmann_json_static", "samgr:samgr_common", @@ -160,7 +158,6 @@ ohos_unittest("MockLocalAbilityManagerTest") { "ffrt:libffrt", "googletest:gtest_main", "hilog:libhilog", - "hisysevent:libhisysevent", "ipc:ipc_core", "json:nlohmann_json_static", "samgr:samgr_common", -- Gitee