From d65c9758679e67349232a6b9a5acf6e696d6eb98 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:31 +0800 Subject: [PATCH] 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 0000000000..7f0bba0af9 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/openssl", + "version": "", + "description": "Third-party open-source software OpenSSL | 三方开源软件OpenSSL", + "homePage": "https://gitee.com/openharmony", + "license": "OpenSSL,Original SSLeay", + "repository": "https://gitee.com/openharmony/third_party_openssl", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "openssl" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/openssl" + }, + "component": { + "name": "thirdparty_openssl", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee