| # 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", | |
| ] | |
| } |