From 8c0f83eafdbe97dd0cfd710c2e83515a7758b6c4 Mon Sep 17 00:00:00 2001 From: xuejikan Date: Tue, 9 May 2023 07:35:54 +0000 Subject: [PATCH 1/2] update bundle.json. Signed-off-by: xuejikan --- bundle.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 6ed02db..014342c 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { "name": "@ohos/crypto_framework", - "version": "3.1", + "version": "3.2", "description": "Openharmony's crypto framework.", "publishAs": "code-segment", "segment": { @@ -19,15 +19,15 @@ "adapted_system_type": [ "standard" ], - "rom": "1024KB", + "rom": "2048KB", "ram": "", "deps": { "components": [ - "hiviewdfx_hilog_native" + "hiviewdfx_hilog_native", + "c_utils" ], "third_party": [ - "bounds_checking_function", - "openssl" + "huks" ] }, "build": { -- Gitee From 8765478b07ab5356418ebfe9f368a9380c4c8a46 Mon Sep 17 00:00:00 2001 From: xuejikan Date: Tue, 9 May 2023 08:57:16 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: xuejikan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 014342c..dbcb398 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { "name": "@ohos/crypto_framework", - "version": "3.2", + "version": "3.1", "description": "Openharmony's crypto framework.", "publishAs": "code-segment", "segment": { -- Gitee