blob: 453b8a4f96d3220e1032f658dbeb34a3c62d74b8 [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_executable("i2c") {
sources = [
"i2c.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-i2c:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}