blob: c2dc21c2e5e416dba6f1fccb818d3acd78ae7880 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("platform") {
sources = [
"crashlog.cc",
"debug.cc",
"halt_helper.cc",
"hw_reboot_reason.cc",
"init.cc",
"power.cc",
]
deps = [
"$zx/kernel/dev/pdev/hw_watchdog",
"$zx/kernel/lib/cmdline",
"$zx/kernel/lib/console",
"$zx/kernel/lib/crashlog",
"$zx/kernel/lib/debuglog",
"$zx/system/ulib/ram-crashlog",
]
}