• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "rust_rust-openssl"
45      ],
46      "third_party": []
47    },
48    "build": {
49      "sub_component": [
50        "//developtools/hdc:hdcd_system",
51        "//developtools/hdc/hdcd_user_permit:hdcd_user_permit",
52        "//developtools/hdc:hdc_register",
53        "//developtools/hdc:hdcd_updater",
54        "//developtools/hdc:hdc_updater",
55        "//developtools/hdc/sudo:sudo"
56      ],
57      "inner_kits": [
58        {
59            "name":"//developtools/hdc:hdc_updater",
60            "header":{
61                "header_files":[
62                ],
63                "header_base":"//developtools/hdc/src"
64            }
65        }
66      ],
67      "test": [ "//developtools/hdc/test:hdc_fuzztest" ]
68    }
69  }
70}
71