1# Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//test/xts/tools/build/suite.gni") 15 16common_include = [ 17 ".", 18 "//test/xts/acts/graphic/vkgl/src", 19 "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include", 20 "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src", 21 "//foundation/graphic/graphic_2d/rosen/modules/render_service_base/src", 22 "//foundation/graphic/graphic_2d/rosen/modules/render_service_base/include", 23 "//foundation/graphic/graphic_2d/rosen/modules/render_service_client", 24 "//foundation/graphic/graphic_2d/interfaces/innerkits/vsync_module", 25 "//foundation/graphic/graphic_2d/rosen/include/common", 26 "//foundation/window/window_manager/interfaces/innerkits/wm", 27 "//third_party/vk-gl-cts", 28 "//third_party/vk-gl-cts/framework/delibs/debase", 29 "//third_party/vk-gl-cts/framework/delibs/decpp", 30 "//third_party/vk-gl-cts/framework/delibs/depool", 31 "//third_party/vk-gl-cts/framework/delibs/dethread", 32 "//third_party/vk-gl-cts/framework/delibs/deutil", 33 "//third_party/vk-gl-cts/framework/delibs/destream", 34 "//third_party/vk-gl-cts/framework/common", 35 "//third_party/vk-gl-cts/framework/qphelper", 36 "//third_party/vk-gl-cts/framework/xexml", 37 "//third_party/vk-gl-cts/framework/egl", 38 "//third_party/vk-gl-cts/framework/egl/wrapper", 39 "//third_party/vk-gl-cts/framework/opengl", 40 "//third_party/vk-gl-cts/framework/opengl/wrapper", 41 "//third_party/vk-gl-cts/framework/opengl/simplereference", 42 "//third_party/vk-gl-cts/framework/platform/ohos", 43 "//third_party/libpng", 44 "//third_party/vk-gl-cts/external/openglcts/modules", 45 "//third_party/vk-gl-cts/external/openglcts/modules/common", 46 "//third_party/vk-gl-cts/external/openglcts/modules/gl", 47 "//third_party/vk-gl-cts/external/openglcts/modules/gles2", 48 "//third_party/vk-gl-cts/external/openglcts/modules/gles3", 49 "//third_party/vk-gl-cts/external/openglcts/modules/gles31", 50 "//third_party/vk-gl-cts/external/openglcts/modules/gles32", 51 "//third_party/vk-gl-cts/external/openglcts/modules/glesext", 52 "//third_party/vk-gl-cts/external/openglcts/modules/runner", 53 "//third_party/vk-gl-cts/framework/referencerenderer", 54 "//third_party/vk-gl-cts/modules/glshared", 55 "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context", 56] 57 58common_depends = [ 59 "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics", 60 "//foundation/graphic/graphic_2d/rosen/modules/render_service_base:librender_service_base", 61 "//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client", 62 "//foundation/graphic/graphic_2d/rosen/samples/2d_graphics:drawing_sample_rs", 63 "//foundation/window/window_manager/wm:libwm", 64 "//third_party/zlib:libz", 65 "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil", 66 "//third_party/vk-gl-cts/framework/delibs/decpp:libdeqp_decpp", 67 "//third_party/vk-gl-cts/framework/delibs/debase:libdeqp_debase", 68 "//third_party/vk-gl-cts/framework/delibs/deutil:libdeqp_deutil", 69 "//third_party/vk-gl-cts/framework/qphelper:libdeqp_qphelper", 70 "//third_party/vk-gl-cts/framework/delibs/dethread:libdeqp_dethread", 71 "//third_party/vk-gl-cts/framework/xexml:libdeqp_xexml", 72 "//third_party/vk-gl-cts/framework/egl:libdeqp_eglutil", 73 "//third_party/vk-gl-cts/framework/egl/wrapper:libdeqp_eglwrapper", 74 "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil", 75 "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper", 76 "//third_party/vk-gl-cts/framework/opengl/simplereference:libdeqp_glutil-sglr", 77 "//third_party/vk-gl-cts/modules/egl:libdeqp-egl", 78 "//third_party/vk-gl-cts/modules/gles2:libdeqp-gles2", 79 "//third_party/vk-gl-cts/modules/gles3:libdeqp-gles3", 80 "//third_party/vk-gl-cts/modules/gles31:libdeqp-gles31", 81 "//third_party/vk-gl-cts/modules/glshared:libdeqp-gl-shared", 82 "//third_party/vk-gl-cts/external/openglcts/modules:libdeqp_glcts", 83 84 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", 85 "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics", 86 "//foundation/graphic/graphic_2d/rosen/modules/render_service_base:librender_service_base", 87 "//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client", 88 "//third_party/zlib:libz", 89 90 "//foundation/window/window_manager/dm:libdm", 91 "//foundation/window/window_manager/dmserver:libdms", 92 "//foundation/window/window_manager/wm:libwm", 93 "//foundation/window/window_manager/wmserver:libwms", 94 "//third_party/vk-gl-cts/framework/platform/ohos/rosen_context:rosen_context", 95] 96 97common_src = [ 98 "//third_party/vk-gl-cts/framework/platform/ohos/context/tcuOhosNativeContext.cpp", 99 "//third_party/vk-gl-cts/framework/platform/ohos/context/tcuOhosEglContextFactory.cpp", 100 101 "//third_party/vk-gl-cts/framework/platform/ohos/display/tcuOhosNativeDisplay.cpp", 102 "//third_party/vk-gl-cts/framework/platform/ohos/display/tcuOhosEglDisplayFactory.cpp", 103 104 "//third_party/vk-gl-cts/framework/platform/ohos/display/window/tcuOhosNativeWindow.cpp", 105 "//third_party/vk-gl-cts/framework/platform/ohos/display/window/tcuOhosWindowFactory.cpp", 106 "//third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/tcuOhosNativePixmap.cpp", 107 "//third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/tcuOhosPixmapFactory.cpp", 108 109 "//third_party/vk-gl-cts/framework/platform/ohos/tcuOhosPlatform.cpp", 110 "logdefine.cpp", 111 "../../ActsApp.cpp", 112] 113 114import("//third_party/vk-gl-cts/vk_gl_cts.gni") 115