blob: d39510fa52cd09a4b32697e7e10b074998ef6125 [file] [log] [blame]
# Copyright 2021 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.fuzzer") {
sources = [
"adapter.fidl",
"controller.fidl",
"corpus.fidl",
"coverage.fidl",
"manager.fidl",
"options.fidl",
"overview.fidl",
"registry.fidl",
"status.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}