From 922726eb0b0a4e5addc8ce3c9d79dc1ccc44a19f Mon Sep 17 00:00:00 2001 From: code4lala Date: Fri, 26 May 2023 15:22:51 +0800 Subject: [PATCH] rm compatible/bundle.json Signed-off-by: code4lala --- compatible/bundle.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 compatible/bundle.json diff --git a/compatible/bundle.json b/compatible/bundle.json deleted file mode 100644 index 72cd5f1760..0000000000 --- a/compatible/bundle.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "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