blob: 0d47ff7dcc8ab7601a2ed8df5a20c16323237677 [file] [log] [blame] [edit]
# 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("cpp") {
category = "experimental"
sdk_name = "component_incoming_cpp"
include_base = "//sdk"
sources = [
"constants.h",
"service_client.cc",
"service_client.h",
]
public_deps = [
"//sdk/fidl/fuchsia.io:fuchsia.io_cpp_wire",
"//sdk/lib/fdio",
"//zircon/system/ulib/zx",
]
public_configs = [ "//sdk/config" ]
}