| # Copyright 2024 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. | 
 |  | 
 | load( | 
 |     "@rules_fuchsia//fuchsia:assembly.bzl", | 
 |     "fuchsia_prebuilt_partitions_configuration", | 
 | ) | 
 |  | 
 | package(default_visibility = ["//visibility:public"]) | 
 |  | 
 | fuchsia_prebuilt_partitions_configuration( | 
 |     name = "vim3_partitions", | 
 |     files = "@vim3_partitions//:all_files", | 
 | ) | 
 |  | 
 | # TODO(b/345227964): Make partions_config optional since emulator doesn't need it | 
 |  | 
 | fuchsia_prebuilt_partitions_configuration( | 
 |     name = "x64_partitions", | 
 |     files = "@x64_partitions//:all_files", | 
 | ) |