• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "wifi_bk7235",
3    "ohos_version": "OpenHarmony 3.0",
4    "type": "mini",
5    "version": "3.0",
6    "device_company": "beken",
7    "board": "bk7235x",
8    "kernel_type": "liteos_m",
9    "kernel_version": "3.0",
10    "subsystems": [
11      {
12        "subsystem": "kernel",
13        "components": [
14          {
15            "component": "liteos_m",
16            "features": [
17            "ohos_kernel_liteos_m_lwip_path = \"//device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1\""
18            ]
19		  }
20		]
21      },
22      {
23        "subsystem": "hiviewdfx",
24        "components": [
25          { "component": "hilog_lite", "features":[] },
26          { "component": "hievent_lite", "features":[] }
27        ]
28      },
29      {
30        "subsystem": "systemabilitymgr",
31        "components": [
32          { "component": "samgr_lite", "features":[] }
33        ]
34      },
35      {
36        "subsystem": "communication",
37        "components": [
38          { "component": "wifi_lite", "features":[] }
39         ]
40       },
41      {
42        "subsystem": "commonlibrary",
43        "components": [
44          { "component": "utils_lite",
45            "features": [
46              "utils_lite_feature_file = true",
47              "utils_lite_feature_timer_task = true",
48              "utils_lite_feature_kal_timer = true"
49            ]
50          }
51        ]
52      },
53      {
54        "subsystem": "startup",
55        "components": [
56          { "component": "bootstrap_lite", "features":[] },
57          { "component": "init_lite", "features":["enable_ohos_startup_init_feature_begetctl_liteos = true"] },
58          { "component": "syspara_lite", "features":[] }
59        ]
60      },
61      {
62        "subsystem": "security",
63        "components": [
64          { "component": "huks", "features":
65            [
66              "disable_huks_binary = true",
67              "disable_authenticate = true",
68              "huks_use_lite_storage = true",
69              "huks_use_hardware_root_key = true",
70              "huks_use_mbedtls = true",
71              "huks_config_file = \"hks_config_lite.h\"",
72              "huks_dependency_mbedtls_path = \"//third_party/mbedtls\"",
73              "ohos_security_huks_mbedtls_porting_path = \"//device/soc/beken/bk7235/liteos_m/third_party_adapter/mbedtls\""
74            ]
75          }
76        ]
77      },
78      {
79        "subsystem": "iothardware",
80        "components": [
81          { "component": "peripheral", "features":[] }
82        ]
83      }
84    ],
85
86    "third_party_dir": "//third_party",
87    "product_adapter_dir": "//vendor/beken/wifi_bk7235/hals",
88    "xts_list": [
89      {
90        "enable": "true",
91        "xts_modules": [
92          "ActsKvStoreTest",
93          "ActsDfxFuncTest",
94          "ActsHieventLiteTest",
95          "ActsSamgrTest",
96          "ActsParameterTest",
97          "ActsWifiServiceTest",
98          "ActsWifiIotTest",
99          "ActsBootstrapTest"
100        ]
101      }
102    ],
103    "tests_list": [
104      {
105        "enable": "false"
106      }
107    ]
108}
109