blob: 3d48b8fa699064102b9e7ac1a586b84128b53eb6 [file] [log] [blame]
# Copyright 2024 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.
cc_library(
name = "fake-pdev",
srcs = ["fake-pdev.cc"],
hdrs = ["fake-pdev.h"],
visibility = ["//visibility:public"],
deps = [
"//src/devices/testing/fake-bti",
"//src/devices/testing/fake-resource",
"@fuchsia_sdk//fidl/fuchsia.hardware.platform.device:fuchsia.hardware.platform.device_cpp",
"@fuchsia_sdk//pkg/async-default",
"@fuchsia_sdk//pkg/mmio",
],
)