Files
third_party_libcoap/bundle.json
T
ye-xiaokang123 6e406d242a support libcoap-4.3.5
Signed-off-by: ye-xiaokang123 <yexiaokang3@huawei.com>
2025-11-14 11:54:25 +08:00

33 lines
851 B
JSON

{
"name": "@ohos/libcoap",
"description": "libcoap is a C implementation of a lightweight application-protocol.",
"version": "4.3.5",
"license": "BSD-2-Clause",
"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": [ "bounds_checking_function" ],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/libcoap:libcoap"
}
],
"test": []
}
}
}