blob: ec87dc60cbef4502659eecfc8354e68c01b46e33 [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.
driver("sysinfo") {
sources = [
"sysinfo.c",
]
deps = [
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}