diff --git a/components/communication.json b/components/communication.json index 9322a2542a538d387730e4ef18f363f89e6819d9..4188f6699966d4ba3636d929f7c1c0e831aee6eb 100755 --- a/components/communication.json +++ b/components/communication.json @@ -128,7 +128,7 @@ }, { "component": "wifi_lite", - "description": "Wifi service based on liteos-m.", + "description": "Wifi service based on liteos-m and linux.", "optional": "true", "dirs": [ "foundation/communication/wifi_lite" @@ -139,7 +139,7 @@ "rom": "", "ram": "", "output": [ ], - "adapted_kernel": [ "liteos_m" ], + "adapted_kernel": [ "liteos_m", "linux" ], "features": [], "deps": { "third_party": [ @@ -176,6 +176,31 @@ ], "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": [ + ] + } } ] }