From b13dc1f4acbfbb5cdd62472ce64093654df46e33 Mon Sep 17 00:00:00 2001 From: xing-tai-zhang Date: Wed, 7 Jun 2023 09:57:02 +0800 Subject: [PATCH] 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 --- BUILD.gn | 4 ++-- bundle.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index acb470a..3770b31 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", diff --git a/bundle.json b/bundle.json index 1f71746..77a537e 100644 --- a/bundle.json +++ b/bundle.json @@ -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": [], -- Gitee