bundle.json 854 字节
Newer Older
S
Sang_Sang33 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 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": []
        }
    }
}