| # Copyright 2023 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/assembly/board_configuration.gni") |
| |
| board_configuration("x64") { |
| provided_features = [ |
| "fuchsia::driver_framework_v2_support", |
| "fuchsia::wlan_softmac", |
| "fuchsia::paravirtualization", |
| ] |
| |
| filesystems = { |
| vbmeta = { |
| key = "//third_party/android/platform/external/avb/test/data/testkey_atx_psk.pem" |
| key_metadata = "//third_party/android/platform/external/avb/test/data/atx_metadata.bin" |
| } |
| fvm = { |
| blobfs = { |
| size_checker_maximum_bytes = 5216665600 |
| } |
| sparse_output = { |
| } |
| fastboot_output = { |
| truncate_to_length = 17179869184 |
| } |
| } |
| gpt_all = true |
| } |
| } |