| # Copyright 2017 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. |
| |
| import("//build/fidl/fidl.gni") |
| |
| fidl("fuchsia.stash") { |
| sources = [ "stash.fidl" ] |
| |
| public_deps = [ "//sdk/fidl/fuchsia.mem" ] |
| |
| sdk_category = "internal" |
| |
| visibility = [ |
| # fxbug.dev/47602 audit the below |
| "//garnet/bin/setui/*", |
| "//src/connectivity/bluetooth/core/bt-gap/*", |
| "//src/connectivity/bluetooth/testing/*", |
| "//src/connectivity/bluetooth/tests/bt-manifest-integration-tests/*", |
| "//src/connectivity/network/dhcp:*", |
| "//src/connectivity/network/netstack", |
| "//src/connectivity/network/netstack:lib", |
| "//src/connectivity/network/tests/integration/common:*", |
| "//src/connectivity/wlan/*", |
| "//src/identity/*", |
| "//src/modular/lib/modular_test_harness/*", |
| "//src/modular/tests/*", |
| "//src/sys/pkg/bin/omaha-client/*", |
| "//src/sys/stash/*", |
| "//src/sys/tools/stash_ctl/*", |
| ] |
| } |