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