未验证 提交 d9f215c9 编写于 作者: O openharmony_ci 提交者: Gitee

!44 部件名整改

Merge pull request !44 from 张兴泰/master
...@@ -47,7 +47,7 @@ if (defined(ohos_lite)) { ...@@ -47,7 +47,7 @@ if (defined(ohos_lite)) {
ohos_static_library("cjson_static") { ohos_static_library("cjson_static") {
sources = [ "cJSON.c" ] sources = [ "cJSON.c" ]
public_configs = [ ":cJSON_config" ] public_configs = [ ":cJSON_config" ]
part_name = "cjson" part_name = "cJSON"
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
} }
ohos_shared_library("cjson") { ohos_shared_library("cjson") {
...@@ -57,7 +57,7 @@ if (defined(ohos_lite)) { ...@@ -57,7 +57,7 @@ if (defined(ohos_lite)) {
"chipsetsdk", "chipsetsdk",
"platformsdk_indirect", "platformsdk_indirect",
] ]
part_name = "cjson" part_name = "cJSON"
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
install_images = [ install_images = [
"system", "system",
......
{ {
"name": "@ohos/cjson", "name": "@ohos/cJSON",
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.", "description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
"version": "3.1", "version": "3.1",
"license": " MIT License", "license": " MIT License",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"dirs": {}, "dirs": {},
"scripts": {}, "scripts": {},
"component": { "component": {
"name": "cjson", "name": "cJSON",
"subsystem": "thirdparty", "subsystem": "thirdparty",
"syscap": [], "syscap": [],
"features": [], "features": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册