blob: c98a33b3b27d7aec606adcbe6f03185cb80e588a [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("mock-i2c") {
sources = [
"mock-i2c.cpp",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zx",
]
}