!44 部件名整改

Merge pull request !44 from 张兴泰/master
This commit is contained in:
openharmony_ci
2023-06-30 06:03:49 +00:00
committed by Gitee
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": [],