Files
third_party_cJSON/bundle.json
youbing54 f9c6ce31f4 IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/IAEKV4
describe: Code synchronization
Feature or Bugfix: Bugfix
Binary Source:Yes
Signed-off-by: youbing54<youbing3@huawei.com>
2024-07-22 11:13:46 +08:00

37 lines
960 B
JSON

{
"name": "@ohos/cJSON",
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
"version": "3.1",
"license": " MIT License",
"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": [
{
"name": "//third_party/cJSON:cjson"
},
{
"name": "//third_party/cJSON:cjson_static"
}
],
"test": []
}
}
}