blob: 80fa46f5cbff4cbfdcc8b3a4ffd00ca40369f390 [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("ethernet") {
name = "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/fidlext/fuchsia/hardware/ethernet"
deps = [ "//sdk/fidl/fuchsia.hardware.ethernet($go_toolchain)" ]
sources = [ "ethernet_fake.go" ]
}