| # 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("acpi") { | |
| deps = [ | |
| "//src/devices/lib/driver", | |
| "//src/lib/ddk", | |
| "//src/lib/ddktl", | |
| "//zircon/system/ulib/zx", | |
| ] | |
| public_deps = | |
| [ "//sdk/fidl/fuchsia.hardware.acpi:fuchsia.hardware.acpi_cpp_wire" ] | |
| include_dirs = [ "." ] | |
| sources = [ "client.cc" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ "test:tests" ] | |
| } |