mirror of
https://github.com/openharmony/communication_communication_cangjie_wrapper.git
synced 2026-07-01 21:54:01 -04:00
8625266aa0
Signed-off-by: 罗明 <luoming25@huawei.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/communication_cangjie_wrapper",
|
|
"version": "6.1",
|
|
"description": "The Distributed Softbus Cangjie API is a Cangjie API encapsulated on OpenHarmony based on the capabilities of the Distributed Softbus Subsystem.",
|
|
"publishAs": "code-segment",
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"segment": {
|
|
"destPath": "foundation/communication/communication_cangjie_wrapper"
|
|
},
|
|
"component": {
|
|
"name": "communication_cangjie_wrapper",
|
|
"subsystem": "communication",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"features": [],
|
|
"syscap": [],
|
|
"rom": "300KB",
|
|
"ram": "228KB",
|
|
"deps": {
|
|
"components": [
|
|
"cangjie_ark_interop",
|
|
"hiviewdfx_cangjie_wrapper",
|
|
"ipc"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/communication/communication_cangjie_wrapper/ohos/rpc:ohos.rpc",
|
|
"//foundation/communication/communication_cangjie_wrapper/kit/IPCKit:kit.IPCKit"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//foundation/communication/communication_cangjie_wrapper/ohos/rpc:ohos.rpc"
|
|
},
|
|
{
|
|
"name": "//foundation/communication/communication_cangjie_wrapper:copy_sdk_communication_cangjie_libs"
|
|
},
|
|
{
|
|
"name": "//foundation/communication/communication_cangjie_wrapper:copy_sdk_communication_cangjie_libs_kit"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |