blob: 8e65efc3205ad7f64999e47b6acf76bfecb75f4b [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.minfs") {
sources = [ "minfs.fidl" ]
public_deps = [
"$zx/vdso/zx",
"//sdk/fidl/fuchsia.storage.metrics",
]
}