mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 15:59:58 +00:00
commit
4eff710d56
@ -106,15 +106,6 @@
|
|||||||
"header_base": "//foundation/communication/ipc/interfaces/innerkits/libdbinder/include"
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/libdbinder/include"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common:ipc_napi_common",
|
|
||||||
"header": {
|
|
||||||
"header_files": [
|
|
||||||
"napi_remote_object.h"
|
|
||||||
],
|
|
||||||
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common:ipc_napi",
|
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common:ipc_napi",
|
||||||
"header": {
|
"header": {
|
||||||
|
@ -61,9 +61,3 @@ if (support_jsapi) {
|
|||||||
ohos_shared_library("ipc_napi") {
|
ohos_shared_library("ipc_napi") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
group("ipc_napi_common") {
|
|
||||||
if (support_jsapi) {
|
|
||||||
deps = [ ":ipc_napi" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -45,7 +45,7 @@ if (support_jsapi) {
|
|||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_core:ipc_core",
|
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_core:ipc_core",
|
||||||
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_napi_common:ipc_napi_common",
|
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_napi_common:ipc_napi",
|
||||||
"//third_party/libuv:uv",
|
"//third_party/libuv:uv",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ if (support_jsapi) {
|
|||||||
|
|
||||||
external_deps = [
|
external_deps = [
|
||||||
"hilog:libhilog",
|
"hilog:libhilog",
|
||||||
"ipc:ipc_napi_common",
|
"ipc:ipc_napi",
|
||||||
"napi:ace_napi",
|
"napi:ace_napi",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user