1{ 2 "name": "@ohos/nghttp2", 3 "description": "nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/nghttp2" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "readmePath": { 14 "en": "README.rst" 15 }, 16 "component": { 17 "name": "nghttp2", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ 22 "small", 23 "standard" 24 ], 25 "rom": "", 26 "ram": "", 27 "deps": { 28 "components": [], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [], 33 "inner_kits": [ 34 { 35 "name":"//third_party/nghttp2/lib:libnghttp2_shared", 36 "header":{ 37 "header_files":[], 38 "header_base": [ 39 "//third_party/nghttp2/lib/includes", 40 "//third_party/nghttp2/lib/includes/nghttp2" 41 ] 42 } 43 } 44 ], 45 "test": [] 46 } 47 } 48} 49