blob: 83dd095b7f3127562adda0d0348255f3a48a6d13 [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",
]
# TODO(ZX-2863): This driver violates the allowed shlib deps policy.
deprecated_inhibit_driver_shlib_allowlist = true
}