Moved connections/windows to third_party, and copied the blueprint file into third_party

PiperOrigin-RevId: 388521021
This commit is contained in:
hai007
2021-08-03 12:46:34 -07:00
committed by Copybara-Service
parent 4be6b7a70d
commit 0937be0fbb
6 changed files with 448 additions and 4 deletions
+8 -3
View File
@@ -22,6 +22,7 @@ cc_library(
hdrs = [
"atomic_boolean.h",
"atomic_reference.h",
"bluetooth_adapter.h",
"cancelable.h",
"condition_variable.h",
"count_down_latch.h",
@@ -47,8 +48,11 @@ cc_library(
name = "comm",
hdrs = [
"ble.h",
"bluetooth_adapter.h",
"bluetooth_classic.h",
"bluetooth_classic_device.h",
"bluetooth_classic_medium.h",
"bluetooth_classic_server_socket.h",
"bluetooth_classic_socket.h",
"server_sync.h",
"webrtc.h",
"wifi.h",
@@ -58,6 +62,7 @@ cc_library(
deps = [
"//platform/api:comm",
"//platform/base",
"//platform/impl/windows/generated:types",
],
)
@@ -93,7 +98,7 @@ cc_library(
],
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],
visibility = [
"//location/nearby/connections/windows:__subpackages__",
"//third_party/nearby_connections/windows:__subpackages__",
],
deps = [
":comm",
@@ -116,7 +121,7 @@ cc_library(
"test_utils.h",
],
visibility = [
"//location/nearby/connections/windows:__subpackages__",
"//third_party/nearby_connections/windows:__subpackages__",
],
deps = [
"//platform/base",
@@ -32,6 +32,7 @@ cc_library(
],
textual_hdrs = glob(["**/*.h"]),
visibility = [
"//third_party/nearby_connections/connections/windows:__subpackages__",
"//platform/impl/windows:__subpackages__",
],
)