blob: 88ae8c5839b2733b9629809d5697751d73bc9216 [file] [log] [blame] [edit]
# Copyright 2025 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.system") {
sdk_category = "partner"
sdk_area = "Diagnostics"
stable = true
api = "fuchsia.diagnostics.system.api"
sources = [ "log_freeze.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}