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 "faultloggerd", 25 "hitrace", 26 "hilog", 27 "ipc", 28 "ability_base", 29 "ability_runtime", 30 "window_manager", 31 "ylong_runtime", 32 "bounds_checking_function", 33 "lz4", 34 "selinux", 35 "openssl", 36 "libusb", 37 "libuv" 38 ], 39 "third_party": [] 40 }, 41 "build": { 42 "sub_component": [ 43 "//developtools/hdc:hdcd_system", 44 "//developtools/hdc/hdcd_user_permit:hdcd_user_permit", 45 "//developtools/hdc:hdc_register", 46 "//developtools/hdc:hdcd_updater" 47 ], 48 "inner_kits": [ 49 { 50 "name":"//developtools/hdc:hdc_register", 51 "header":{ 52 "header_files":[ 53 ], 54 "header_base":"//developtools/hdc/src" 55 } 56 } 57 ], 58 "test": [ "//developtools/hdc/test:hdc_fuzztest" ] 59 } 60 } 61} 62