• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/mbedtls",
3    "description": "An open source, portable, easy to use, readable and flexible SSL library.",
4    "version": "5.0",
5    "license": "Apache V2,GPL V2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/mbedtls"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "mbedtls",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small",
20            "standard"
21        ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [
26                "bounds_checking_function"
27            ],
28            "third_party": [
29                "bounds_checking_function"
30            ]
31        },
32        "build": {
33            "sub_component": [],
34            "inner_kits": [
35                {
36                    "header" : {
37                        "header_base": "//third_party/mbedtls/include",
38                        "header_files": [
39                            "mbedtls/md.h",
40                            "mbedtls/rsa.h",
41                            "mbedtls/x509.h"
42                        ]
43                    },
44                    "name" : "//third_party/mbedtls:mbedtls_shared"
45                },
46                {
47                    "header" : {
48                        "header_base": "//third_party/mbedtls/include",
49                        "header_files": [
50                            "mbedtls/md.h",
51                            "mbedtls/rsa.h",
52                            "mbedtls/x509.h"
53                        ]
54                    },
55                    "name" : "//third_party/mbedtls:mbedtls_static"
56                }
57            ],
58            "test": []
59        }
60    }
61}
62