mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-24 00:09:48 +00:00
4f79a5e5ac
Signed-off-by: tian-wenzhe411 <tianwenzhe2@huawei.com>
52 lines
964 B
Plaintext
Executable File
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"
|
|
]
|
|
}
|
|
}
|
|
}
|