From fcd888e839c06c16ecfe60e3e7be5ffab895e20a Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:33 +0800 Subject: [PATCH 1/2] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..f03c0fa --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/jsoncpp", + "version": "", + "description": "Third-party open-source software jsoncpp | 三方开源软件jsoncpp", + "homePage": "https://gitee.com/openharmony", + "license": "MIT", + "repository": "https://gitee.com/openharmony/third_party_jsoncpp", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "jsoncpp" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/jsoncpp" + }, + "component": { + "name": "thirdparty_jsoncpp", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 097f46fa1843cfa5da3f94bded19f55538def808 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:49 +0800 Subject: [PATCH 2/2] =?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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f03c0fa..f0e87bd 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "third-party", "jsoncpp" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/jsoncpp" }, -- Gitee