blob: bea5802dd53fc90a79e1f9a4e4c1e4dee74121a3 [file] [log] [blame]
# Copyright 2019 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.hardware.serialimpl.async") {
sources = [ "serial-impl-async.fidl" ]
public_deps = [
"//sdk/banjo/fuchsia.hardware.serial",
"//zircon/vdso/zx",
]
enable_banjo = true
}