• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hvb",
3  "description": "OpenHarmony Verified Boot (HVB)",
4  "version": "1.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "base/startup/hvb"
9  },
10  "scripts": {},
11  "dirs": {},
12  "component": {
13    "name": "hvb",
14    "subsystem": "startup",
15    "adapted_system_type": [
16      "standard"
17    ],
18    "rom": "3072KB",
19    "ram": "3072KB",
20    "deps": {
21      "components": [],
22      "third_party": []
23    },
24    "build": {
25      "sub_component": [
26        "//base/startup/hvb:hvb_group"
27      ],
28      "inner_kits": [
29        {
30          "header": {
31            "header_base": "//base/startup/hvb/libhvb/include",
32            "header_files": [
33              "hvb.h",
34              "hvb_cert.h",
35              "hvb_cmdline.h",
36              "hvb_crypto.h",
37              "hvb_footer.h",
38              "hvb_ops.h",
39              "hvb_rvt.h",
40              "hvb_sysdeps.h",
41              "hvb_types.h",
42              "hvb_util.h",
43              "libhvb.h"
44            ]
45          },
46          "name": "//base/startup/hvb/libhvb:libhvb_static"
47        }
48      ],
49      "test": []
50    }
51  }
52}