• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "hispark_pegasus_mini_system",
3    "type": "mini",
4    "version": "3.0",
5    "ohos_version": "OpenHarmony 3.1",
6    "device_company": "hisilicon",
7    "device_build_path": "device/board/hisilicon/hispark_pegasus",
8    "board": "hispark_pegasus",
9    "kernel_type": "liteos_m",
10    "kernel_is_prebuilt": true,
11    "kernel_version": "",
12    "subsystems": [
13      {
14        "subsystem": "hiviewdfx",
15        "components": [
16          { "component": "hilog_lite" },
17          { "component": "hievent_lite" },
18          { "component": "hiview_lite" }
19        ]
20      },
21      {
22        "subsystem": "startup",
23        "components": [
24          { "component": "bootstrap_lite" },
25          { "component": "syspara_lite" },
26          { "component": "init_lite", "features":
27            [
28              "enable_ohos_startup_init_feature_begetctl_liteos = true"
29            ]
30          }
31        ]
32      },
33      {
34        "subsystem": "communication",
35        "components": [
36          { "component": "dsoftbus" }
37        ]
38      },
39      {
40        "subsystem": "systemabilitymgr",
41        "components": [
42          { "component": "samgr_lite" }
43        ]
44      },
45      {
46        "subsystem": "security",
47        "components": [
48          { "component": "device_auth" },
49          { "component": "huks", "features":
50            [
51              "huks_use_lite_storage = true",
52              "huks_config_file = \"hks_config_lite.h\""
53            ]
54          }
55        ]
56      },
57      {
58        "subsystem": "commonlibrary",
59        "components": [
60          { "component": "kal_timer" }
61        ]
62      },
63      {
64        "subsystem": "updater",
65        "components": [
66          { "component": "ota_lite" }
67        ]
68      }
69    ],
70    "third_party_dir": "//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party",
71    "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals"
72  }
73