blob: d2971b771249c32abbb2efef6ae14448fc8b1979 [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.diagnostics.host") {
sdk_category = "partner_internal"
sdk_area = "Unknown"
stable = true
api = "fuchsia.diagnostics.host.api"
sources = [ "reader.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.diagnostics" ]
}