blob: 07716c4540272d783985ded63b97211fcf6332ab [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")
# DO NOT USE.
# This library is deprecated in favor of //sdk/lib/sys/component/cpp.
# TODO(http://fxbug.dev/103203): Remove this directory.
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",
]
}