From 44308908bcd94a9eb7db0fe53220b81969399915 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:31 +0800 Subject: [PATCH 1/5] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..972fa86 --- /dev/null +++ b/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "@ohos/json_c", + "version": "", + "description": "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects", + "homePage": "https://gitee.com/openharmony", + "license": "MIT", + "repository": "https://gitee.com/openharmony/third_party_JSON-C", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "JSON", + "C" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/JSON-C" + }, + "component": { + "name": "thirdparty_JSON-C", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From a7e9abfa57f7bc55e9697e7895fc68931fa47a7b Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 17:24:35 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BAthirdparty=5Fjson-c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 972fa86..1594df8 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "destPath": "third_party/JSON-C" }, "component": { - "name": "thirdparty_JSON-C", + "name": "thirdparty_json-c", "subsystem": "", "syscap": [], "features": [], -- Gitee From 502f39496c82075be541162198f74967e8df8d34 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 11 Jan 2022 11:13:05 +0800 Subject: [PATCH 3/5] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BAthirdparty=5Fjson=5Fc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1594df8..5c512b2 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "destPath": "third_party/JSON-C" }, "component": { - "name": "thirdparty_json-c", + "name": "thirdparty_json_c", "subsystem": "", "syscap": [], "features": [], -- Gitee From 3f96b85d357598d9e0496608a49fd9bd6dea5f43 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:48 +0800 Subject: [PATCH 4/5] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bundle.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6envs=20dirs=E5=AD=97=E6=AE=B5=E4=B8=BA?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 5c512b2..0a1d369 100644 --- a/bundle.json +++ b/bundle.json @@ -18,13 +18,13 @@ "JSON", "C" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/JSON-C" }, "component": { - "name": "thirdparty_json_c", + "name": "thirdparty_JSON-C", "subsystem": "", "syscap": [], "features": [], -- Gitee From 95584c9de8237a61b08332acce0850970bb283f2 Mon Sep 17 00:00:00 2001 From: 33 Date: Wed, 12 Jan 2022 07:30:09 +0000 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bundle.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B7=BB=E5=8A=A0readmePath=E3=80=81licenseP?= =?UTF-8?q?ath=E6=8C=87=E5=AE=9Areadme=E3=80=81license=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E8=B7=AF=E5=BE=84=20Signed-off-by:=20Sang=5FSang33=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle.json b/bundle.json index 0a1d369..06d1f2f 100644 --- a/bundle.json +++ b/bundle.json @@ -20,6 +20,10 @@ ], "envs": {}, "dirs": {}, + "readmePath": { + "en": "json-c/README.md" + }, + "licensePath": "json-c/COPYING", "segment": { "destPath": "third_party/JSON-C" }, -- Gitee