blob: a4885e9cf56e5829c65809e182ea35d93acbfa27 [file]
# 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:defs.bzl",
"fuchsia_prebuilt_package",
)
package(default_visibility = ["//visibility:public"])
fuchsia_prebuilt_package(
name = "platform-bus-driver",
archive = "@gn_targets//src/devices/bus/drivers/platform:platform-bus",
)
fuchsia_prebuilt_package(
name = "driver_test_realm",
archive = "@gn_targets//sdk/lib/driver_test_realm:driver_test_realm",
)