blob: f9ac0c156c25c8bed7883774dc813313415b37a6 [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",
"//src/devices/bus/lib/device-protocol-pdev",
"//src/devices/lib/mmio",
"//zircon/system/ulib/async-default",
"//zircon/system/ulib/fbl",
]
deps = [
"//src/devices/testing/fake-bti",
"//src/devices/testing/fake-resource",
]
}