blob: 8aeefc82b5d75178009d0c95a9b65024ed8fd9ad [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.
library("usb-peripheral-utils") {
shared = true
sources = [
"event-watcher.cc",
]
public_deps = [
"$zx/system/fidl/fuchsia-hardware-usb-peripheral:llcpp",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/fidl-async:fidl-async-cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zx",
]
}