blob: 4118052fa1a0a2527c8544e0795d6bbd8209e2c3 [file] [log] [blame]
# Copyright 2019 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.
library("device-protocol-pci") {
sdk = "source"
sdk_headers = [ "lib/pci/pci.h" ]
sources = []
public_deps = [
# <lib/device-protocol/pci.h> has #include <ddk/protocol/pci.h>
"$zx/system/banjo/ddk.protocol.pci",
# <lib/device-protocol/pci.h> has #include <zircon/syscalls.h>
"$zx/system/ulib/zx:headers",
]
}