blob: e889f19d5ae8aa0d2b9ed5cccb208cf26ec778e6 [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.
driver("usb-cdc-function") {
sources = [
"cdc-eth-function.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-ethernet",
"$zx/system/banjo/ddk-protocol-usb",
"$zx/system/banjo/ddk-protocol-usb-function",
"$zx/system/banjo/ddk-protocol-usb-request",
"$zx/system/dev/lib/usb",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/inet6",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}