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    "features": [
16      "hdc_feature_support_sudo"
17    ],
18    "adapted_system_type": [
19      "standard"
20    ],
21    "rom": "1725KB",
22    "ram": "1599KB",
23    "deps": {
24      "components": [
25        "init",
26        "c_utils",
27        "faultloggerd",
28        "hitrace",
29        "hilog",
30        "ipc",
31        "ability_base",
32        "ability_runtime",
33        "window_manager",
34        "ylong_runtime",
35        "bounds_checking_function",
36        "lz4",
37        "selinux",
38        "openssl",
39        "libusb",
40        "libuv",
41        "os_account",
42        "user_auth_framework",
43        "pin_auth"
44      ],
45      "third_party": []
46    },
47    "build": {
48      "sub_component": [
49        "//developtools/hdc:hdcd_system",
50        "//developtools/hdc/hdcd_user_permit:hdcd_user_permit",
51        "//developtools/hdc:hdc_register",
52        "//developtools/hdc:hdcd_updater",
53        "//developtools/hdc:hdc_updater",
54        "//developtools/hdc/sudo:sudo"
55      ],
56      "inner_kits": [
57        {
58            "name":"//developtools/hdc:hdc_updater",
59            "header":{
60                "header_files":[
61                ],
62                "header_base":"//developtools/hdc/src"
63            }
64        }
65      ],
66      "test": [ "//developtools/hdc/test:hdc_fuzztest" ]
67    }
68  }
69}
70