blob: d4265631bb6138fa7130a9f5ba5f5ff8edf5a9fe [file] [log] [blame]
# Copyright 2023 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.memory.attribution") {
sdk_category = "internal"
sources = [ "attribution.fidl" ]
sdk_area = "Diagnostics"
public_deps = [ "//zircon/vdso/zx" ]
# TODO(https://fxbug.dev/307580082): This protocol is under construction.
visibility = [
"//examples/components/runner/colocated/*",
"//src/developer/memory/*",
"//src/performance/memory/*",
"//src/starnix/runner/*",
"//src/starnix/tests/memory_attribution/*",
"//src/sys/component_manager/*",
"//src/sys/lib/elf_runner/*",
]
}