blob: 059af35fe6e3722a2ab0322fd23611974d6d2073 [file] [log] [blame] [edit]
# Copyright 2025 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_package")
package(default_visibility = ["//visibility:public"])
fuchsia_prebuilt_package(
name = "generic-suspend",
archive = "@gn_targets//src/devices/suspend/drivers/generic-suspend:package",
drivers = [
"meta/generic-suspend.cm",
],
)