提交 ee04156d 编写于 作者: W wangshi

add components and format gn

Signed-off-by: Nwangshi <wangshi@kaihong.com>
上级 e8217cf0
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
"rom": "~256KB", "rom": "~256KB",
"ram": "0KB", "ram": "0KB",
"deps": { "deps": {
"components": [], "components": [
"graphic_2d",
"window_manager"
],
"third_party": [ "third_party": [
"zlib", "zlib",
"libpng", "libpng",
......
...@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni")
import("//foundation/graphic/graphic_2d/graphic_config.gni") import("//foundation/graphic/graphic_2d/graphic_config.gni")
group("ActsVkTest") { group("ActsVkTest") {
testonly= true testonly = true
deps = [ deps = [
"src/texture/build0001:ActsTextureTestSuite0001", "src/texture/build0001:ActsTextureTestSuite0001",
"src/texture/build0002:ActsTextureTestSuite0002", "src/texture/build0002:ActsTextureTestSuite0002",
...@@ -45,9 +45,9 @@ action("cpvktest") { ...@@ -45,9 +45,9 @@ action("cpvktest") {
script = "cpvkTest.sh" script = "cpvkTest.sh"
outputs = [ "${target_out_dir}/cpVktest.log" ] outputs = [ "${target_out_dir}/cpVktest.log" ]
root_vkgl_path = rebase_path("//") root_vkgl_path = rebase_path("//")
args = ["$root_vkgl_path"] args = [ "$root_vkgl_path" ]
deps = [ deps = [
"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan:deqp_vk_execute",
":ActsVkTest", ":ActsVkTest",
"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan:deqp_vk_execute",
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册