blob: 76365c507378f07a5df980b9632f81c1d1385dee [file] [log] [blame]
Lorenz Brund141d182023-10-02 15:07:01 +02001"""
2@generated
3cargo-raze generated Bazel file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8package(default_visibility = ["//visibility:public"])
9
10licenses([
11 "notice", # See individual crates for specific licenses
12])
13
14# Aliased targets
15alias(
16 name = "prost",
17 actual = "@rsefi__prost__0_12_1//:prost",
18 tags = [
19 "cargo-raze",
20 "manual",
21 ],
22)
23
24alias(
25 name = "prost_types",
26 actual = "@rsefi__prost_types__0_12_1//:prost_types",
27 tags = [
28 "cargo-raze",
29 "manual",
30 ],
31)
32
33alias(
34 name = "uefi",
35 actual = "@rsefi__uefi__0_24_0//:uefi",
36 tags = [
37 "cargo-raze",
38 "manual",
39 ],
40)
41
42alias(
43 name = "uefi_services",
44 actual = "@rsefi__uefi_services__0_21_0//:uefi_services",
45 tags = [
46 "cargo-raze",
47 "manual",
48 ],
49)
50
51# Export file for Stardoc support
52exports_files(
53 glob([
54 "**/*.bazel",
55 "**/*.bzl",
56 ]),
57 visibility = ["//visibility:public"],
58)
59
60filegroup(
61 name = "srcs",
62 srcs = glob([
63 "**/*.bazel",
64 "**/*.bzl",
65 ]),
66 visibility = ["//visibility:public"],
67)