blob: 3ff5a241e029dd9af302e458498b6f55dc7a1674 [file] [log] [blame]
# 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 = [ "//garnet/public/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" ]
}