• 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      "test": []
30    }
31  }
32}