diff --git a/BUILD.gn b/BUILD.gn index acb470a080dbe0eac9571421d6cc14b609418840..3770b31e78536078f4ae2aea6bad1feea8e66feb 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 1f717466d042ee2a6d958e9cd7675b178be78d97..77a537eb868489fa392e74df434176d8ed7d10ec 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": [],