mirror of
https://github.com/openharmony/third_party_libcoap.git
synced 2026-07-01 22:44:03 -04:00
6e406d242a
Signed-off-by: ye-xiaokang123 <yexiaokang3@huawei.com>
33 lines
851 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|