blob: 34581edacf6de574926d38a4352ce93dd98f5b29 [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.
library("device-protocol-i2c-channel") {
sdk = "source"
sdk_headers = [ "lib/device-protocol/i2c-channel.h" ]
sources = []
public_deps = [
# <lib/device-protocol-i2c-channel/i2c-channel.h> has #include <ddktl/protocol/i2c.h>
"$zx/system/banjo/ddk.protocol.i2c",
# <lib/device-protocol-i2c-channel/i2c-channel.h> include <lib/device-protocol/i2c.h>
"$zx/system/dev/lib/device-protocol-i2c",
# <lib/device-protocol-i2c-channel/i2c-channel.h> has #include <zircon/types.h>
"$zx/system/ulib/zx",
]
}