blob: bddcf120c20c63c8c32a68d6855c38d5f4617770 [file] [log] [blame]
# 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 = [ "//zircon/system/fidl/fuchsia-mem" ]
sdk_category = "internal"
visibility = [
# fxb/47602 audit the below
"//garnet/bin/setui/*",
"//src/connectivity/bluetooth/core/bt-gap/*",
"//src/connectivity/network/*",
"//src/connectivity/network/dhcpd-cli/*",
"//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/*",
]
}