xts_hats/bundle.json
lixiaofeng_154b fc460b1f16 hats仓部件整改
Signed-off-by: lixiaofeng_154b <lixiaofeng54@huawei.com>
Change-Id: Ifb9531e75a9f7e26cd686e1e1e3874c5daf7e654
2023-05-08 14:05:03 +08:00

37 lines
807 B
JSON

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