blob: 655c3054c9effcf294aebdfbc1357f66048b8924 [file]
# Copyright 2026 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_fake_interconnect_cpp"
stable = false
include_base = "//sdk"
sources = [
"fake-interconnect.cc",
"fake-interconnect.h",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.interconnect:fuchsia.hardware.interconnect_cpp",
"//sdk/lib/driver/runtime:driver_runtime_cpp",
"//sdk/lib/fit",
]
}