From 6d67d59fabe535623215d1e0714354df53d186ca Mon Sep 17 00:00:00 2001 From: Ted Date: Wed, 29 Sep 2021 15:26:33 +0800 Subject: [PATCH 1/4] Update OTA.xml to filter binary file Signed-off-by: Xiaofeng.Jiang --- OAT.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OAT.xml b/OAT.xml index 17b7285..74be5d7 100644 --- a/OAT.xml +++ b/OAT.xml @@ -77,6 +77,11 @@ Note:If the text contains special characters, please escape them according to th + + + + + @@ -112,4 +117,4 @@ Note:If the text contains special characters, please escape them according to th - \ No newline at end of file + -- Gitee From 4d831e9869322096637e85c38655fb0b7c5c844e Mon Sep 17 00:00:00 2001 From: Ted Date: Wed, 29 Sep 2021 19:56:11 +0800 Subject: [PATCH 2/4] Update OTA.xml to fix error tag Signed-off-by: Xiaofeng.Jiang --- OAT.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAT.xml b/OAT.xml index 74be5d7..83c0671 100644 --- a/OAT.xml +++ b/OAT.xml @@ -77,7 +77,7 @@ Note:If the text contains special characters, please escape them according to th - + -- Gitee From 0be7d4e67732bf9b986aa3aa4898119b1fa815d3 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:31 +0800 Subject: [PATCH 3/4] 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..fa7598a --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/cryptsetup", + "version": "", + "description": "", + "homePage": "https://gitee.com/openharmony", + "license": "GPL-2.0", + "repository": "https://gitee.com/openharmony/third_party_cryptsetup", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "cryptsetup" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/cryptsetup" + }, + "component": { + "name": "thirdparty_cryptsetup", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 62e6deb51edc11dd9d2baa2d8e781195fbc5690b Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:48 +0800 Subject: [PATCH 4/4] =?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 fa7598a..16f71cc 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "third-party", "cryptsetup" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/cryptsetup" }, -- Gitee