mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-23 07:50:08 +00:00
4f49aa66f1
Signed-off-by: txl <tangxianglei@huawei.com>
37 lines
658 B
JSON
37 lines
658 B
JSON
{
|
|
"name": "@ohos/tools",
|
|
"version": "3.1",
|
|
"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",
|
|
"standard"
|
|
],
|
|
"rom": "~256KB",
|
|
"ram": "0KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": ["//test/xts/tools/lite:tools"]
|
|
}
|
|
}
|
|
}
|