未验证 提交 133c2bfc 编写于 作者: O openharmony_ci 提交者: Gitee

!455 add wifi and dhcp components

Merge pull request !455 from fenis_2001/submit_br
......@@ -88,6 +88,62 @@
"components": ["wlan_device_driver"]
}
},
{
"component": "wifi",
"description": "Wifi service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/wifi/wifi"
],
"targets": [
"//foundation/communication/wifi/wifi:wifi"
],
"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",
"wlan_device_driver"
]
}
},
{
"component": "dhcp",
"description": "dhcp service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/wifi/dhcp"
],
"targets": [
"//foundation/communication/wifi/dhcp:dhcp"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"device_driver_framework",
"wlan_device_driver"
]
}
},
{
"component": "wifi_lite",
"description": "Wifi service based on liteos-m and linux.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册