xts_hats/bundle.json
chenjunwu ba6e4cafb7 fix: 添加宏隔离修复battery_hdi失败用例
Signed-off-by: chenjunwu <chenjunwu4@huawei.com>
2024-03-05 14:52:02 +08:00

41 lines
970 B
JSON

{
"name": "@ohos/hats",
"description": "hats",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "test/xts/hats"
},
"dirs": {},
"scripts": {},
"component": {
"name": "hats",
"subsystem": "xts",
"syscap": [],
"features": [
"hats_rich",
"hats_nnrt",
"hats_drivers_peripheral_power_wakeup_cause_path",
"hats_drivers_peripheral_battery_pc_macro_isolation"
],
"adapted_system_type": [
"mini",
"small",
"standard"
],
"rom": "0KB",
"ram": "518144KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": [
"//test/xts/hats:xts_hats"
]
}
}
}