blob: 04feed8d35a0c9fbb455a02dcfd0c26f2916cf56 [file] [log] [blame]
# Copyright 2021 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.
source_set("block") {
sources = [ "block.h" ]
deps =
[ "//sdk/banjo/fuchsia.hardware.block:fuchsia.hardware.block_banjo_cpp" ]
}