1{ 2 "name": "@ohos/libuv", 3 "description": "libuv is a multi-platform support library with a focus on asynchronous I/O.", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libuv" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "libuv", 14 "subsystem": "thirdparty", 15 "syscap": [ 16 "SystemCapability.ArkUI.ArkUI.Libuv" 17 ], 18 "features": ["libuv_use_ffrt"], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "163KB", 23 "ram": "0", 24 "deps": { 25 "components": [ 26 "ffrt", 27 "hilog", 28 "hitrace", 29 "faultloggerd", 30 "init" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [], 36 "inner_kits": [ 37 { 38 "name": "//third_party/libuv:uv", 39 "header": { 40 "header_files": [], 41 "header_base": "//third_party/libuv/include" 42 } 43 }, 44 { 45 "name": "//third_party/libuv:uv_static", 46 "header": { 47 "header_files": [], 48 "header_base": "//third_party/libuv/include" 49 } 50 } 51 ], 52 "test": [] 53 } 54 } 55} 56