mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-21 14:15:21 -04:00
1c9f653159
describe: 修改license Feature or Bugfix: Bugfix Binary Source:Yes Signed-off-by: youbing54<youbing3@huawei.com>
37 lines
951 B
JSON
37 lines
951 B
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": [
|
|
{
|
|
"name": "//third_party/cJSON:cjson"
|
|
},
|
|
{
|
|
"name": "//third_party/cJSON:cjson_static"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |