| # 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 = [ |
| "$zx/kernel/dev/pdev/hw_watchdog", |
| "$zx/kernel/lib/cmdline", |
| "$zx/kernel/lib/console", |
| "$zx/kernel/lib/counters", |
| "$zx/kernel/lib/crashlog", |
| "$zx/kernel/lib/debuglog", |
| "$zx/kernel/lib/init", |
| "$zx/kernel/lib/root_resource_filter", |
| "$zx/system/ulib/ram-crashlog", |
| ] |
| } |