未验证 提交 7eb566e3 编写于 作者: O openharmony_ci 提交者: Gitee

!462 enable wifi component for L1 linux

Merge pull request !462 from fenis_2001/submit_30_br
...@@ -126,6 +126,36 @@ ...@@ -126,6 +126,36 @@
"components": ["peripheral_wlan"] "components": ["peripheral_wlan"]
} }
}, },
{
"component": "wifi_standard",
"description": "Wifi service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/wifi"
],
"targets": [
"//foundation/communication/wifi:wifi_standard"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"wpa_supplicant",
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"samgr_lite",
"device_driver_framework",
"peripheral_wlan"
]
}
},
{ {
"component": "wifi_lite", "component": "wifi_lite",
"description": "Wifi service based on liteos-m.", "description": "Wifi service based on liteos-m.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册