Files
developtools_global_resourc…/bundle.json
T
sunjie 261afcfcff add restool dump command
Signed-off-by: sunjie <sunjie69@huawei.com>
Change-Id: Ifd10f76345a87a40ac73f82486cdce54a4e94a53
2024-12-18 15:27:04 +08:00

36 lines
874 B
JSON

{
"name": "@ohos/global_resource_tool",
"description": "OpenHarmony resource compile.",
"version": "4.0",
"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" ],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": [
"bounds_checking_function",
"cJSON",
"libpng",
"zlib"
]
},
"build": {
"sub_component": [ "//developtools/global_resource_tool:restool" ],
"inner_kits": [],
"test": []
}
}
}