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:
xing-tai-zhang
2023-06-07 09:57:02 +08:00
parent 43e31da51a
commit 0a27d2c782
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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": [],