1{ 2 "name": "@ohos/hdc_standard", 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_standard" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hdc_standard", 14 "subsystem": "developtools", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "1725KB", 19 "ram": "1599KB", 20 "deps": { 21 "components": [ 22 "base:utils" 23 ], 24 "third_party": [ 25 "libuv:uv_static", 26 "lz4:liblz4_static", 27 "openssl:libcrypto_static" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//developtools/hdc_standard:hdcd", 33 "//developtools/hdc_standard:hdc_target_standard_all" 34 ] 35 } 36 } 37} 38