提交 ee04156d 编写于 作者: W wangshi

add components and format gn

Signed-off-by: Nwangshi <wangshi@kaihong.com>
上级 e8217cf0
......@@ -22,7 +22,10 @@
"rom": "~256KB",
"ram": "0KB",
"deps": {
"components": [],
"components": [
"graphic_2d",
"window_manager"
],
"third_party": [
"zlib",
"libpng",
......
......@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni")
import("//foundation/graphic/graphic_2d/graphic_config.gni")
group("ActsVkTest") {
testonly= true
testonly = true
deps = [
"src/texture/build0001:ActsTextureTestSuite0001",
"src/texture/build0002:ActsTextureTestSuite0002",
......@@ -45,9 +45,9 @@ action("cpvktest") {
script = "cpvkTest.sh"
outputs = [ "${target_out_dir}/cpVktest.log" ]
root_vkgl_path = rebase_path("//")
args = ["$root_vkgl_path"]
args = [ "$root_vkgl_path" ]
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.
先完成此消息的编辑!
想要评论请 注册