blob: 6c9cf43b3e8e8c938d3a4cb44033a9d4d8ad023a [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.inspection") {
sdk_category = "partner_internal"
sdk_area = "Diagnostics"
stable = true
sources = [ "inspection.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}