1e5c31af7Sopenharmony_ciuse_relative_paths = True
2e5c31af7Sopenharmony_ci
3e5c31af7Sopenharmony_civars = {
4e5c31af7Sopenharmony_ci  'cpplint_git':  'https://github.com/cpplint',
5e5c31af7Sopenharmony_ci  'google_git':  'https://github.com/google',
6e5c31af7Sopenharmony_ci  'khronos_git': 'https://github.com/KhronosGroup',
7e5c31af7Sopenharmony_ci  'llvm_git': 'https://github.com/llvm',
8e5c31af7Sopenharmony_ci  'lvandeve_git':  'https://github.com/lvandeve',
9e5c31af7Sopenharmony_ci  'microsoft_git': 'https://github.com/Microsoft',
10e5c31af7Sopenharmony_ci  'nlohmann_git': 'https://github.com/nlohmann',
11e5c31af7Sopenharmony_ci  'swiftshader_git': 'https://swiftshader.googlesource.com',
12e5c31af7Sopenharmony_ci  'martinus_git': 'https://github.com/martinus',
13e5c31af7Sopenharmony_ci
14e5c31af7Sopenharmony_ci  'clspv_llvm_revision': 'b70366c9c430e1eadd59d5a1dfbb9c4d84f83de5',
15e5c31af7Sopenharmony_ci  'clspv_revision': 'f99809bdab1710846633b4ec24f5448263e75da7',
16e5c31af7Sopenharmony_ci  'cpplint_revision': 'fa12a0bbdafa15291276ddd2a2dcd2ac7a2ce4cb',
17e5c31af7Sopenharmony_ci  'dxc_revision': 'c45db48d565a9edc14b025e43b90e62264d06eea',
18e5c31af7Sopenharmony_ci  'glslang_revision': '81cc10a498b25a90147cccd6e8939493c1e9e20e',
19e5c31af7Sopenharmony_ci  'googletest_revision': '16f637fbf4ffc3f7a01fa4eceb7906634565242f',
20e5c31af7Sopenharmony_ci  'json_revision': '4f8fba14066156b73f1189a2b8bd568bde5284c5',
21e5c31af7Sopenharmony_ci  'lodepng_revision': '5601b8272a6850b7c5d693dd0c0e16da50be8d8d',
22e5c31af7Sopenharmony_ci  'shaderc_revision': 'e72186b66bb90ed06aaf15cbdc9a053581a0616b',
23e5c31af7Sopenharmony_ci  'spirv_headers_revision': 'd13b52222c39a7e9a401b44646f0ca3a640fbd47',
24e5c31af7Sopenharmony_ci  'spirv_tools_revision': 'd87f61605b3647fbceae9aaa922fce0031afdc63',
25e5c31af7Sopenharmony_ci  'swiftshader_revision': 'bca23447ad4667a7b79973569ab5d8d905d211ac',
26e5c31af7Sopenharmony_ci  'vulkan_headers_revision': '1dace16d8044758d32736eb59802d171970e9448',
27e5c31af7Sopenharmony_ci  'vulkan_loader_revision': '8aad559a09388ceb5b968af64a2b965d3886e5a0',
28e5c31af7Sopenharmony_ci  'vulkan_validationlayers_revision': 'a6c1ddca49331d8addde052554487180ee8aec13',
29e5c31af7Sopenharmony_ci  'robin_hood_hashing_revision': '24b3f50f9532153edc23b29ae277dcccfd75a462',
30e5c31af7Sopenharmony_ci}
31e5c31af7Sopenharmony_ci
32e5c31af7Sopenharmony_cideps = {
33e5c31af7Sopenharmony_ci  'third_party/clspv': Var('google_git') + '/clspv.git@' +
34e5c31af7Sopenharmony_ci      Var('clspv_revision'),
35e5c31af7Sopenharmony_ci
36e5c31af7Sopenharmony_ci  'third_party/clspv-llvm': Var('llvm_git') + '/llvm-project.git@' +
37e5c31af7Sopenharmony_ci      Var('clspv_llvm_revision'),
38e5c31af7Sopenharmony_ci
39e5c31af7Sopenharmony_ci  'third_party/cpplint': Var('cpplint_git') + '/cpplint.git@' +
40e5c31af7Sopenharmony_ci      Var('cpplint_revision'),
41e5c31af7Sopenharmony_ci
42e5c31af7Sopenharmony_ci  'third_party/dxc': Var('microsoft_git') + '/DirectXShaderCompiler.git@' +
43e5c31af7Sopenharmony_ci      Var('dxc_revision'),
44e5c31af7Sopenharmony_ci
45e5c31af7Sopenharmony_ci  'third_party/googletest': Var('google_git') + '/googletest.git@' +
46e5c31af7Sopenharmony_ci      Var('googletest_revision'),
47e5c31af7Sopenharmony_ci
48e5c31af7Sopenharmony_ci  'third_party/json': Var('nlohmann_git') + '/json.git@' +
49e5c31af7Sopenharmony_ci      Var('json_revision'),
50e5c31af7Sopenharmony_ci
51e5c31af7Sopenharmony_ci  'third_party/glslang': Var('khronos_git') + '/glslang.git@' +
52e5c31af7Sopenharmony_ci      Var('glslang_revision'),
53e5c31af7Sopenharmony_ci
54e5c31af7Sopenharmony_ci  'third_party/lodepng': Var('lvandeve_git') + '/lodepng.git@' +
55e5c31af7Sopenharmony_ci      Var('lodepng_revision'),
56e5c31af7Sopenharmony_ci
57e5c31af7Sopenharmony_ci  'third_party/shaderc': Var('google_git') + '/shaderc.git@' +
58e5c31af7Sopenharmony_ci      Var('shaderc_revision'),
59e5c31af7Sopenharmony_ci
60e5c31af7Sopenharmony_ci  'third_party/spirv-headers': Var('khronos_git') + '/SPIRV-Headers.git@' +
61e5c31af7Sopenharmony_ci      Var('spirv_headers_revision'),
62e5c31af7Sopenharmony_ci
63e5c31af7Sopenharmony_ci  'third_party/spirv-tools': Var('khronos_git') + '/SPIRV-Tools.git@' +
64e5c31af7Sopenharmony_ci      Var('spirv_tools_revision'),
65e5c31af7Sopenharmony_ci
66e5c31af7Sopenharmony_ci  'third_party/swiftshader': Var('swiftshader_git') + '/SwiftShader.git@' +
67e5c31af7Sopenharmony_ci      Var('swiftshader_revision'),
68e5c31af7Sopenharmony_ci
69e5c31af7Sopenharmony_ci  'third_party/vulkan-headers': Var('khronos_git') + '/Vulkan-Headers.git@' +
70e5c31af7Sopenharmony_ci      Var('vulkan_headers_revision'),
71e5c31af7Sopenharmony_ci
72e5c31af7Sopenharmony_ci  'third_party/vulkan-validationlayers': Var('khronos_git') + '/Vulkan-ValidationLayers.git@' +
73e5c31af7Sopenharmony_ci      Var('vulkan_validationlayers_revision'),
74e5c31af7Sopenharmony_ci
75e5c31af7Sopenharmony_ci  'third_party/vulkan-loader': Var('khronos_git') + '/Vulkan-Loader.git@' +
76e5c31af7Sopenharmony_ci      Var('vulkan_loader_revision'),
77e5c31af7Sopenharmony_ci
78e5c31af7Sopenharmony_ci  'third_party/robin-hood-hashing': Var('martinus_git') + '/robin-hood-hashing.git@' +
79e5c31af7Sopenharmony_ci      Var('robin_hood_hashing_revision'),
80e5c31af7Sopenharmony_ci}
81