blob: b3a5523ae7e153ec9b016fb6d26b6edb674b5ff2 [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("fake-pdev") {
testonly = true
sources = [ "fake-pdev.cc" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.platform.device:fuchsia.hardware.platform.device_cpp",
"//sdk/fidl/fuchsia.hardware.power:fuchsia.hardware.power_cpp",
"//src/devices/bus/lib/device-protocol-pdev",
"//src/devices/lib/mmio",
"//zircon/system/ulib/async-default",
]
deps = [
"//src/devices/testing/fake-bti",
"//src/devices/testing/fake-resource",
]
}