xts_hats/bundle.json
yangshuxiang 9724d0cfc2
fix: 添加特性隔离宏
Signed-off-by: yangshuxiang <yangshuxiang@huawei.com>
2023-12-19 03:10:26 +00:00

40 lines
904 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"
],
"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"
]
}
}
}