mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-23 16:00:16 +00:00
!258 xts_tools仓 适配bundle.json模式
Merge pull request !258 from 糖宝儿/add_bundle.json
This commit is contained in:
commit
1cea83eef5
36
bundle.json
Normal file
36
bundle.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user