blob: 10047e73efb495d909869974ed76fccdae102aea [file] [log] [blame]
# Copyright 2026 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.
package(default_visibility = ["//visibility:public"])
cc_library(
name = "block_fifo",
hdrs = ["block-fifo.h"],
include_prefix = "lib/driver/mock-mmio/cpp",
target_compatible_with = ["@platforms//os:fuchsia"],
deps = ["@fuchsia_sdk//fidl/fuchsia.storage.block:fuchsia.storage.block_cpp"],
)