blob: 36f4d207acbfb69cdc2abbe68c3c0325c83ce696 [file]
# Copyright 2024 Google LLC
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
package(default_visibility = ["//visibility:public"])
exports_files(glob(["autogen/**"]))
filegroup(
name = "all_files",
srcs = glob(["**"]) + [
"//hw/ip/dma:all_files",
"//hw/ip/i2s:all_files",
"//hw/ip/isp_wrapper/data:all_files",
"//hw/ip/ml_top/data:all_files",
"//hw/ip/rv_core_smc:all_files",
"//hw/ip/smc_ctrl:all_files",
"//hw/ip/tlul_mailbox:all_files",
],
)
filegroup(
name = "all_hjson_files",
srcs = glob(["**/data/**/*.hjson"]) + [
"//hw/ip/cam_ctrl/data:cam_ctrl.hjson",
"//hw/ip/dma/data:dma.hjson",
"//hw/ip/i2s/data:i2s.hjson",
"//hw/ip/isp_wrapper/data:isp_wrapper.hjson",
"//hw/ip/ml_top/data:ml_top.hjson",
"//hw/ip/rv_core_smc/data:rv_core_smc.hjson",
"//hw/ip/smc_ctrl/data:smc_ctrl.hjson",
"//hw/ip/tlul_mailbox/data:tlul_mailbox.hjson",
],
)