blob: 2a51d7b322870359b01240d045e092086f92cc2b [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-boot:c",
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}