• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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", "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              "disable_huks_binary = false",
47              "disable_authenticate = false",
48              "huks_use_lite_storage = true",
49              "huks_use_hardware_root_key = true",
50              "huks_config_file = \"hks_config_lite.h\"",
51              "ohos_security_huks_mbedtls_porting_path = \"//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls\""
52            ]
53          }
54        ]
55      },
56      {
57        "subsystem": "startup",
58        "components": [
59          { "component": "bootstrap_lite", "features":[] },
60          { "component": "init_lite", "features":
61            [
62              "enable_ohos_startup_init_feature_begetctl_liteos = true",
63              "enable_ohos_startup_init_lite_use_thirdparty_mbedtls = true"
64            ]
65          }
66        ]
67      },
68      {
69        "subsystem": "communication",
70        "components": [
71          { "component": "wifi_lite", "features":[] },
72          { "component": "dsoftbus", "features":[] },
73          { "component": "wifi_aware", "features":[]}
74        ]
75      },
76      {
77        "subsystem": "updater",
78        "components": [
79          { "component": "sys_installer_lite", "features":[] }
80        ]
81      },
82      {
83        "subsystem": "commonlibrary",
84        "components": [
85          { "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
86        ]
87      },
88      {
89       "subsystem": "xts",
90       "components": [
91         { "component": "acts", "features":
92          [
93            "enable_ohos_test_xts_acts_use_thirdparty_lwip = false"
94          ]
95         },
96         { "component": "tools", "features":[] },
97         { "component": "device_attest_lite", "features":[] }
98        ]
99      },
100      {
101        "subsystem": "developtools",
102        "components": [
103          { "component": "syscap_codec", "features":[] }
104        ]
105      }
106    ],
107    "third_party_dir": "//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party",
108    "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals"
109  }
110