blob: 07baf686831dc74c70a85da05cca0de92fb318ca [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.
library("bootfs") {
sources = [
"parser.cpp",
]
deps = [
"$zx/public/gn/config:visibility_hidden",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}
test("bootfs-test") {
sources = [
"parser-test.cpp",
]
deps = [
"$zx/system/ulib/bootfs",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}