blob: c89b3266dcc904ba031b8398738e07875c3bdb44 [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("fake-i2c") {
sdk = "source"
sdk_headers = [ "lib/fake-i2c/fake-i2c.h" ]
testonly = true
sources = []
public_deps = [ "//zircon/system/ulib/async-default:async-default" ]
}