1{ 2 "name": "@ohos/libcoap", 3 "description": "libcoap is a C implementation of a lightweight application-protocol.", 4 "version": "4.3.4", 5 "license": "BSD 2-Clause License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libcoap" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "libcoap", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ "mini", "small", "standard" ], 18 "deps": { 19 "components": [ "bounds_checking_function" ], 20 "third_party": [] 21 }, 22 "build": { 23 "sub_component": [], 24 "inner_kits": [ 25 { 26 "name": "//third_party/libcoap:libcoap" 27 } 28 ], 29 "test": [] 30 } 31 } 32} 33