blob: db998fe72027c8dcec2b9997628c441a2376383d [file] [log] [blame]
# Copyright 2024 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.storage.partitions") {
sources = [ "partitions.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.block",
"//sdk/fidl/fuchsia.hardware.block.partition",
"//sdk/fidl/fuchsia.hardware.block.volume",
"//zircon/vdso/zx",
]
}