未验证 提交 8950b8cd 编写于 作者: O openharmony_ci 提交者: Gitee

!8792 图形子系统vkgl配置文件规范整改

Merge pull request !8792 from 李西腾/master
...@@ -32,6 +32,8 @@ config("deqp_platform_ohos_config") { ...@@ -32,6 +32,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0001") { ohos_static_library("libdeqpgles2func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -96,7 +98,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") { ...@@ -96,7 +98,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") {
"../info/Deqpgles2dEQP-GLES2_infoTestCase.cpp", "../info/Deqpgles2dEQP-GLES2_infoTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0001" ] deps = [ ":libdeqpgles2func0001" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0002") { ohos_static_library("libdeqpgles2func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") { ...@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") {
"../functional/Deqpgles2swizzles_vector_swizzlesTestCase.cpp", "../functional/Deqpgles2swizzles_vector_swizzlesTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0002" ] deps = [ ":libdeqpgles2func0002" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0003") { ohos_static_library("libdeqpgles2func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") { ...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") {
"../functional/Deqpgles2variables_validTestCase.cpp", "../functional/Deqpgles2variables_validTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0003" ] deps = [ ":libdeqpgles2func0003" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0004") { ohos_static_library("libdeqpgles2func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") { ...@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") {
"../functional/Deqpgles2unary_operator_plusTestCase.cpp", "../functional/Deqpgles2unary_operator_plusTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0004" ] deps = [ ":libdeqpgles2func0004" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0005") { ohos_static_library("libdeqpgles2func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -60,7 +62,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") { ...@@ -60,7 +62,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") {
"../functional/Deqpgles2unary_operator_pre_increment_resultTestCase.cpp", "../functional/Deqpgles2unary_operator_pre_increment_resultTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0005" ] deps = [ ":libdeqpgles2func0005" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0006") { ohos_static_library("libdeqpgles2func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") { ...@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") {
"../functional/Deqpgles2exponential_sqrtTestCase.cpp", "../functional/Deqpgles2exponential_sqrtTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0006" ] deps = [ ":libdeqpgles2func0006" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0007") { ohos_static_library("libdeqpgles2func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") { ...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") {
"../functional/Deqpgles2sequence_side_effectsTestCase.cpp", "../functional/Deqpgles2sequence_side_effectsTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0007" ] deps = [ ":libdeqpgles2func0007" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0008") { ohos_static_library("libdeqpgles2func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") { ...@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") {
"../functional/Deqpgles2texture_functions_vertexTestCase.cpp", "../functional/Deqpgles2texture_functions_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0008" ] deps = [ ":libdeqpgles2func0008" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0009") { ohos_static_library("libdeqpgles2func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") { ...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") {
"../functional/Deqpgles2swizzle_vertexTestCase.cpp", "../functional/Deqpgles2swizzle_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0009" ] deps = [ ":libdeqpgles2func0009" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0010") { ohos_static_library("libdeqpgles2func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") { ...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") {
"../functional/Deqpgles2trigonometric_vertexTestCase.cpp", "../functional/Deqpgles2trigonometric_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0010" ] deps = [ ":libdeqpgles2func0010" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0011") { ohos_static_library("libdeqpgles2func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -75,7 +77,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") { ...@@ -75,7 +77,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") {
"../functional/Deqpgles2texture_wrapTestCase.cpp", "../functional/Deqpgles2texture_wrapTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0011" ] deps = [ ":libdeqpgles2func0011" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0012") { ohos_static_library("libdeqpgles2func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") { ...@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") {
"../functional/Deqpgles2rgb_func_alpha_func_srcTestCase.cpp", "../functional/Deqpgles2rgb_func_alpha_func_srcTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0012" ] deps = [ ":libdeqpgles2func0012" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0013") { ohos_static_library("libdeqpgles2func0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") { ...@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") {
"../functional/Deqpgles2texture_stencilTestCase.cpp", "../functional/Deqpgles2texture_stencilTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0013" ] deps = [ ":libdeqpgles2func0013" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0014") { ohos_static_library("libdeqpgles2func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") { ...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") {
"../functional/Deqpgles2single_attribute_usagesTestCase.cpp", "../functional/Deqpgles2single_attribute_usagesTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0014" ] deps = [ ":libdeqpgles2func0014" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0015") { ohos_static_library("libdeqpgles2func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") { ...@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") {
"../functional/Deqpgles2render_struct_in_arrayTestCase.cpp", "../functional/Deqpgles2render_struct_in_arrayTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0015" ] deps = [ ":libdeqpgles2func0015" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0016") { ohos_static_library("libdeqpgles2func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") { ...@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") {
"../functional/Deqpgles2uniform_api_randomTestCase.cpp", "../functional/Deqpgles2uniform_api_randomTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0016" ] deps = [ ":libdeqpgles2func0016" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles2func0017") { ohos_static_library("libdeqpgles2func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ] sources += [ "../Deqpgles2BaseFunc.cpp" ]
...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") { ...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") {
"../functional/Deqpgles2triangle_vertex_clip_threeTestCase.cpp", "../functional/Deqpgles2triangle_vertex_clip_threeTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0017" ] deps = [ ":libdeqpgles2func0017" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0001") { ohos_static_library("libdeqpgles3func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") { ...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") {
"../info/Deqpgles3dEQP-GLES3_infoTestCase.cpp", "../info/Deqpgles3dEQP-GLES3_infoTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0001" ] deps = [ ":libdeqpgles3func0001" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0002") { ohos_static_library("libdeqpgles3func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") { ...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") {
"../functional/Deqpgles3varying_usageTestCase.cpp", "../functional/Deqpgles3varying_usageTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0002" ] deps = [ ":libdeqpgles3func0002" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0003") { ohos_static_library("libdeqpgles3func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") { ...@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") {
"../functional/Deqpgles3swizzles_vector_swizzlesTestCase.cpp", "../functional/Deqpgles3swizzles_vector_swizzlesTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0003" ] deps = [ ":libdeqpgles3func0003" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0004") { ohos_static_library("libdeqpgles3func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") { ...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") {
"../functional/Deqpgles3swizzle_math_operations_vector_subtractTestCase.cpp", "../functional/Deqpgles3swizzle_math_operations_vector_subtractTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0004" ] deps = [ ":libdeqpgles3func0004" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0005") { ohos_static_library("libdeqpgles3func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") { ...@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") {
"../functional/Deqpgles3variables_validTestCase.cpp", "../functional/Deqpgles3variables_validTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0005" ] deps = [ ":libdeqpgles3func0005" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0006") { ohos_static_library("libdeqpgles3func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -51,7 +53,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") { ...@@ -51,7 +53,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") {
"../functional/Deqpgles3uniform_block_validTestCase.cpp", "../functional/Deqpgles3uniform_block_validTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0006" ] deps = [ ":libdeqpgles3func0006" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0007") { ohos_static_library("libdeqpgles3func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") { ...@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") {
"../functional/Deqpgles3loops_while_uniform_iterationsTestCase.cpp", "../functional/Deqpgles3loops_while_uniform_iterationsTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0007" ] deps = [ ":libdeqpgles3func0007" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0008") { ohos_static_library("libdeqpgles3func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") { ...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") {
"../functional/Deqpgles3unary_operator_pre_increment_resultTestCase.cpp", "../functional/Deqpgles3unary_operator_pre_increment_resultTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0008" ] deps = [ ":libdeqpgles3func0008" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0009") { ohos_static_library("libdeqpgles3func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") { ...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") {
"../functional/Deqpgles3binary_operator_subTestCase.cpp", "../functional/Deqpgles3binary_operator_subTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0009" ] deps = [ ":libdeqpgles3func0009" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0010") { ohos_static_library("libdeqpgles3func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") { ...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") {
"../functional/Deqpgles3binary_operator_sub_assign_effectTestCase.cpp", "../functional/Deqpgles3binary_operator_sub_assign_effectTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0010" ] deps = [ ":libdeqpgles3func0010" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0011") { ohos_static_library("libdeqpgles3func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") { ...@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") {
"../functional/Deqpgles3binary_operator_sub_assign_resultTestCase.cpp", "../functional/Deqpgles3binary_operator_sub_assign_resultTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0011" ] deps = [ ":libdeqpgles3func0011" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0012") { ohos_static_library("libdeqpgles3func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") { ...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") {
"../functional/Deqpgles3binary_operator_right_shift_assign_resultTestCase.cpp", "../functional/Deqpgles3binary_operator_right_shift_assign_resultTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0012" ] deps = [ ":libdeqpgles3func0012" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0013") { ohos_static_library("libdeqpgles3func0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -82,7 +84,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") { ...@@ -82,7 +84,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") {
"../functional/Deqpgles3exponential_sqrtTestCase.cpp", "../functional/Deqpgles3exponential_sqrtTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0013" ] deps = [ ":libdeqpgles3func0013" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0014") { ohos_static_library("libdeqpgles3func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") { ...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") {
"../functional/Deqpgles3sequence_side_effectsTestCase.cpp", "../functional/Deqpgles3sequence_side_effectsTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0014" ] deps = [ ":libdeqpgles3func0014" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0015") { ohos_static_library("libdeqpgles3func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -50,7 +52,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") { ...@@ -50,7 +52,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") {
"../functional/Deqpgles3sub_uniformTestCase.cpp", "../functional/Deqpgles3sub_uniformTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0015" ] deps = [ ":libdeqpgles3func0015" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0016") { ohos_static_library("libdeqpgles3func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") { ...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") {
"../functional/Deqpgles3transpose_dynamicTestCase.cpp", "../functional/Deqpgles3transpose_dynamicTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0016" ] deps = [ ":libdeqpgles3func0016" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0017") { ohos_static_library("libdeqpgles3func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") { ...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") {
"../functional/Deqpgles3texture_functions_textureprojoffsetTestCase.cpp", "../functional/Deqpgles3texture_functions_textureprojoffsetTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0017" ] deps = [ ":libdeqpgles3func0017" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0018") { ohos_static_library("libdeqpgles3func0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -106,7 +108,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") { ...@@ -106,7 +108,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") {
"../functional/Deqpgles3texture_msaa4TestCase.cpp", "../functional/Deqpgles3texture_msaa4TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0018" ] deps = [ ":libdeqpgles3func0018" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0019") { ohos_static_library("libdeqpgles3func0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -221,7 +223,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") { ...@@ -221,7 +223,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") {
"../functional/Deqpgles3trunc_lowp_vertexTestCase.cpp", "../functional/Deqpgles3trunc_lowp_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0019" ] deps = [ ":libdeqpgles3func0019" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0020") { ohos_static_library("libdeqpgles3func0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -201,7 +203,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") { ...@@ -201,7 +203,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") {
"../functional/Deqpgles3trunc_mediump_vertexTestCase.cpp", "../functional/Deqpgles3trunc_mediump_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0020" ] deps = [ ":libdeqpgles3func0020" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0021") { ohos_static_library("libdeqpgles3func0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") { ...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") {
"../functional/Deqpgles3swizzle_vertexTestCase.cpp", "../functional/Deqpgles3swizzle_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0021" ] deps = [ ":libdeqpgles3func0021" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0022") { ohos_static_library("libdeqpgles3func0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") { ...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") {
"../functional/Deqpgles3trigonometric_vertexTestCase.cpp", "../functional/Deqpgles3trigonometric_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0022" ] deps = [ ":libdeqpgles3func0022" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0023") { ohos_static_library("libdeqpgles3func0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") { ...@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") {
"../functional/Deqpgles3wrap_rgba8TestCase.cpp", "../functional/Deqpgles3wrap_rgba8TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0023" ] deps = [ ":libdeqpgles3func0023" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0024") { ohos_static_library("libdeqpgles3func0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") { ...@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") {
"../functional/Deqpgles3wrap_astc_8x8_srgbTestCase.cpp", "../functional/Deqpgles3wrap_astc_8x8_srgbTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0024" ] deps = [ ":libdeqpgles3func0024" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0025") { ohos_static_library("libdeqpgles3func0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") { ...@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") {
"../functional/Deqpgles3cube_sizesTestCase.cpp", "../functional/Deqpgles3cube_sizesTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0025" ] deps = [ ":libdeqpgles3func0025" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0026") { ohos_static_library("libdeqpgles3func0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") { ...@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") {
"../functional/Deqpgles3swizzle_single_channelTestCase.cpp", "../functional/Deqpgles3swizzle_single_channelTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0026" ] deps = [ ":libdeqpgles3func0026" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0027") { ohos_static_library("libdeqpgles3func0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") { ...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") {
"../functional/Deqpgles3texstorage3d_sizeTestCase.cpp", "../functional/Deqpgles3texstorage3d_sizeTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0027" ] deps = [ ":libdeqpgles3func0027" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0028") { ohos_static_library("libdeqpgles3func0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") { ...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") {
"../functional/Deqpgles3fragment_ops_stencilTestCase.cpp", "../functional/Deqpgles3fragment_ops_stencilTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0028" ] deps = [ ":libdeqpgles3func0028" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0029") { ohos_static_library("libdeqpgles3func0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") { ...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") {
"../functional/Deqpgles3rgb_func_alpha_func_srcTestCase.cpp", "../functional/Deqpgles3rgb_func_alpha_func_srcTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0029" ] deps = [ ":libdeqpgles3func0029" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0030") { ohos_static_library("libdeqpgles3func0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") { ...@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") {
"../functional/Deqpgles3rgb_func_alpha_func_dstTestCase.cpp", "../functional/Deqpgles3rgb_func_alpha_func_dstTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0030" ] deps = [ ":libdeqpgles3func0030" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0031") { ohos_static_library("libdeqpgles3func0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") { ...@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") {
"../functional/Deqpgles3renderbuffer_stencilTestCase.cpp", "../functional/Deqpgles3renderbuffer_stencilTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0031" ] deps = [ ":libdeqpgles3func0031" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0032") { ohos_static_library("libdeqpgles3func0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") { ...@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") {
"../functional/Deqpgles3texture_stencilTestCase.cpp", "../functional/Deqpgles3texture_stencilTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0032" ] deps = [ ":libdeqpgles3func0032" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0033") { ohos_static_library("libdeqpgles3func0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") { ...@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") {
"../functional/Deqpgles3strides_shortTestCase.cpp", "../functional/Deqpgles3strides_shortTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0033" ] deps = [ ":libdeqpgles3func0033" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0034") { ohos_static_library("libdeqpgles3func0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -88,7 +90,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") { ...@@ -88,7 +90,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") {
"../functional/Deqpgles3usages_stream_readTestCase.cpp", "../functional/Deqpgles3usages_stream_readTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0034" ] deps = [ ":libdeqpgles3func0034" ]
......
...@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") { ...@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") {
ohos_static_library("libdeqpgles3func0035") { ohos_static_library("libdeqpgles3func0035") {
sources = common_src sources = common_src
subsystem_name = "graphic"
part_name = "graphic_standard"
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
include_dirs = common_include include_dirs = common_include
...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") { ...@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") {
"../functional/Deqpgles3single_basic_type_std140TestCase.cpp", "../functional/Deqpgles3single_basic_type_std140TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0035" ] deps = [ ":libdeqpgles3func0035" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0036") { ohos_static_library("libdeqpgles3func0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -67,7 +69,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") { ...@@ -67,7 +69,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") {
"../functional/Deqpgles3single_struct_single_bufferTestCase.cpp", "../functional/Deqpgles3single_struct_single_bufferTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0036" ] deps = [ ":libdeqpgles3func0036" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0037") { ohos_static_library("libdeqpgles3func0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") { ...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") {
"../functional/Deqpgles3random_nested_structs_instance_arraysTestCase.cpp", "../functional/Deqpgles3random_nested_structs_instance_arraysTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0037" ] deps = [ ":libdeqpgles3func0037" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0038") { ohos_static_library("libdeqpgles3func0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") { ...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") {
"../functional/Deqpgles3render_struct_in_arrayTestCase.cpp", "../functional/Deqpgles3render_struct_in_arrayTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0038" ] deps = [ ":libdeqpgles3func0038" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0039") { ohos_static_library("libdeqpgles3func0039") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") { ...@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") {
"../functional/Deqpgles3uniform_api_randomTestCase.cpp", "../functional/Deqpgles3uniform_api_randomTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0039" ] deps = [ ":libdeqpgles3func0039" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0040") { ohos_static_library("libdeqpgles3func0040") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") { ...@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") {
"../functional/Deqpgles3triangles_unsigned_shortTestCase.cpp", "../functional/Deqpgles3triangles_unsigned_shortTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0040" ] deps = [ ":libdeqpgles3func0040" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0041") { ohos_static_library("libdeqpgles3func0041") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") { ...@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") {
"../functional/Deqpgles3transform_feedback_positionTestCase.cpp", "../functional/Deqpgles3transform_feedback_positionTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0041" ] deps = [ ":libdeqpgles3func0041" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0042") { ohos_static_library("libdeqpgles3func0042") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") { ...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") {
"../functional/Deqpgles3shader_api_shader_sourceTestCase.cpp", "../functional/Deqpgles3shader_api_shader_sourceTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0042" ] deps = [ ":libdeqpgles3func0042" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0043") { ohos_static_library("libdeqpgles3func0043") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -62,7 +64,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") { ...@@ -62,7 +64,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") {
"../functional/Deqpgles3state_query_integersTestCase.cpp", "../functional/Deqpgles3state_query_integersTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0043" ] deps = [ ":libdeqpgles3func0043" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0044") { ohos_static_library("libdeqpgles3func0044") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -83,7 +85,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") { ...@@ -83,7 +85,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") {
"../functional/Deqpgles3triangle_vertex_clip_twoTestCase.cpp", "../functional/Deqpgles3triangle_vertex_clip_twoTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0044" ] deps = [ ":libdeqpgles3func0044" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles3func0045") { ohos_static_library("libdeqpgles3func0045") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ] sources += [ "../Deqpgles3BaseFunc.cpp" ]
...@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") { ...@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") {
"../functional/Deqpgles3lifetime_genTestCase.cpp", "../functional/Deqpgles3lifetime_genTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0045" ] deps = [ ":libdeqpgles3func0045" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0001") { ohos_static_library("libdeqpgles31func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") { ...@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") {
"../info/Deqpgles31dEQP-GLES31_infoTestCase.cpp", "../info/Deqpgles31dEQP-GLES31_infoTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0001" ] deps = [ ":libdeqpgles31func0001" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0002") { ohos_static_library("libdeqpgles31func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") { ...@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") {
"../functional/Deqpgles31integer_usubborrowTestCase.cpp", "../functional/Deqpgles31integer_usubborrowTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0002" ] deps = [ ":libdeqpgles31func0002" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0003") { ohos_static_library("libdeqpgles31func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -235,7 +237,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") { ...@@ -235,7 +237,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") {
"../functional/Deqpgles31uniform_findMSBZeroTestCase.cpp", "../functional/Deqpgles31uniform_findMSBZeroTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0003" ] deps = [ ":libdeqpgles31func0003" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0004") { ohos_static_library("libdeqpgles31func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -108,7 +110,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") { ...@@ -108,7 +110,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") {
"../functional/Deqpgles31uniform_vertexTestCase.cpp", "../functional/Deqpgles31uniform_vertexTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0004" ] deps = [ ":libdeqpgles31func0004" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0005") { ohos_static_library("libdeqpgles31func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -72,7 +74,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") { ...@@ -72,7 +74,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") {
"../functional/Deqpgles31varying_typesTestCase.cpp", "../functional/Deqpgles31varying_typesTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0005" ] deps = [ ":libdeqpgles31func0005" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0006") { ohos_static_library("libdeqpgles31func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") { ...@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") {
"../functional/Deqpgles31struct_fields_input_before_fieldTestCase.cpp", "../functional/Deqpgles31struct_fields_input_before_fieldTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0006" ] deps = [ ":libdeqpgles31func0006" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0007") { ohos_static_library("libdeqpgles31func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") { ...@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") {
"../functional/Deqpgles31invalid_structsTestCase.cpp", "../functional/Deqpgles31invalid_structsTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0007" ] deps = [ ":libdeqpgles31func0007" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0008") { ohos_static_library("libdeqpgles31func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") { ...@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") {
"../functional/Deqpgles31tessellation_windingTestCase.cpp", "../functional/Deqpgles31tessellation_windingTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0008" ] deps = [ ":libdeqpgles31func0008" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0009") { ohos_static_library("libdeqpgles31func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") { ...@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") {
"../functional/Deqpgles31tessellation_primitive_discardTestCase.cpp", "../functional/Deqpgles31tessellation_primitive_discardTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0009" ] deps = [ ":libdeqpgles31func0009" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0010") { ohos_static_library("libdeqpgles31func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") { ...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") {
"../functional/Deqpgles31unsized_struct_array_single_bufferTestCase.cpp", "../functional/Deqpgles31unsized_struct_array_single_bufferTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0010" ] deps = [ ":libdeqpgles31func0010" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0011") { ohos_static_library("libdeqpgles31func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") { ...@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") {
"../functional/Deqpgles31ssbo_array_lengthTestCase.cpp", "../functional/Deqpgles31ssbo_array_lengthTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0011" ] deps = [ ":libdeqpgles31func0011" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0012") { ohos_static_library("libdeqpgles31func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -81,7 +83,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") { ...@@ -81,7 +83,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") {
"../functional/Deqpgles31random_basic_type_arraysTestCase.cpp", "../functional/Deqpgles31random_basic_type_arraysTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0012" ] deps = [ ":libdeqpgles31func0012" ]
......
...@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") { ...@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") {
ohos_static_library("libdeqpgles31func0013") { ohos_static_library("libdeqpgles31func0013") {
sources = common_src sources = common_src
subsystem_name = "graphic"
part_name = "graphic_standard"
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
include_dirs = common_include include_dirs = common_include
...@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") { ...@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") {
"../functional/Deqpgles31texstorage3d_sizeTestCase.cpp", "../functional/Deqpgles31texstorage3d_sizeTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0013" ] deps = [ ":libdeqpgles31func0013" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0014") { ohos_static_library("libdeqpgles31func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") { ...@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") {
"../functional/Deqpgles31texture_buffer_state_queryTestCase.cpp", "../functional/Deqpgles31texture_buffer_state_queryTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0014" ] deps = [ ":libdeqpgles31func0014" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0015") { ohos_static_library("libdeqpgles31func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -174,7 +176,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") { ...@@ -174,7 +176,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") {
"../functional/Deqpgles31unorm_depth_nearestTestCase.cpp", "../functional/Deqpgles31unorm_depth_nearestTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0015" ] deps = [ ":libdeqpgles31func0015" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0016") { ohos_static_library("libdeqpgles31func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") { ...@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") {
"../functional/Deqpgles31texture_texture_cube_mapTestCase.cpp", "../functional/Deqpgles31texture_texture_cube_mapTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0016" ] deps = [ ":libdeqpgles31func0016" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0017") { ohos_static_library("libdeqpgles31func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") { ...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") {
"../functional/Deqpgles31vertex_attribute_binding_vertex_attribTestCase.cpp", "../functional/Deqpgles31vertex_attribute_binding_vertex_attribTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0017" ] deps = [ ":libdeqpgles31func0017" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0018") { ohos_static_library("libdeqpgles31func0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -77,7 +79,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") { ...@@ -77,7 +79,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") {
"../functional/Deqpgles31uniform_location_basicTestCase.cpp", "../functional/Deqpgles31uniform_location_basicTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0018" ] deps = [ ":libdeqpgles31func0018" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0019") { ohos_static_library("libdeqpgles31func0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -79,7 +81,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") { ...@@ -79,7 +81,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") {
"../functional/Deqpgles31uniform_location_structTestCase.cpp", "../functional/Deqpgles31uniform_location_structTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0019" ] deps = [ ":libdeqpgles31func0019" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0020") { ohos_static_library("libdeqpgles31func0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -94,7 +96,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") { ...@@ -94,7 +96,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") {
"../functional/Deqpgles31no_attachments_sizeTestCase.cpp", "../functional/Deqpgles31no_attachments_sizeTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0020" ] deps = [ ":libdeqpgles31func0020" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0021") { ohos_static_library("libdeqpgles31func0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -116,7 +118,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") { ...@@ -116,7 +118,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") {
"../functional/Deqpgles31unnamed_block_structTestCase.cpp", "../functional/Deqpgles31unnamed_block_structTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0021" ] deps = [ ":libdeqpgles31func0021" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0022") { ohos_static_library("libdeqpgles31func0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -206,7 +208,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") { ...@@ -206,7 +208,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") {
"../functional/Deqpgles31vertex_tess_geo_fragment_unnamed_blockTestCase.cpp", "../functional/Deqpgles31vertex_tess_geo_fragment_unnamed_blockTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0022" ] deps = [ ":libdeqpgles31func0022" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0023") { ohos_static_library("libdeqpgles31func0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") { ...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") {
"../functional/Deqpgles31vertex_fragment_basic_typeTestCase.cpp", "../functional/Deqpgles31vertex_fragment_basic_typeTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0023" ] deps = [ ":libdeqpgles31func0023" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0024") { ohos_static_library("libdeqpgles31func0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") { ...@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") {
"../functional/Deqpgles31vertex_tess_geo_fragment_whole_arrayTestCase.cpp", "../functional/Deqpgles31vertex_tess_geo_fragment_whole_arrayTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0024" ] deps = [ ":libdeqpgles31func0024" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0025") { ohos_static_library("libdeqpgles31func0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") { ...@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") {
"../functional/Deqpgles31vertex_tess_geo_fragment_only_vertex_named_blockTestCase.cpp", "../functional/Deqpgles31vertex_tess_geo_fragment_only_vertex_named_blockTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0025" ] deps = [ ":libdeqpgles31func0025" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0026") { ohos_static_library("libdeqpgles31func0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") { ...@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") {
"../functional/Deqpgles31viewclass_96_bits_rgb32ui_rgb32uiTestCase.cpp", "../functional/Deqpgles31viewclass_96_bits_rgb32ui_rgb32uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0026" ] deps = [ ":libdeqpgles31func0026" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0027") { ohos_static_library("libdeqpgles31func0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -93,7 +95,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") { ...@@ -93,7 +95,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") {
"../functional/Deqpgles31viewclass_64_bits_rgba16ui_rgba16uiTestCase.cpp", "../functional/Deqpgles31viewclass_64_bits_rgba16ui_rgba16uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0027" ] deps = [ ":libdeqpgles31func0027" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0028") { ohos_static_library("libdeqpgles31func0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") { ...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") {
"../functional/Deqpgles31viewclass_32_bits_rg16ui_r32fTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rg16ui_r32fTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0028" ] deps = [ ":libdeqpgles31func0028" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0029") { ohos_static_library("libdeqpgles31func0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") { ...@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") {
"../functional/Deqpgles31viewclass_32_bits_rgba8i_rgba8uiTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rgba8i_rgba8uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0029" ] deps = [ ":libdeqpgles31func0029" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0030") { ohos_static_library("libdeqpgles31func0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") { ...@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") {
"../functional/Deqpgles31viewclass_32_bits_rgba8ui_srgb8_alpha8TestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rgba8ui_srgb8_alpha8TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0030" ] deps = [ ":libdeqpgles31func0030" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0031") { ohos_static_library("libdeqpgles31func0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") { ...@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") {
"../functional/Deqpgles31viewclass_32_bits_srgb8_alpha8_srgb8_alpha8TestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_srgb8_alpha8_srgb8_alpha8TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0031" ] deps = [ ":libdeqpgles31func0031" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0032") { ohos_static_library("libdeqpgles31func0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -97,7 +99,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") { ...@@ -97,7 +99,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") {
"../functional/Deqpgles31viewclass_32_bits_rgb9_e5_srgb8_alpha8TestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rgb9_e5_srgb8_alpha8TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0032" ] deps = [ ":libdeqpgles31func0032" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0033") { ohos_static_library("libdeqpgles31func0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") { ...@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") {
"../functional/Deqpgles31viewclass_8_bits_r8ui_r8uiTestCase.cpp", "../functional/Deqpgles31viewclass_8_bits_r8ui_r8uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0033" ] deps = [ ":libdeqpgles31func0033" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0034") { ohos_static_library("libdeqpgles31func0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -122,7 +124,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") { ...@@ -122,7 +124,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") {
"../functional/Deqpgles31viewclass_etc2_rgba_srgb8_punchthrough_alpha1_etc2_srgb8_punchthrough_alpha1_etc2TestCase.cpp", "../functional/Deqpgles31viewclass_etc2_rgba_srgb8_punchthrough_alpha1_etc2_srgb8_punchthrough_alpha1_etc2TestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0034" ] deps = [ ":libdeqpgles31func0034" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0035") { ohos_static_library("libdeqpgles31func0035") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") { ...@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") {
"../functional/Deqpgles31viewclass_astc_12x12_rgba_srgb8_alpha8_astc_12x12_khr_srgb8_alpha8_astc_12x12_khrTestCase.cpp", "../functional/Deqpgles31viewclass_astc_12x12_rgba_srgb8_alpha8_astc_12x12_khr_srgb8_alpha8_astc_12x12_khrTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0035" ] deps = [ ":libdeqpgles31func0035" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0036") { ohos_static_library("libdeqpgles31func0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") { ...@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") {
"../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32uiTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0036" ] deps = [ ":libdeqpgles31func0036" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0037") { ohos_static_library("libdeqpgles31func0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") { ...@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") {
"../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32iTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32iTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0037" ] deps = [ ":libdeqpgles31func0037" ]
......
...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") { ...@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
} }
ohos_static_library("libdeqpgles31func0038") { ohos_static_library("libdeqpgles31func0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ] sources += [ "../Deqpgles31BaseFunc.cpp" ]
...@@ -127,7 +129,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") { ...@@ -127,7 +129,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") {
"../functional/Deqpgles31viewclass_64_bits_mixed_signed_r11_eac_rgba16uiTestCase.cpp", "../functional/Deqpgles31viewclass_64_bits_mixed_signed_r11_eac_rgba16uiTestCase.cpp",
] ]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ] include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0038" ] deps = [ ":libdeqpgles31func0038" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册