mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-18 16:54:27 -04:00
Description: Correct the part name to the cJSON defined by SPLE
IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6V448 Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang <zhangxingtai@huawei.com>
This commit is contained in:
@@ -47,7 +47,7 @@ if (defined(ohos_lite)) {
|
||||
ohos_static_library("cjson_static") {
|
||||
sources = [ "cJSON.c" ]
|
||||
public_configs = [ ":cJSON_config" ]
|
||||
part_name = "cjson"
|
||||
part_name = "cJSON"
|
||||
subsystem_name = "thirdparty"
|
||||
}
|
||||
ohos_shared_library("cjson") {
|
||||
@@ -57,7 +57,7 @@ if (defined(ohos_lite)) {
|
||||
"chipsetsdk",
|
||||
"platformsdk_indirect",
|
||||
]
|
||||
part_name = "cjson"
|
||||
part_name = "cJSON"
|
||||
subsystem_name = "thirdparty"
|
||||
install_images = [
|
||||
"system",
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ohos/cjson",
|
||||
"name": "@ohos/cJSON",
|
||||
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
|
||||
"version": "3.1",
|
||||
"license": " MIT License",
|
||||
@@ -10,7 +10,7 @@
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "cjson",
|
||||
"name": "cJSON",
|
||||
"subsystem": "thirdparty",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
|
||||
Reference in New Issue
Block a user