• 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": "systemabilitymgr",
13        "components": [
14          { "component": "safwk_lite", "features":[] },
15          { "component": "samgr_lite", "features":[] }
16        ]
17      },
18      {
19        "subsystem": "security",
20        "components": [
21          { "component": "device_auth", "features":[] },
22          { "component": "huks", "features":
23            [
24              "huks_config_file = \"hks_config_small.h\""
25            ]
26          }
27        ]
28      },
29      {
30        "subsystem": "hiviewdfx",
31        "components": [
32          { "component": "hilog_featured_lite", "features":[] },
33          { "component": "hidumper_lite", "features":[] }
34        ]
35      },
36      {
37        "subsystem": "startup",
38        "components": [
39          { "component": "bootstrap_lite", "features":[] },
40          { "component": "appspawn_lite", "features":[] },
41          { "component": "init_lite", "features":["enable_ohos_startup_init_feature_begetctl_liteos=true"] }
42        ]
43      },
44      {
45        "subsystem": "graphic",
46        "components": [
47          { "component": "graphic_utils", "features": [
48              "enable_ohos_graphic_utils_product_config = true"
49            ]
50          },
51          { "component": "graphic_hals", "features":[] },
52          { "component": "ui", "features":[ "enable_graphic_font = true" ] },
53          { "component": "surface", "features":[] },
54          { "component": "wms", "features":[] }
55        ]
56      },
57      {
58        "subsystem": "kernel",
59        "components": [
60          { "component": "liteos_a", "features":[] }
61        ]
62      },
63      {
64        "subsystem": "communication",
65        "components": [
66          { "component": "dsoftbus", "features":[] },
67          { "component": "wpa_supplicant", "features":[] }
68        ]
69      },
70      {
71        "subsystem": "bundlemanager",
72        "components": [
73          { "component": "bundle_framework_lite", "features":[] }
74        ]
75      },
76      {
77        "subsystem": "ability",
78        "components": [
79          { "component": "ability_lite", "features":[ "enable_ohos_appexecfwk_feature_ability = false" ] }
80        ]
81      },
82      {
83        "subsystem": "hdf",
84        "components": [
85          { "component": "hdf_core", "features":[] },
86          { "component": "drivers_peripheral_display", "features":[] },
87          { "component": "drivers_peripheral_wlan", "features":[] },
88          { "component": "drivers_peripheral_input", "features":[] },
89          { "component": "drivers_peripheral_sensor", "features":[] },
90          { "component": "drivers_peripheral_vibrator", "features":[] }
91        ]
92      }
93    ],
94    "third_party_dir": "//third_party",
95    "product_adapter_dir": "//vendor/ohemu/qemu_small_system_demo/hals"
96  }
97