适配ipc依赖

Signed-off-by: yanghang <yanghang86@huawei.com>
This commit is contained in:
yanghang 2023-12-06 16:53:58 +08:00
parent 778c37f343
commit 7876220f6e
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ ohos_shared_library("app_account_innerkits") {
"c_utils:utils",
"eventhandler:libeventhandler",
"hilog:libhilog",
"ipc:ipc_napi_common",
"ipc:ipc_napi",
"ipc:ipc_single",
"napi:ace_napi",
"samgr:samgr_proxy",

View File

@ -85,7 +85,7 @@ ohos_shared_library("appaccount") {
"c_utils:utils",
"eventhandler:libeventhandler",
"hilog:libhilog",
"ipc:ipc_napi_common",
"ipc:ipc_napi",
"ipc:ipc_single",
"napi:ace_napi",
]