blob: 4939b767b2e6da0b216def02a87af2fca5e71953 [file] [log] [blame]
# 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.
import("//build/cpp/sdk_source_set.gni")
sdk_source_set("llcpp") {
category = "experimental"
sdk_name = "sys_component_llcpp"
include_base = "//sdk"
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/zx",
]
}