1f6603c60Sopenharmony_ci# Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
2f6603c60Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3f6603c60Sopenharmony_ci# you may not use this file except in compliance with the License.
4f6603c60Sopenharmony_ci# You may obtain a copy of the License at
5f6603c60Sopenharmony_ci#
6f6603c60Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7f6603c60Sopenharmony_ci#
8f6603c60Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9f6603c60Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10f6603c60Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11f6603c60Sopenharmony_ci# See the License for the specific language governing permissions and
12f6603c60Sopenharmony_ci# limitations under the License.
13f6603c60Sopenharmony_ci
14f6603c60Sopenharmony_ciimport("//test/xts/tools/build/suite.gni")
15f6603c60Sopenharmony_ci
16f6603c60Sopenharmony_cicommon_include = [
17f6603c60Sopenharmony_ci  ".",
18f6603c60Sopenharmony_ci  "//test/xts/acts/graphic/vkgl/src",
19f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include",
20f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src",
21f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/modules/render_service_base/src",
22f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/modules/render_service_base/include",
23f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/modules/render_service_client",
24f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/interfaces/innerkits/vsync_module",
25f6603c60Sopenharmony_ci  "//foundation/graphic/graphic_2d/rosen/include/common",
26f6603c60Sopenharmony_ci  "//foundation/window/window_manager/interfaces/innerkits/wm",
27f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts",
28f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase",
29f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp",
30f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/depool",
31f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread",
32f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil",
33f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/destream",
34f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common",
35f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper",
36f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml",
37f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl",
38f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper",
39f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl",
40f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper",
41f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference",
42f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos",
43f6603c60Sopenharmony_ci  "//third_party/libpng",
44f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules",
45f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/common",
46f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/gl",
47f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/gles2",
48f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/gles3",
49f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/gles31",
50f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/gles32",
51f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/glesext",
52f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules/runner",
53f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan",
54f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan",
55f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/referencerenderer",
56f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared",
57f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context",
58f6603c60Sopenharmony_ci]
59f6603c60Sopenharmony_ci
60f6603c60Sopenharmony_cicommon_depends_gles2 = [
61f6603c60Sopenharmony_ci  "//third_party/zlib:libz",
62f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil",
63f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp",
64f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase",
65f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil",
66f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper",
67f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread",
68f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml",
69f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil",
70f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper",
71f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
72f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper",
73f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr",
74f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/egl:libdeqp-egl",
75f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/gles2:libdeqp-gles2",
76f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/gles3:libdeqp-gles3",
77f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared",
78f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts",
79f6603c60Sopenharmony_ci
80f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context",
81f6603c60Sopenharmony_ci]
82f6603c60Sopenharmony_ci
83f6603c60Sopenharmony_cicommon_depends_gles3 = [
84f6603c60Sopenharmony_ci  "//third_party/zlib:libz",
85f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil",
86f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp",
87f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase",
88f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil",
89f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper",
90f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread",
91f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml",
92f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil",
93f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper",
94f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
95f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper",
96f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr",
97f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/egl:libdeqp-egl",
98f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/gles3:libdeqp-gles3",
99f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared",
100f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts",
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context",
103f6603c60Sopenharmony_ci]
104f6603c60Sopenharmony_ci
105f6603c60Sopenharmony_cicommon_depends_gles31 = [
106f6603c60Sopenharmony_ci  "//third_party/zlib:libz",
107f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil",
108f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp",
109f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase",
110f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil",
111f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper",
112f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread",
113f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml",
114f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil",
115f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper",
116f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
117f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper",
118f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr",
119f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/egl:libdeqp-egl",
120f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/gles31:libdeqp-gles31",
121f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared",
122f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts",
123f6603c60Sopenharmony_ci
124f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context",
125f6603c60Sopenharmony_ci]
126f6603c60Sopenharmony_ci
127f6603c60Sopenharmony_cicommon_depends_glesext = [
128f6603c60Sopenharmony_ci  "//third_party/zlib:libz",
129f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil",
130f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp",
131f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase",
132f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil",
133f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper",
134f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread",
135f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml",
136f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil",
137f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper",
138f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
139f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper",
140f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr",
141f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/egl:libdeqp-egl",
142f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared",
143f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts",
144f6603c60Sopenharmony_ci
145f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context",
146f6603c60Sopenharmony_ci]
147f6603c60Sopenharmony_ci
148f6603c60Sopenharmony_cicommon_depends_egl = [
149f6603c60Sopenharmony_ci  "//third_party/zlib:libz",
150f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil",
151f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp",
152f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase",
153f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil",
154f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper",
155f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread",
156f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml",
157f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil",
158f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper",
159f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
160f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper",
161f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr",
162f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/egl:libdeqp-egl",
163f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared",
164f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts",
165f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context",
166f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/referencerenderer:libdeqp_referencerenderer",
167f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/delibs/depool:libdeqp_depool",
168f6603c60Sopenharmony_ci
169f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan:libdeqp_vk_package",
170f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform:libdeqp_ohos_platform",
171f6603c60Sopenharmony_ci
172f6603c60Sopenharmony_ci  "//third_party/glslang/OGLCompilersDLL:libdeqp_OGLCompiler",
173f6603c60Sopenharmony_ci  "//third_party/glslang/SPIRV:libdeqp_spirv",
174f6603c60Sopenharmony_ci  "//third_party/glslang/SPIRV:libdeqp_spvremapper",
175f6603c60Sopenharmony_ci  "//third_party/glslang/glslang:libdeqp_GenericCodeGen",
176f6603c60Sopenharmony_ci  "//third_party/glslang/glslang:libdeqp_MachineIndependent",
177f6603c60Sopenharmony_ci  "//third_party/glslang/glslang:libdeqp_OSDependent",
178f6603c60Sopenharmony_ci  "//third_party/glslang/glslang:libdeqp_glslang",
179f6603c60Sopenharmony_ci  "//third_party/libpng:libpng",
180f6603c60Sopenharmony_ci  "//third_party/spirv-tools:libdeqp_spirvtools",
181f6603c60Sopenharmony_ci  "//third_party/spirv-tools/source/opt:libdeqp_spirvtools-opt",
182f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/amber/src/src:libdeqp_amber",
183f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/amber/src/src/vulkan:libdeqp_amberenginevulkan",
184f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan:libdeqp_vkutil",
185f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan:libdeqp_vkutilnoshader",
186f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber:libdeqp_vk_amber",
187f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api:libdeqp_vk_api",
188f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model:libdeqp_vk_binding_model",
189f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping:libdeqp_vk_clipping",
190f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute:libdeqp_vk_compute",
191f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering:libdeqp_vk_conditional_rendering",
192f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing:libdeqp_vk_descriptor_indexing",
193f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group:libdeqp_vk_device_group",
194f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw:libdeqp_vk_draw",
195f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state:libdeqp_vk_dynamic_state",
196f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops:libdeqp_vk_fragment_ops",
197f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock:libdeqp_vk_fragment_shader_interlock",
198f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate:libdeqp_vk_fragment_shading_rate",
199f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry:libdeqp_vk_geometry",
200f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image:libdeqp_vk_image",
201f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer:libdeqp_vk_imageless_framebuffer",
202f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory:libdeqp_vk_memory",
203f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model:libdeqp_vk_memory_model",
204f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader:libdeqp_vk_mesh_shader",
205f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers:libdeqp_vk_modifiers",
206f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview:libdeqp_vk_multiview",
207f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline:libdeqp_vk_pipeline",
208f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem:libdeqp_vk_postmortem",
209f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory:libdeqp_vk_protected_memory",
210f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool:libdeqp_vk_query_pool",
211f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization:libdeqp_vk_rasterization",
212f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query:libdeqp_vk_ray_query",
213f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing:libdeqp_vk_ray_tracing",
214f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence:libdeqp_vk_reconvergence",
215f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass:libdeqp_vk_renderpass",
216f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness:libdeqp_vk_robustness",
217f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor:libdeqp_vk_shaderexecutor",
218f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender:libdeqp_vk_shaderrender",
219f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources:libdeqp_vk_sparse_resources",
220f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly:libdeqp_vk_spirv_assembly",
221f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo:libdeqp_vk_ssbo",
222f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups:libdeqp_vk_subgroups",
223f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization:libdeqp_vk_synchronization",
224f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation:libdeqp_vk_tessellation",
225f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture:libdeqp_vk_texture",
226f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback:libdeqp_vk_transform_feedback",
227f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo:libdeqp_vk_ubo",
228f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util:libdeqp_vk_util",
229f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi:libdeqp_vk_wsi",
230f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr:libdeqp_vk_ycbcr",
231f6603c60Sopenharmony_ci
232f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan:libdeqp_vk_package",
233f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform:libdeqp_ohos_platform",
234f6603c60Sopenharmony_ci]
235f6603c60Sopenharmony_ci
236f6603c60Sopenharmony_cicommon_src = [
237f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/context/tcuOhosNativeContext.cpp",
238f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/context/tcuOhosEglContextFactory.cpp",
239f6603c60Sopenharmony_ci
240f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/tcuOhosNativeDisplay.cpp",
241f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/tcuOhosEglDisplayFactory.cpp",
242f6603c60Sopenharmony_ci
243f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/window/tcuOhosNativeWindow.cpp",
244f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/window/tcuOhosWindowFactory.cpp",
245f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/tcuOhosNativePixmap.cpp",
246f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/tcuOhosPixmapFactory.cpp",
247f6603c60Sopenharmony_ci
248f6603c60Sopenharmony_ci  "//third_party/vk-gl-cts/framework/platform/ohos/tcuOhosPlatform.cpp",
249f6603c60Sopenharmony_ci  "logdefine.cpp",
250f6603c60Sopenharmony_ci  "../../ActsApp.cpp",
251f6603c60Sopenharmony_ci]
252f6603c60Sopenharmony_ci
253f6603c60Sopenharmony_ciimport("//foundation/graphic/graphic_2d/graphic_config.gni")
254f6603c60Sopenharmony_ciimport("//third_party/vk-gl-cts/vk_gl_cts.gni")
255