diff --git a/bundle.json b/bundle.json index c9ae366e58c1a49941f55634472d442226dfb1e4..f966813150b9b45fc7de85eeb769871c0edab5d2 100644 --- a/bundle.json +++ b/bundle.json @@ -24,6 +24,7 @@ "ability_runtime", "hiviewdfx_hilog_native", "ipc_core", + "ipc_single", "aafwk_standard", "system_ability_fwk", "samgr_proxy", diff --git a/frameworks/accesstoken/BUILD.gn b/frameworks/accesstoken/BUILD.gn index 0b7eff140d07a4b2317e8e9ea90194e3e554671d..195b595be8a786a27e06bfccfa1954ed8b8c2e9c 100644 --- a/frameworks/accesstoken/BUILD.gn +++ b/frameworks/accesstoken/BUILD.gn @@ -47,5 +47,5 @@ ohos_shared_library("accesstoken_communication_adapter_cxx") { deps = [ "//utils/native/base:utils" ] - external_deps = [ "ipc:ipc_core" ] + external_deps = [ "ipc:ipc_single" ] } diff --git a/interfaces/innerkits/accesstoken/BUILD.gn b/interfaces/innerkits/accesstoken/BUILD.gn index dba0ef361891be52141a0121bbf152f00ae5f119..2fa4702487f35e78bcbafa78b55e6dcfcbcb9668 100644 --- a/interfaces/innerkits/accesstoken/BUILD.gn +++ b/interfaces/innerkits/accesstoken/BUILD.gn @@ -51,7 +51,7 @@ ohos_shared_library("libaccesstoken_sdk") { external_deps = [ "hiviewdfx_hilog_native:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr_standard:samgr_proxy", ]