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 "init", 23 "c_utils", 24 "hitrace", 25 "hilog" 26 ], 27 "third_party": [ 28 "libuv", 29 "openssl", 30 "bounds_checking_function", 31 "lz4", 32 "selinux", 33 "libusb", 34 "googletest" 35 ] 36 }, 37 "build": { 38 "sub_component": [ 39 "//developtools/hdc:hdcd_system", 40 "//developtools/hdc:hdcd_updater" 41 ], 42 "test": [ "//developtools/hdc/test:hdc_fuzztest" ] 43 } 44 } 45} 46