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