From dedb39149c2cd4b8bd9392b1e80df179e1d755a1 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 18 Jan 2022 14:56:41 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000..72cd5f1760 --- /dev/null +++ b/bundle.json @@ -0,0 +1,33 @@ +{ + "name": "@ohos/openssl", + "description": "implementing the Transport Layer Security (TLS) protocols (including SSLv3) as well as a full-strength general purpose cryptographic library", + "version": "3.1", + "license": "OpenSSL,Original SSLeay", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/openssl" + }, + "dirs": {}, + "scripts": {}, + "readmePath": { + "en": "README" + }, + "component": { + "name": "thirdparty_openssl", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- GitLab