Files
third_party_cJSON/bundle.json
tongkai0808fh 22d0a0caf0 部件加入innerAPI配置
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
2024-03-13 06:51:53 +00:00

41 lines
1004 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": []
}
}
}