blob: a7bbf12dd446703f1b44807cf92bd7d015a16480 [file] [log] [blame] [edit]
# 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_incoming_cpp"
include_base = "//sdk"
stable = true
sources = [
"namespace.cc",
"namespace.h",
"service_validator.cc",
"service_validator.h",
]
public_deps = [
"//sdk/fidl/fuchsia.component.runner:fuchsia.component.runner_cpp",
"//sdk/fidl/fuchsia.driver.framework:fuchsia.driver.framework_cpp",
"//sdk/lib/component/incoming/cpp",
"//sdk/lib/fidl_driver:fidl_driver_transport",
]
public_configs = [ "//sdk/config" ]
}