blob: 27d1480e37bc1f52788120ee7329c8b6582bbbbf [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.
zx_driver("ssd1306") {
sources = [
"ssd1306.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.dotmatrixdisplay",
"$zx/system/banjo/ddk.protocol.i2c",
"$zx/system/dev/lib/device-protocol-i2c",
"$zx/system/dev/lib/device-protocol-i2c-channel",
"$zx/system/fidl/fuchsia-hardware-dotmatrixdisplay:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
]
}