| # Copyright 2022 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # This file is used to limit visibility to Pigweed modules. |
| # Modules may only be added to this file after OSRB approval. |
| # Clients may only be added to visibility lists after OSRB approval. |
| |
| source_set("pw_assert") { |
| public_deps = [ "src/pw_assert" ] |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] |
| } |
| |
| source_set("pw_bluetooth") { |
| public_deps = [ "src/pw_bluetooth" ] |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] |
| } |
| |
| source_set("pw_span") { |
| public_deps = [ "src/pw_span" ] |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] |
| } |
| |
| source_set("pw_string") { |
| public_deps = [ "src/pw_string" ] |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] |
| } |
| |
| source_set("pw_log") { |
| public_deps = [ "src/pw_log" ] |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ "backends/pw_log/dfv1:tests" ] |
| } |