blob: 7b39bda1d89f791895cea477bb84eebdb5dda389 [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.
import("//build/banjo/banjo.gni")
banjo("fuchsia.hardware.i2c") {
translate_to_fidl = true
sources = [ "i2c.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}