blob: 5d23ab3a35fad29f2fd339fe1941a47f889f28a0 [file] [log] [blame]
# Copyright 2017 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("farfs") {
sources = [
"file_system.cc",
"file_system.h",
]
public_deps = [
"//garnet/lib/far",
"//garnet/lib/far:far_vmo",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/system/ulib/vmofs",
"//zircon/system/ulib/zx",
]
}