xts_tools/bundle.json
qu-xianfei 8754a00855 add queryStandard
Signed-off-by: qu-xianfei <quxianfei1@huawei.com>
2023-10-16 16:28:13 +08:00

41 lines
724 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": [
"init",
"c_utils",
"device_attest"
],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": ["//test/xts/tools/lite:tools"]
}
}
}