xref: /aosp_15_r20/external/angle/third_party/glslang/src/standalone.gclient (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1*8975f5c5SAndroid Build Coastguard Worker# Copyright (C) 2020 The Khronos Group Inc.
2*8975f5c5SAndroid Build Coastguard Worker#
3*8975f5c5SAndroid Build Coastguard Worker# All rights reserved.
4*8975f5c5SAndroid Build Coastguard Worker#
5*8975f5c5SAndroid Build Coastguard Worker# Redistribution and use in source and binary forms, with or without
6*8975f5c5SAndroid Build Coastguard Worker# modification, are permitted provided that the following conditions
7*8975f5c5SAndroid Build Coastguard Worker# are met:
8*8975f5c5SAndroid Build Coastguard Worker#
9*8975f5c5SAndroid Build Coastguard Worker#    Redistributions of source code must retain the above copyright
10*8975f5c5SAndroid Build Coastguard Worker#    notice, this list of conditions and the following disclaimer.
11*8975f5c5SAndroid Build Coastguard Worker#
12*8975f5c5SAndroid Build Coastguard Worker#    Redistributions in binary form must reproduce the above
13*8975f5c5SAndroid Build Coastguard Worker#    copyright notice, this list of conditions and the following
14*8975f5c5SAndroid Build Coastguard Worker#    disclaimer in the documentation and/or other materials provided
15*8975f5c5SAndroid Build Coastguard Worker#    with the distribution.
16*8975f5c5SAndroid Build Coastguard Worker#
17*8975f5c5SAndroid Build Coastguard Worker#    Neither the name of The Khronos Group Inc. nor the names of its
18*8975f5c5SAndroid Build Coastguard Worker#    contributors may be used to endorse or promote products derived
19*8975f5c5SAndroid Build Coastguard Worker#    from this software without specific prior written permission.
20*8975f5c5SAndroid Build Coastguard Worker#
21*8975f5c5SAndroid Build Coastguard Worker# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22*8975f5c5SAndroid Build Coastguard Worker# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23*8975f5c5SAndroid Build Coastguard Worker# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24*8975f5c5SAndroid Build Coastguard Worker# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25*8975f5c5SAndroid Build Coastguard Worker# COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26*8975f5c5SAndroid Build Coastguard Worker# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27*8975f5c5SAndroid Build Coastguard Worker# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28*8975f5c5SAndroid Build Coastguard Worker# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29*8975f5c5SAndroid Build Coastguard Worker# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30*8975f5c5SAndroid Build Coastguard Worker# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31*8975f5c5SAndroid Build Coastguard Worker# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32*8975f5c5SAndroid Build Coastguard Worker# POSSIBILITY OF SUCH DAMAGE.
33*8975f5c5SAndroid Build Coastguard Worker
34*8975f5c5SAndroid Build Coastguard Workersolutions = [
35*8975f5c5SAndroid Build Coastguard Worker  { "name"        : ".",
36*8975f5c5SAndroid Build Coastguard Worker    "url"         : "https://github.com/KhronosGroup/glslang",
37*8975f5c5SAndroid Build Coastguard Worker    "deps_file"   : "DEPS",
38*8975f5c5SAndroid Build Coastguard Worker    "managed"     : False,
39*8975f5c5SAndroid Build Coastguard Worker    "custom_deps" : {
40*8975f5c5SAndroid Build Coastguard Worker    },
41*8975f5c5SAndroid Build Coastguard Worker  },
42*8975f5c5SAndroid Build Coastguard Worker]
43