From e72d6c926c44b1cfe552a129c1f3f3c0c1c420e0 Mon Sep 17 00:00:00 2001 From: "beiling.xie" Date: Fri, 2 Sep 2022 23:39:11 +0800 Subject: [PATCH] support hichain server for dsoftbus Signed-off-by: beiling.xie --- core/frame/BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/frame/BUILD.gn b/core/frame/BUILD.gn index 5146adb1..e8d93aca 100644 --- a/core/frame/BUILD.gn +++ b/core/frame/BUILD.gn @@ -156,11 +156,11 @@ if (defined(ohos_lite)) { "$dsoftbus_root_path/core/common:softbus_utils", "//third_party/cJSON:cjson_static", "//utils/native/base:utils", + "//base/security/deviceauth/services:deviceauth", ] if (is_standard_system) { external_deps = bus_center_server_external_deps external_deps += [ - "deviceauth_standard:deviceauth_sdk", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] @@ -179,13 +179,15 @@ if (defined(ohos_lite)) { "$dsoftbus_root_path/components/nstackx/nstackx_util:nstackx_util.open", "$dsoftbus_root_path/core/common:softbus_utils", "$dsoftbus_root_path/adapter:softbus_adapter", + "$dsoftbus_root_path/sdk:softbus_client", "//third_party/libcoap:libcoap", "//third_party/mbedtls", "//third_party/bounds_checking_function:libsec_shared", "//utils/native/base:utils", + "//base/security/huks/interfaces/innerkits/huks_standard/main:libhukssdk", + "//base/security/huks/services/huks_standard/huks_engine/main/core:huks_engine_core_standard", ] external_deps = [ - "deviceauth_standard:deviceauth_sdk", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] -- Gitee