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