blob: 12d898fe1c06c446f457c6a5425ad3b13f21e2af [file]
# 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.
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",
]
}