blob: 04a9445909297150d340e6db51604a1a89105cab [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.paver") {
sources = [ "paver.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.block.volume",
"//zircon/system/fidl/fuchsia-hardware-block",
"//zircon/system/fidl/fuchsia-io",
"//zircon/system/fidl/fuchsia-mem",
]
}