blob: 9fee27bd6480ac9b46e50aa1a9af80b41f7423ba [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.block.driver") {
sdk_category = "internal"
sources = [ "block.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.block",
"//zircon/vdso/zx",
]
enable_banjo = true
}