blob: 3477eea1040917ae2930c96107bda85a3dc6a6e2 [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.
driver("pty") {
sources = [
"pty-core.cpp",
"pty-driver.cpp",
"pty-fifo.cpp",
]
deps = [
"$zx/kernel/lib/fbl",
"$zx/system/fidl/fuchsia-device:c",
"$zx/system/fidl/fuchsia-hardware-pty:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fidl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}