blob: d66f29f58d3aaed4640a595ab2df0cf20a38c79c [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.cc",
"pty-driver.cc",
"pty-fifo.cc",
]
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",
]
}