1// SPIRV-Tools requires the following filegroups:
2//
3// deqp_spirv_headers_unified1_extinst.debuginfo.grammar.json
4// deqp_spirv_headers_unified1_extinst.glsl.std.450.grammar.json
5// deqp_spirv_headers_unified1_extinst.nonsemantic.clspvreflection.grammar.json
6// deqp_spirv_headers_unified1_extinst.nonsemantic.shader.debuginfo.100.grammar.json
7// deqp_spirv_headers_unified1_extinst.opencl.debuginfo.100.grammar.json
8// deqp_spirv_headers_unified1_extinst.opencl.std.100.grammar.json
9// deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json
10// deqp_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json
11// deqp_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json
12// deqp_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json
13// deqp_spirv_headers_unified1_spirv.core.grammar.json
14//
15// deqp_spirv_headers_spir-v.xml
16
17package {
18    default_applicable_licenses: ["external_deqp-deps_SPIRV-Headers_license"],
19}
20
21// Added automatically by a large-scale-change that took the approach of
22// 'apply every license found to every target'. While this makes sure we respect
23// every license restriction, it may not be entirely correct.
24//
25// e.g. GPL in an MIT project might only apply to the contrib/ directory.
26//
27// Please consider splitting the single license below into multiple licenses,
28// taking care not to lose any license_kind information, and overriding the
29// default license using the 'licenses: [...]' property on targets as needed.
30//
31// For unused files, consider creating a 'fileGroup' with "//visibility:private"
32// to attach the license to, and including a comment whether the files may be
33// used in the current project.
34// See: http://go/android-license-faq
35license {
36    name: "external_deqp-deps_SPIRV-Headers_license",
37    visibility: [":__subpackages__"],
38    license_kinds: [
39        "SPDX-license-identifier-BSD",
40        "SPDX-license-identifier-MIT",
41        "legacy_unencumbered",
42    ],
43    license_text: [
44        "LICENSE",
45    ],
46}
47
48filegroup {
49    name: "deqp_spirv_headers_unified1_extinst.debuginfo.grammar.json",
50    srcs: ["include/spirv/unified1/extinst.debuginfo.grammar.json"],
51}
52
53filegroup {
54    name: "deqp_spirv_headers_unified1_extinst.glsl.std.450.grammar.json",
55    srcs: ["include/spirv/unified1/extinst.glsl.std.450.grammar.json"],
56}
57
58filegroup {
59    name: "deqp_spirv_headers_unified1_extinst.nonsemantic.clspvreflection.grammar.json",
60    srcs: ["include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json"],
61}
62
63filegroup {
64    name: "deqp_spirv_headers_unified1_extinst.nonsemantic.shader.debuginfo.100.grammar.json",
65    srcs: ["include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json"],
66}
67
68filegroup {
69    name: "deqp_spirv_headers_unified1_extinst.opencl.debuginfo.100.grammar.json",
70    srcs: ["include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json"],
71}
72
73filegroup {
74    name: "deqp_spirv_headers_unified1_extinst.opencl.std.100.grammar.json",
75    srcs: ["include/spirv/unified1/extinst.opencl.std.100.grammar.json"],
76}
77
78filegroup {
79    name: "deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json",
80    srcs: ["include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json"],
81}
82
83filegroup {
84    name: "deqp_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json",
85    srcs: ["include/spirv/unified1/extinst.spv-amd-shader-ballot.grammar.json"],
86}
87
88filegroup {
89    name: "deqp_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json",
90    srcs: ["include/spirv/unified1/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json"],
91}
92
93filegroup {
94    name: "deqp_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json",
95    srcs: ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
96}
97
98filegroup {
99    name: "deqp_spirv_headers_unified1_spirv.core.grammar.json",
100    srcs: ["include/spirv/unified1/spirv.core.grammar.json"],
101}
102
103filegroup {
104    name: "deqp_spirv_headers_spir-v.xml",
105    srcs: ["include/spirv/spir-v.xml"],
106}
107