• 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        { "component": "syspara_lite" }
28      ]
29    },
30    {
31      "subsystem": "communication",
32      "components": [
33        { "component": "dsoftbus" }
34      ]
35    },
36    {
37      "subsystem": "systemabilitymgr",
38      "components": [
39        { "component": "samgr_lite" }
40      ]
41    },
42    {
43      "subsystem": "security",
44      "components": [
45        { "component": "device_auth" },
46        { "component": "huks" }
47      ]
48    },
49    {
50      "subsystem": "commonlibrary",
51      "components": [
52        { "component": "kv_store" },
53        { "component": "kal_timer" }
54      ]
55    },
56    {
57      "subsystem": "updater",
58      "components": [
59        { "component": "ota_lite" }
60      ]
61    }
62  ]
63}
64