blob: 59ae8c36d6093189887a0d6d70d8baf14c9791be [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",
]
}