| # Copyright 2023 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 = "partner" |
| sdk_name = "driver_outgoing_cpp" |
| include_base = "//sdk" |
| stable = true |
| |
| sources = [ |
| "handlers.h", |
| "outgoing_directory.cc", |
| "outgoing_directory.h", |
| ] |
| |
| public_deps = [ |
| "//sdk/lib/component/outgoing/cpp", |
| "//sdk/lib/fidl_driver:fidl_driver_transport", |
| ] |
| |
| public_configs = [ "//sdk/config" ] |
| } |