bundle.json 890 字节
Newer Older
C
code4lala 已提交
1 2
{
    "name": "@ohos/openssl",
3
    "description": "OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (TLS) protocol formerly known as the Secure Sockets Layer (SSL) protocol.",
4
    "version": "3.1",
5
    "license": "Apache License 2.0",
C
code4lala 已提交
6 7 8 9 10 11 12
    "publishAs": "code-segment",
    "segment": {
        "destPath": "third_party/openssl"
    },
    "dirs": {},
    "scripts": {},
    "readmePath": {
13
        "en": "README.md"
C
code4lala 已提交
14 15
    },
    "component": {
C
CheungVane 已提交
16
        "name": "openssl",
C
CheungVane 已提交
17
        "subsystem": "thirdparty",
C
code4lala 已提交
18 19 20 21 22 23 24
        "syscap": [],
        "features": [],
        "adapted_system_type": [],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
C
CheungVane 已提交
25
            "third_party": []
C
code4lala 已提交
26 27 28 29 30 31 32 33
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}