1{ 2 "name": "@ohos/hdc", 3 "description": "Device debug connector that provides the device connection capability and a command line tool", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/hdc" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hdc", 14 "subsystem": "developtools", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "1725KB", 19 "ram": "1599KB", 20 "deps": { 21 "components": [ 22 "common", 23 "libuv", 24 "init", 25 "selinux", 26 "c_utils" 27 ], 28 "third_party": [ 29 "libuv:uv_static", 30 "lz4:liblz4_static", 31 "openssl:libcrypto_static" 32 ] 33 }, 34 "build": { 35 "sub_component": [ 36 "//developtools/hdc:hdcd", 37 "//developtools/hdc:hdc_target_all" 38 ] 39 } 40 } 41} 42