mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-16 07:44:29 -04:00
dff6a6c572
Signed-off-by: sunjie <sunjie69@huawei.com> Change-Id: Idcb8ae3b4af0c909c63b5960253bd20eca536c50
37 lines
882 B
JSON
37 lines
882 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": [
|
|
"zlib"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"cJSON",
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [ "//developtools/global_resource_tool:restool" ],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|
|
|