blob: 735640946a8f886534c3b90e848d2ae03689bb29 [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.
assert(current_cpu == "x64")
driver("pc-ps2") {
sources = [
"i8042.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-hidbus",
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/hid",
"$zx/system/ulib/zircon",
]
}