xts_tools/build/ohos.build
tianwenzhe 4f79a5e5ac out acts-validator
Signed-off-by: tian-wenzhe411 <tianwenzhe2@huawei.com>
2023-04-28 11:42:43 +08:00

52 lines
964 B
Plaintext
Executable File

{
"subsystem": "xts",
"parts":{
"phone_tests": {
"variants": [
"phone"
],
"module_list": [],
"inner_kits": [],
"system_kits": [],
"test_list": [
"//test/xts/acts:acts",
"//test/xts/hats:hats",
"//test/xts/dcts:dcts"
]
},
"ivi_tests": {
"variants": [
"ivi"
],
"module_list": [],
"inner_kits": [],
"system_kits": [],
"test_list": [
"//test/xts/acts:acts_ivi"
]
},
"intellitv_tests": {
"variants": [
"intellitv"
],
"module_list": [],
"inner_kits": [],
"system_kits": [],
"test_list": [
"//test/xts/acts:acts_intellitv"
]
},
"wearable_tests": {
"variants": [
"wearable"
],
"module_list": [],
"inner_kits": [],
"system_kits": [],
"test_list": [
"//test/xts/acts:acts_wearable"
]
}
}
}