blob: 594dce5b841317bd0d13a49481eb472387fea8c4 [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("as370-usb-phy") {
sources = [
"as370-usb-phy.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/dev/lib/as370",
"$zx/system/dev/lib/device-protocol-pdev",
"$zx/system/dev/lib/mmio",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hwreg",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}