blob: d9b9b2b11d8193d5793120c5cf7c051b21beb8c8 [file] [log] [blame]
# Copyright 2021 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.
source_set("compat") {
sources = [
"compat.cc",
"compat.h",
"service.h",
"symbols.h",
]
public_deps = [
"//src/devices/lib/driver2:devfs_exporter",
"//src/devices/lib/driver2:llcpp",
"//src/devices/misc/drivers/compat/fidl:fuchsia.driver.compat_llcpp",
"//zircon/system/ulib/service:service-llcpp",
]
}