1{
2    "product_name": "wifiiot_hispark_pegasus",
3    "type": "mini",
4    "version": "3.0",
5    "ohos_version": "OpenHarmony 1.0",
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": "applications",
15        "components": [
16          { "component": "wifi_iot_sample_app", "features":[] }
17        ]
18      },
19      {
20        "subsystem": "iothardware",
21        "components": [
22          { "component": "peripheral", "features":[] }
23        ]
24      },
25      {
26        "subsystem": "hiviewdfx",
27        "components": [
28          { "component": "hilog_lite", "features":[] },
29          { "component": "hievent_lite", "features":[] },
30          { "component": "blackbox_lite", "features":[] },
31          { "component": "hidumper_lite", "features":[] }
32        ]
33      },
34      {
35        "subsystem": "systemabilitymgr",
36        "components": [
37          { "component": "samgr_lite", "features":[] }
38        ]
39      },
40      {
41        "subsystem": "security",
42        "components": [
43          { "component": "device_auth", "features":[] },
44          { "component": "huks", "features":
45            [
46              "huks_use_lite_storage = true",
47              "huks_use_hardware_root_key = true",
48              "huks_config_file = \"hks_config_lite.h\""
49            ]
50          }
51        ]
52      },
53      {
54        "subsystem": "thirdparty",
55        "components": [
56          { "component": "mbedtls", "features":
57            [
58              "mbedtls_porting_path = \"//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls\""
59            ]
60          }
61        ]
62      },
63      {
64        "subsystem": "startup",
65        "components": [
66          { "component": "bootstrap_lite", "features":[] },
67          { "component": "init", "features":
68            [
69              "init_feature_begetctl_liteos = true",
70              "init_lite_use_thirdparty_mbedtls = true"
71            ]
72          }
73        ]
74      },
75      {
76        "subsystem": "communication",
77        "components": [
78          { "component": "wifi_lite", "features":[] },
79          { "component": "dsoftbus", "features":[] },
80          { "component": "wifi_aware", "features":[]}
81        ]
82      },
83      {
84        "subsystem": "updater",
85        "components": [
86          { "component": "sys_installer_lite", "features":[] }
87        ]
88      },
89      {
90        "subsystem": "commonlibrary",
91        "components": [
92          { "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
93        ]
94      },
95      {
96       "subsystem": "xts",
97       "components": [
98         { "component": "acts", "features":
99          [
100            "enable_ohos_test_xts_acts_use_thirdparty_lwip = false"
101          ]
102         },
103         { "component": "tools", "features":[] },
104         { "component": "device_attest_lite", "features":[] }
105        ]
106      },
107      {
108        "subsystem": "developtools",
109        "components": [
110          { "component": "syscap_codec", "features":[] }
111        ]
112      }
113    ],
114    "third_party_dir": "//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party",
115    "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals"
116  }
117