blob: c650ea26ae15b969599c86ddd72c8a1d2b29eda5 [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.report") {
sdk_category = "internal"
sources = [ "report.fidl" ]
sdk_area = "Diagnostics"
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
# TODO(https://fxbug.dev/307580082): This protocol is under construction.
visibility = [
"//examples/components/runner/colocated/*",
"//src/developer/memory/*",
"//src/sys/component_manager/*",
"//src/sys/lib/elf_runner/*",
]
}