blob: 519f3e93e6d5caf41b9e28334dd4b9e25cfcec36 [file] [log] [blame] [edit]
# 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("mock-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 = [ "mock-acpi.cc" ]
}