blob: 71635a1359160c67158f90ce54d6ce3cdaf043d2 [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",
"halt_helper.cc",
"hw_reboot_reason.cc",
"power.cc",
]
deps = [
"//zircon/kernel/dev/pdev/hw_watchdog",
"//zircon/kernel/lib/cmdline",
"//zircon/kernel/lib/console",
"//zircon/kernel/lib/counters",
"//zircon/kernel/lib/crashlog",
"//zircon/kernel/lib/debuglog",
"//zircon/kernel/lib/init",
"//zircon/kernel/lib/root_resource_filter",
"//zircon/system/ulib/ram-crashlog",
]
}