blob: d15e78d9ad416fbbcbd3b96bc54d77ff8de3e799 [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.
zx_library("ftl-mtd") {
host = true
sources = [
"ftl-volume-wrapper.cc",
"nand-volume-driver.cc",
]
public_deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/ftl",
]
deps = [
"$zx/system/ulib/fvm-host",
"$zx/system/ulib/mtd",
]
}