1 Star 0 Fork 533

jerry/communication_ipc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.93 KB
一键复制 编辑 原始数据 按行查看 历史
wanghaoxu 提交于 2023-02-03 02:01 . decoucple librpc.z.so
{
"name": "@openharmony/ipc",
"version": "3.1.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_rpc_enabled"
],
"syscap":[
"SystemCapability.Communication.IPC.Core"
],
"rom": "500KB",
"ram": "100KB",
"deps": {
"components": [
"samgr",
"hitrace_native",
"hiviewdfx_hilog_native",
"c_utils",
"access_token",
"dsoftbus"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//foundation/communication/ipc:ipc_components"
],
"inner_kits": [
{
"name": "//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core",
"header": {
"header_files": [
"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_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_common",
"header": {
"header_files": [
"napi_remote_object.h"
],
"header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include"
}
}
],
"test": [
"//foundation/communication/ipc/ipc/test:moduletest",
"//foundation/communication/ipc/ipc/native/test: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"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/littlejerry1/communication_ipc.git
git@gitee.com:littlejerry1/communication_ipc.git
littlejerry1
communication_ipc
communication_ipc
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385