mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-27 18:10:45 +00:00
2fe3f6fad5
Signed-off-by: songdawei <songdawei1@huawei.com>
52 lines
964 B
Plaintext
52 lines
964 B
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|