blob: 1191c207beea1f7d2618d584ef7574896a01c566 [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/unification/zx_library.gni")
zx_library("fake-i2c") {
sdk = "source"
sdk_headers = [ "lib/fake-i2c/fake-i2c.h" ]
testonly = true
sources = []
}