加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
fyz1019 提交于 2024-02-17 14:32 . jsoncpp切换cJSON
{
"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"
]
},
"build": {
"sub_component": [ "//developtools/global_resource_tool:restool" ],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化