developtools_hdc/bundle.json

47 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@ohos/hdc",
"description": "Device debug connector that provides the device connection capability and a command line tool",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/hdc"
},
"dirs": {},
"scripts": {},
"component": {
"name": "hdc",
"subsystem": "developtools",
"adapted_system_type": [
"standard"
],
"rom": "1725KB",
"ram": "1599KB",
"deps": {
"components": [
"common",
"init",
"c_utils",
"hitrace_native",
"hilog_native"
],
"third_party": [
"libuv",
"openssl",
"bounds_checking_function",
"lz4",
"thirdparty_selinux",
"thirdparty_libusb",
"thirdparty_googletest"
]
},
"build": {
"sub_component": [
"//developtools/hdc:hdcd_system",
"//developtools/hdc:hdcd_updater"
],
"test": [ "//developtools/hdc/test:hdc_fuzztest" ]
}
}
}