mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 09:00:57 +00:00
fc460b1f16
Signed-off-by: lixiaofeng_154b <lixiaofeng54@huawei.com> Change-Id: Ifb9531e75a9f7e26cd686e1e1e3874c5daf7e654
37 lines
807 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |