blob: 142ae4743a174d6c07f30b54ee056342e8fafd67 [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 = [
"//sdk/fidl/fuchsia.component",
"//zircon/vdso/zx",
]
}