blob: 8c68fc227ef326b7f79636c72488b19e3cf15592 [file] [log] [blame] [edit]
# 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.
import("common/x64-common.gni")
# BoardInformation for Product Assembly
board_information_for_assembly = "//boards/qemu-x64/board_information.json5"
board_configuration_label = "//boards/qemu-x64"
board_name = "qemu-x64"
board_package_labels += [ "//src/factory/factory_store_providers/config/qemu" ]
# Supports only virtual devices.
board_is_emu = true
board_is_phys = false
partitions_config_label = "//boards/partitions:qemu-x64"
bazel_product_bundle_board = "qemu-x64"