!258 xts_tools仓 适配bundle.json模式

Merge pull request !258 from 糖宝儿/add_bundle.json
This commit is contained in:
openharmony_ci 2023-08-15 00:35:28 +00:00 committed by Gitee
commit 1cea83eef5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

36
bundle.json Normal file
View File

@ -0,0 +1,36 @@
{
"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"]
}
}
}