From ca3dd7f5816666e0f3e3fe80467c351fddfb094d Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:33 +0800 Subject: [PATCH 1/3] 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..c9e2a0d --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/libxml2", + "version": "", + "description": "Third-party open-source software libxml2 | 三方开源软件libxml2", + "homePage": "https://gitee.com/openharmony", + "license": "MIT", + "repository": "https://gitee.com/openharmony/third_party_libxml2", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "libxml2" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/libxml2" + }, + "component": { + "name": "thirdparty_libxml2", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 1e4ebf8c0a89d03487b8a70a0833af1e9b947f47 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:49 +0800 Subject: [PATCH 2/3] =?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 c9e2a0d..e506d91 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "third-party", "libxml2" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/libxml2" }, -- Gitee From 8257e4907036b5d02da030eb64b4fbbf91762043 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 19:34:38 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84bundle.json=20rea?= =?UTF-8?q?dme=20license=E8=B7=AF=E5=BE=84?= 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, 4 insertions(+) diff --git a/bundle.json b/bundle.json index e506d91..440d452 100644 --- a/bundle.json +++ b/bundle.json @@ -19,6 +19,10 @@ ], "envs": {}, "dirs": {}, + "licensePath": "Copyright", + "readmePath": { + "en": "README" + }, "segment": { "destPath": "third_party/libxml2" }, -- Gitee