blob: ed4488bfbd7ce0ef0a2f2af6406793e1ed9ace04 [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",
]
enable_hlcpp = true
}