1{
2    "product_name": "qemu_small_system_demo",
3    "ohos_version": "OpenHarmony 1.0",
4    "version": "3.0",
5    "type": "small",
6    "device_company": "qemu",
7    "board": "arm_virt",
8    "kernel_type": "liteos_a",
9    "kernel_version": "3.0.0",
10    "subsystems": [
11      {
12        "subsystem": "security",
13        "components": [
14          { "component": "device_auth", "features":[] },
15          { "component": "huks", "features":
16            [
17              "huks_config_file = \"hks_config_small.h\""
18            ]
19          }
20        ]
21      },
22      {
23        "subsystem": "hiviewdfx",
24        "components": [
25          { "component": "hilog_lite", "features":[] },
26          { "component": "hidumper_lite", "features":[] }
27        ]
28      },
29      {
30        "subsystem": "startup",
31        "components": [
32          { "component": "bootstrap_lite", "features":[] },
33          { "component": "init", "features":["init_feature_begetctl_liteos=true"] }
34        ]
35      },
36      {
37        "subsystem": "kernel",
38        "components": [
39          { "component": "liteos_a", "features":[] }
40        ]
41      },
42      {
43        "subsystem": "communication",
44        "components": [
45          { "component": "dsoftbus", "features":[] }
46        ]
47      },
48      {
49        "subsystem": "hdf",
50        "components": [
51          { "component": "hdf_core", "features":[] },
52          { "component": "drivers_peripheral_display", "features":[] },
53          { "component": "drivers_peripheral_wlan", "features":[] },
54          { "component": "drivers_peripheral_input", "features":[] },
55          { "component": "drivers_peripheral_sensor", "features":[] },
56          { "component": "drivers_peripheral_vibrator", "features":[] }
57        ]
58      }
59    ],
60    "third_party_dir": "//third_party",
61    "product_adapter_dir": "//vendor/ohemu/qemu_small_system_demo/hals"
62  }
63