• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_featured_lite", "features":[] },
26          { "component": "hidumper_lite", "features":[] }
27        ]
28      },
29      {
30        "subsystem": "startup",
31        "components": [
32          { "component": "bootstrap_lite", "features":[] },
33          { "component": "init_lite", "features":["enable_ohos_startup_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          { "component": "wpa_supplicant", "features":[] }
47        ]
48      },
49      {
50        "subsystem": "hdf",
51        "components": [
52          { "component": "hdf_core", "features":[] },
53          { "component": "drivers_peripheral_display", "features":[] },
54          { "component": "drivers_peripheral_wlan", "features":[] },
55          { "component": "drivers_peripheral_input", "features":[] },
56          { "component": "drivers_peripheral_sensor", "features":[] },
57          { "component": "drivers_peripheral_vibrator", "features":[] }
58        ]
59      }
60    ],
61    "third_party_dir": "//third_party",
62    "product_adapter_dir": "//vendor/ohemu/qemu_small_system_demo/hals"
63  }
64