mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 00:50:56 +00:00
ba6e4cafb7
Signed-off-by: chenjunwu <chenjunwu4@huawei.com>
41 lines
970 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |