# 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. | |
group("core") { | |
# bootsvc is the first real user process, and it launches everything else. | |
# So it's the only "core" direct dependency and it has data_deps for the | |
# other binaries it launches. | |
deps = [ | |
"bootsvc", | |
] | |
} |