blob: 2ed820cda6d51e9025f26752ff327a8b0ffe315f [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("bootfs") {
sdk = "source"
sdk_headers = [ "lib/bootfs/parser.h" ]
sources = [ "parser.cc" ]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}