blob: 08ca4c540b71e6008fe994ad913b961de99b3e57 [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",
"//zircon/system/ulib/zx",
]
public_deps =
[ "//sdk/fidl/fuchsia.hardware.acpi:fuchsia.hardware.acpi_llcpp" ]
include_dirs = [ "." ]
sources = [ "client.cc" ]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}