blob: c2d57e34a951583894ad9c3e511a2ae0c3c03b83 [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/zircon/zx_library.gni")
zx_library("mock-i2c") {
sdk = "source"
sdk_headers = [ "lib/mock-i2c/mock-i2c.h" ]
sources = []
public_deps = [ "//sdk/lib/fit" ]
}