Add WiFi LAN medium on Windows

PiperOrigin-RevId: 399587411
This commit is contained in:
guogang
2021-09-28 19:47:40 -07:00
committed by Copybara-Service
parent deb5776362
commit 1f0ec837b6
8 changed files with 1507 additions and 152 deletions
+7 -1
View File
@@ -107,6 +107,9 @@ cc_library(
"system_clock.cc",
"thread_pool.cc",
"utils.cc",
"wifi_lan_medium.cc",
"wifi_lan_nsd.cc",
"wifi_lan_socket.cc",
],
hdrs = [
"bluetooth_classic.h",
@@ -121,9 +124,12 @@ cc_library(
"scheduled_executor.h",
"submittable_executor.h",
"thread_pool.h",
"wifi_lan.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],
copts = [
"-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated",
],
visibility = [
"//third_party/nearby_connections/windows:__subpackages__",
],