提交 2ebf26e3 编写于 作者: O openharmony_ci 提交者: Gitee

!255 add wifi_lite for linux and add bluetooth compile

Merge pull request !255 from ranzhao123/master
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
}, },
{ {
"component": "wifi_lite", "component": "wifi_lite",
"description": "Wifi service based on liteos-m.", "description": "Wifi service based on liteos-m and linux.",
"optional": "true", "optional": "true",
"dirs": [ "dirs": [
"foundation/communication/wifi_lite" "foundation/communication/wifi_lite"
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
"rom": "", "rom": "",
"ram": "", "ram": "",
"output": [ ], "output": [ ],
"adapted_kernel": [ "liteos_m" ], "adapted_kernel": [ "liteos_m", "linux" ],
"features": [], "features": [],
"deps": { "deps": {
"third_party": [ "third_party": [
...@@ -176,6 +176,31 @@ ...@@ -176,6 +176,31 @@
], ],
"third_party": [] "third_party": []
} }
},
{
"component": "bluetooth",
"description": "bt service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/bluetooth"
],
"targets": [
"//foundation/communication/bluetooth:bluetooth"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "liteos_m", "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
]
}
} }
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册