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    "inherit":["productdefine/common/base/mini_system.json"],
9    "board": "hispark_pegasus",
10    "kernel_type": "liteos_m",
11    "kernel_is_prebuilt": true,
12    "kernel_version": "",
13    "subsystems": [
14      {
15        "subsystem": "hiviewdfx",
16        "components": [
17          { "component": "hilog_lite" },
18          { "component": "hievent_lite" },
19          { "component": "hiview_lite" }
20        ]
21      },
22      {
23        "subsystem": "startup",
24        "components": [
25          { "component": "bootstrap_lite" },
26          { "component": "init", "features":
27            [
28              "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": "utils_lite",
61            "features":[ "utils_lite_feature_kal_timer = true" ]
62          }
63        ]
64      },
65      {
66        "subsystem": "updater",
67        "components": [
68          { "component": "sys_installer_lite" }
69        ]
70      }
71    ],
72    "third_party_dir": "//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party",
73    "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals"
74  }
75