Files
third_party_libcoap/bundle.json
wanghan985406 f7d0ac1b6d modify bundle.json for libcoap
Signed-off-by: wanghan985406 <wanghan76@huawei.com>
2023-12-29 06:55:39 +00:00

31 lines
905 B
JSON

{
"name": "@ohos/libcoap",
"description": "libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwidth, or network packet sizes.",
"version": "4.3.4",
"license": "BSD 2-Clause License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libcoap"
},
"dirs": {},
"scripts": {},
"component": {
"name": "libcoap",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "mini", "small", "standard" ],
"deps": {
"components": [],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}