blob: 04f5dc64652ca2b414ab756d7347a32905919338 [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 = [ "//sdk/fidl/fuchsia.mem" ]
sdk_category = "internal"
# Stash cannnot not guarantee isolation between clients so its usage must
# be carefully managed, see https://fxbug.dev/42124367. We intend to deprecate
# stash and are not accepting new clients.
#
# Please don't add entries to this visibility list without approval
# from the people listed in OWNERS.
visibility = [
"//sdk/ctf/tests/fidl/fuchsia.intl/*",
"//sdk/ctf/tests/fidl/fuchsia.settings/testing/realm-factory/*",
"//src/connectivity/bluetooth/core/bt-gap/*",
"//src/connectivity/bluetooth/testing/*",
"//src/connectivity/bluetooth/tests/bt-manifest-integration-tests/*",
"//src/connectivity/network/dhcpv4/*",
"//src/connectivity/network/netstack",
"//src/connectivity/network/netstack:lib",
"//src/connectivity/network/tests/integration/common:*",
"//src/connectivity/wlan/*",
"//src/settings/service/*",
"//src/settings/storage/*",
"//src/sys/pkg/bin/omaha-client/*",
"//src/sys/stash/*",
"//src/sys/tools/stash_ctl/*",
]
enable_hlcpp = true
}