blob: b5c70f2634500b2cd2d39c20d8fb136893b5a665 [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")
zx_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",
]
}