{
    "name": "@ohos/curl",
    "description": "A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features.",
    "version": "3.1",
    "license": "Curl License",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "third_party/curl"
    },
    "dirs": {},
    "scripts": {},
    "licensePath": "COPYING",
    "component": {
        "name": "curl",
        "subsystem": "thirdparty",
        "syscap": [],
        "features": [],
        "adapted_system_type": [
            "small",
            "standard"
        ],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [
                "cares",
                "nghttp2",
                "openssl",
                "zlib",
                "brotli",
                "openhitls"
            ],
            "third_party": [
                "nghttp2",
                "openssl",
                "zlib",
                "cares",
                "nghttp2",
                "openhitls"
            ]
        },
        "build": {
            "sub_component": [
                "//third_party/curl:curl_target"
            ],
            "inner_kits": [
                {
                    "name":"//third_party/curl:curl_shared",
                    "header":{
                        "header_files":[],
                        "header_base":"//third_party/curl/include/curl"
                    }
                },
                {
                    "name":"//third_party/curl:curl_shared_http3",
                    "header":{
                        "header_files":[],
                        "header_base":"//third_party/curl/include/curl"
                    }
                },
                {
                    "name":"//third_party/curl:libcurl_shared",
                    "header":{
                        "header_files":[],
                        "header_base":"//third_party/curl/include/curl"
                    }
                }
            ],
            "test": []
        }
    }
}