blob: 8c862b073cf611d9eaf6afa4b8b254bc30adfd06 [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-platform-device") {
sdk = "source"
sdk_headers = [ "lib/device-protocol/platform-device.h" ]
sources = []
public_deps = [
# <lib/device-protocol-platform-device/platform-device.h> has #include <ddk/protocol/platform/device.h>
"$zx/system/banjo/ddk.protocol.platform.device",
# <lib/device-protocol-platform-device/platform-device.h> has #include <zircon/types.h>
"$zx/system/ulib/zx:headers",
]
}