xts_tools/bundle.json
txl 9d9cc12518 tools部件名整改
Signed-off-by: txl <tangxianglei@huawei.com>
2023-08-04 11:49:54 +08:00

36 lines
640 B
JSON

{
"name": "@ohos/tools",
"version": "4.0",
"description": "",
"license": "Apache License 2.0",
"domain": "os",
"publishAs": "",
"private": false,
"scripts": {},
"dirs": [],
"segment": {
"destPath": "test/xts/tools"
},
"component": {
"name": "tools",
"subsystem": "xts",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "~256KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": ["//test/xts/tools/lite:tools"]
}
}
}