1{
2  "subsystems": [
3    {
4      "subsystem": "hiviewdfx",
5      "components": [
6        { "component": "hilog_lite" },
7        { "component": "hievent_lite" },
8        { "component": "hiview_lite" }
9      ]
10    },
11    {
12      "subsystem": "startup",
13      "components": [
14        { "component": "bootstrap_lite" },
15        { "component": "init" }
16      ]
17    },
18    {
19      "subsystem": "communication",
20      "components": [
21        { "component": "dsoftbus" }
22      ]
23    },
24    {
25      "subsystem": "security",
26      "components": [
27        { "component": "device_auth" },
28        { "component": "huks" }
29      ]
30    },
31    {
32      "subsystem": "commonlibrary",
33      "components": [
34         { "component": "utils_lite" }
35      ]
36    },
37    {
38      "subsystem": "updater",
39      "components": [
40        { "component": "sys_installer_lite" }
41      ]
42    },
43      {
44      "subsystem": "thirdparty",
45      "components": [
46        { "component": "libcoap" },
47        { "component": "littlefs" },
48        { "component": "optimized_routines" },
49        { "component": "libunwind" },
50        { "component": "jerryscript" },
51        { "component": "cJSON" },
52        { "component": "bounds_checking_function" },
53        { "component": "FatFs" }
54      ]
55    },
56      {
57      "subsystem": "communication",
58      "components": [
59        { "component": "ipc" }
60      ]
61    }
62  ]
63}