Files
third_party_libcoap/bundle.json
xwh 2ad6441f21 modify
codex


Signed-off-by: xwh <jiewenhao@huawei.com>
2023-09-26 09:23:10 +00:00

30 lines
901 B
JSON

{
"name": "@ohos/libcoap",
"description": "The 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": "3.1",
"license": "libcoap 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": []
}
}
}