blob: 06b04feaad4fcbc3fdf10123a65e5f13fe9506c8 [file]
# Copyright 2022 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("llcpp") {
sources = [
"constants.h",
"handlers.h",
"outgoing_directory.cc",
"outgoing_directory.h",
]
public_deps = [
"//sdk/fidl/fuchsia.io:fuchsia.io_llcpp",
"//sdk/lib/fit",
"//sdk/lib/stdcompat",
"//sdk/lib/svc",
"//zircon/system/ulib/async",
"//zircon/system/ulib/fidl:fidl-llcpp",
"//zircon/system/ulib/zx",
]
}