blob: dd43202639dff84a6ce7cfc7549e450f181c54ae [file] [log] [blame]
# Copyright 2020 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.
import("//build/board.gni")
import("//build/product.gni")
# The labels in this list are bootfs manifests (created with the template in
# //build/images/bootfs_manifest.gni) that describe files from the GN build that
# are to be included in the ZBI on every build.
default_bootfs_labels = [
"//src/devices/bin/driver_manager:driver_manager.manifest",
"//src/devices:devices.manifest",
"//src/power/shutdown-shim:shutdown-shim.manifest",
"//src/sys/bootstrap:root_manifests.manifest",
"//src/sys/component_manager:component_manager_bootfs.manifest",
"//build/info:build-info.bootfs_manifest",
]
bootfs_manifest_additions =
default_bootfs_labels + product_bootfs_labels + board_bootfs_labels