mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-21 14:15:21 -04:00
dfacd572c4
Signed-off-by: mohaoyuan <mohaoyuan@h-partners.com>
41 lines
1.1 KiB
JSON
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": []
|
|
}
|
|
}
|
|
} |