blob: 705ee97a731f9032467743563b6200d644f22eb3 [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("simplehid") {
sources = []
public_deps = [
# <lib/simplehid/simplehid.h> has #include <ddktl/protocol/hidbus.h>.
"$zx/system/banjo/ddk.protocol.hidbus",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/driver",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fit",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}