Files
global_resource_tool/bundle.json
T
2022-07-21 10:15:10 +00:00

34 lines
838 B
JSON

{
"name": "@ohos/global_resource_tool",
"description": "OpenHarmony resource compile.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "developtools/global_resource_tool"
},
"dirs": {},
"scripts": {},
"component": {
"name": "global_resource_tool",
"subsystem": "developtools",
"syscap": [],
"feature": [],
"adapted_system_type": ["mini", "small", "standard" ],
"deps": {
"components": [],
"third_party": [
"bounds_checking_function",
"libxml2",
"jsoncpp",
"sqlite"
]
},
"build": {
"sub_component": [ "//developtools/global_resource_tool:restool" ],
"inner_kits": [],
"test": []
}
}
}