blob: fc9b8ca81df9a999d9809cb2351c059dbc35da37 [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("far") {
sources = [
"alignment.h",
"archive_entry.cc",
"archive_entry.h",
"archive_reader.cc",
"archive_reader.h",
"archive_writer.cc",
"archive_writer.h",
"far.cc",
"far.h",
"file_operations.cc",
"file_operations.h",
"format.h",
"manifest.cc",
"manifest.h",
]
deps = [
"//garnet/public/lib/fxl",
]
}