blob: 9c5efec3053fbf4d3d9ed51a57e809c63e4f86bb [file] [log] [blame] [edit]
# Copyright 2016 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.
source_set("tasks") {
visibility = [ "//src/lib/fsl/*" ]
sources = [
"fd_waiter.cc",
"fd_waiter.h",
]
libs = [ "zircon" ]
public_deps = [
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-default",
"//zircon/public/lib/fdio",
]
public_configs = [ "//garnet/public:config" ]
}