Files
third_party_cJSON/bundle.json
mohaoyuan dfacd572c4 update: 更新文件 bundle.json
Signed-off-by: mohaoyuan <mohaoyuan@h-partners.com>
2025-12-25 20:42:40 +08:00

41 lines
1.1 KiB
JSON

{
"name": "@ohos/cJSON",
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/cJSON"
},
"dirs": {},
"scripts": {},
"component": {
"name": "cJSON",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "mini", "small", "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"header": {
"header_base": "//third_party/cJSON",
"header_files": []
},
"name": "//third_party/cJSON:cjson"
},
{
"name": "//third_party/cJSON:cjson_static"
}
],
"test": []
}
}
}