blob: 1d03c4d5cc2fab5b8494fd043441a3fe658e57c8 [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("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" ]
include_dirs = [ "." ]
sources = [ "client.cc" ]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}