blob: 2f82e93004f9900e9fcd0dc2f24aa6b144e1b898 [file] [log] [blame]
# Copyright 2020 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")
visibility = [ "//src/developer/forensics/exceptions/*" ]
fidl("fuchsia.exception.internal") {
sources = [ "crash_reporter.internal.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}