blob: dd1031c3da8f09644543acc1e0d74af256f4c2cd [file] [log] [blame]
# Copyright 2022 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_package_repository",
)
fuchsia_package_repository(
name = "samples_repository",
testonly = True,
repo_name = "fuchsiasamples.com",
deps = [
"//src/example_driver:pkg",
"//src/qemu_edu:pkg",
"//src/qemu_edu:eductl_pkg",
],
)