blob: 8007877de52e4cec7758afee4e8ac49b3c78b2f9 [file] [log] [blame]
# Copyright 2018 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/go/go_library.gni")
import("//build/go/toolchain.gni")
go_library("fidlext_fuchsia_hardware_ethernet_fake_lib") {
name = "fidlext/fuchsia/hardware/ethernet"
deps = [ "//sdk/fidl/fuchsia.hardware.ethernet($go_toolchain)" ]
sources = [ "ethernet_fake.go" ]
}