mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 15:59:58 +00:00
e5ebc98dd8
Merge pull request !1080 from hubin/master
157 lines
5.2 KiB
JSON
157 lines
5.2 KiB
JSON
{
|
|
"name": "@openharmony/ipc",
|
|
"version": "3.0",
|
|
"description": "ipc",
|
|
"publishAs": "code-segment",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/ipc && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"segment": {
|
|
"destPath": "foundation/communication/ipc"
|
|
},
|
|
"component": {
|
|
"name": "ipc",
|
|
"subsystem": "communication",
|
|
"adapted_system_type": [
|
|
"standard",
|
|
"small",
|
|
"mini"
|
|
],
|
|
"features": [
|
|
"ipc_feature_actv_binder_enabled",
|
|
"ipc_feature_rpc_enabled"
|
|
],
|
|
"syscap":[
|
|
"SystemCapability.Communication.IPC.Core"
|
|
],
|
|
"rom": "500KB",
|
|
"ram": "100KB",
|
|
"deps": {
|
|
"components": [
|
|
"samgr",
|
|
"hitrace",
|
|
"hilog",
|
|
"c_utils",
|
|
"access_token",
|
|
"napi",
|
|
"ylong_runtime",
|
|
"ffrt",
|
|
"libuv",
|
|
"bounds_checking_function",
|
|
"hisysevent",
|
|
"json"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/communication/ipc:ipc_components"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core",
|
|
"header": {
|
|
"header_files": [
|
|
"ipc_payload_statistics.h",
|
|
"ipc_types.h",
|
|
"ipc_skeleton.h",
|
|
"iremote_object.h",
|
|
"iremote_proxy.h",
|
|
"iremote_stub.h",
|
|
"message_parcel.h",
|
|
"message_option.h",
|
|
"iremote_broker.h",
|
|
"ipc_object_proxy.h",
|
|
"ipc_object_stub.h",
|
|
"peer_holder.h",
|
|
"ipc_file_descriptor.h",
|
|
"jni_help.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_single:ipc_single",
|
|
"header": {
|
|
"header_files": [
|
|
"ipc_payload_statistics.h",
|
|
"ipc_types.h",
|
|
"ipc_skeleton.h",
|
|
"iremote_object.h",
|
|
"iremote_proxy.h",
|
|
"iremote_stub.h",
|
|
"message_parcel.h",
|
|
"message_option.h",
|
|
"iremote_broker.h",
|
|
"ipc_object_proxy.h",
|
|
"ipc_object_stub.h",
|
|
"peer_holder.h",
|
|
"ipc_file_descriptor.h",
|
|
"jni_help.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/libdbinder:libdbinder",
|
|
"header": {
|
|
"header_files": [
|
|
"dbinder_service.h",
|
|
"dbinder_service_stub.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/libdbinder/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common:ipc_napi",
|
|
"header": {
|
|
"header_files": [
|
|
"napi_remote_object.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/rust:ipc_rust",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": []
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/kits/js/napi:rpc",
|
|
"header": {
|
|
"header_files": [
|
|
"napi_remote_object.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//foundation/communication/ipc/interfaces/innerkits/c_api:ipc_capi",
|
|
"header": {
|
|
"header_files": [
|
|
"ipc_cparcel.h",
|
|
"ipc_error_code.h",
|
|
"ipc_inner_object.h"
|
|
],
|
|
"header_base": "//foundation/communication/ipc/interfaces/innerkits/c_api/include"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/communication/ipc/ipc/test:moduletest",
|
|
"//foundation/communication/ipc/ipc/native/test:unittest",
|
|
"//foundation/communication/ipc/interfaces/innerkits/rust/tests:unittest",
|
|
"//foundation/communication/ipc/ipc/native/test/fuzztest:fuzztest",
|
|
"//foundation/communication/ipc/services/dbinder/test/unittest:unittest",
|
|
"//foundation/communication/ipc/services/dbinder/test/fuzztest:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|