| # 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("top") { | |
| sources = [ | |
| "debug.cc", | |
| "init.cc", | |
| "main.cc", | |
| ] | |
| deps = [ | |
| "$zx/kernel/arch/$zircon_cpu", | |
| "$zx/kernel/dev/hw_rng", | |
| "$zx/kernel/kernel", | |
| "$zx/kernel/lib/counters", | |
| "$zx/kernel/lib/debuglog", | |
| "$zx/kernel/lib/userabi", | |
| "$zx/kernel/lib/version", | |
| "$zx/kernel/platform", | |
| "$zx/kernel/target", | |
| ] | |
| } |