bundle.json 984 字节
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 17
        "name": "openssl",
        "subsystem": "thirdparty",
C
code4lala 已提交
18 19
        "syscap": [],
        "features": [],
20 21 22
        "adapted_system_type": [
            "standard"
        ],
C
code4lala 已提交
23 24 25 26
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
C
CheungVane 已提交
27
            "third_party": []
C
code4lala 已提交
28 29
        },
        "build": {
30 31 32
            "sub_component": [
                "//third_party/openssl:openssl"
            ],
C
code4lala 已提交
33 34 35 36
            "inner_kits": [],
            "test": []
        }
    }
37
}