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