blob: 964e2917c442b101716d9fa75ea6a355efb1079a [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") {
sdk_category = "internal"
sources = [
"block.fidl",
"ftl.fidl",
"overview.fidl",
"stats.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.unknown",
"//zircon/vdso/zx",
]
enable_banjo = true
enable_hlcpp = true
}