| # Copyright 2020 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. | |
| static_library("ffi") { | |
| sources = [ | |
| "blobfs-export.cc", | |
| "blobfs-export.h", | |
| "chunked-decompressor.cc", | |
| "chunked-decompressor.h", | |
| ] | |
| deps = [ | |
| "//src/lib/chunked-compression", | |
| "//src/lib/digest", | |
| "//src/storage/blobfs", | |
| "//zircon/system/ulib/fbl", | |
| ] | |
| } |