blob: 938c4c46fb1f966c2d5cdadb6204a2aac1e2f87b [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_executable("serial-test") {
sources = [
"serial-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-serial:llcpp",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}