Files
third_party_cJSON/bundle.json
tongkai0808fh d669f6c15f cJSON部件独立编译整改
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
2024-02-18 06:30:19 +00:00

53 lines
1.4 KiB
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",
"header": {
"header_files": [
"cJSON.h"
],
"header_base": "//third_party/cJSON"
}
},
{
"name": "//third_party/cJSON:cjson_static",
"header": {
"header_files": [
"cJSON.h"
],
"header_base": "//third_party/cJSON"
}
}
],
"test": []
}
}
}