blob: 81b431d898e56f9799fc3618da18fec4531055b2 [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("mock-i2c") {
sdk = "source"
sdk_headers = [ "lib/mock-i2c/mock-i2c.h" ]
sources = []
}