blob: 6d6195c5e42d89b48acbe5ce2e3f20df2b38ed96 [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("nand") {
sources = [ "nand.h" ]
deps = [
"//sdk/banjo/fuchsia.hardware.nandinfo",
"//sdk/fidl/fuchsia.hardware.nand",
]
}