From f9d16fe568d728bb615f2d9e78bd9604771fe50c Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Fri, 16 May 2025 15:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=BA=93=E7=9A=84=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- bundle.json | 3 ++- test/moduletest/BUILD.gn | 1 + test/unittest/BUILD.gn | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index bb9cfeb..30d7336 100644 --- a/bundle.json +++ b/bundle.json @@ -51,7 +51,8 @@ "access_token", "relational_store", "drivers_interface_input", - "cJSON" + "cJSON", + "selinux_adapter" ] }, "build": { diff --git a/test/moduletest/BUILD.gn b/test/moduletest/BUILD.gn index 546875e..1185e35 100644 --- a/test/moduletest/BUILD.gn +++ b/test/moduletest/BUILD.gn @@ -49,6 +49,7 @@ ohos_executable("driver_extension_controller_mt") { "c_utils:utils", "hilog:libhilog", "samgr:samgr_proxy", + "selinux_adapter:librestorecon", ] subsystem_name = "hdf" part_name = "external_device_manager" diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index f492166..9058bad 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -115,10 +115,12 @@ ohos_unittest("driver_extension_manager_client_test") { "access_token:libaccesstoken_sdk", "access_token:libnativetoken", "access_token:libtoken_setproc", + "cJSON:cjson", "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", "samgr:samgr_proxy", + "selinux_adapter:librestorecon", ] } -- Gitee