• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "subsystems": [
3    {
4      "subsystem": "kernel",
5      "components": [
6        { "component": "liteos_m" }
7      ]
8    },
9    {
10      "subsystem": "hdf",
11      "components": [
12        { "component": "hdf_core" }
13      ]
14    },
15    {
16      "subsystem": "hiviewdfx",
17      "components": [
18        { "component": "hilog_lite" },
19        { "component": "hievent_lite" },
20        { "component": "hiview_lite" }
21      ]
22    },
23    {
24      "subsystem": "startup",
25      "components": [
26        { "component": "bootstrap_lite" }
27      ]
28    },
29    {
30      "subsystem": "communication",
31      "components": [
32        { "component": "dsoftbus" }
33      ]
34    },
35    {
36      "subsystem": "systemabilitymgr",
37      "components": [
38        { "component": "samgr_lite" }
39      ]
40    },
41    {
42      "subsystem": "security",
43      "components": [
44        { "component": "device_auth" },
45        { "component": "huks" }
46      ]
47    },
48    {
49      "subsystem": "commonlibrary",
50      "components": [
51        { "component": "kv_store" },
52        { "component": "kal_timer" }
53      ]
54    },
55    {
56      "subsystem": "updater",
57      "components": [
58        { "component": "sys_installer_lite" }
59      ]
60    }
61  ]
62}
63