• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/certificate_framework",
3    "version": "4.0",
4    "description": "Openharmony's certificate framework.",
5    "publishAs": "code-segment",
6    "segment": {
7        "destPath": "base/security/certificate_framework"
8    },
9    "dirs": {},
10    "scripts": {},
11    "author": {},
12    "repository": "",
13    "license": "Apache License 2.0",
14    "component": {
15      "name": "certificate_framework",
16      "subsystem": "security",
17      "syscap": [ "SystemCapability.Security.Cert" ],
18      "features": [],
19      "adapted_system_type": [ "standard" ],
20      "rom": "1024KB",
21      "ram": "5120KB",
22      "deps": {
23        "components": [
24          "c_utils",
25          "crypto_framework",
26          "hilog",
27          "napi"
28        ],
29        "third_party": [
30          "openssl"
31        ]
32      },
33      "build": {
34        "sub_component": [
35          "//base/security/certificate_framework:certificate_framework_component"
36        ],
37        "inner_kits": [
38          {
39            "name": "//base/security/certificate_framework/frameworks/core:certificate_framework_core",
40            "header": {
41              "header_files": [
42                "certificate/cert_chain_validator.h",
43                "certificate/certificate.h",
44                "certificate/crl.h",
45                "certificate/x509_certificate.h",
46                "certificate/x509_crl_entry.h",
47                "certificate/x509_crl.h",
48                "common/cf_blob.h",
49                "common/cf_object_base.h",
50                "common/cf_result.h",
51                "include/cf_api.h",
52                "include/cf_param.h",
53                "include/cf_type.h"
54              ],
55              "header_base": "//base/security/certificate_framework/interfaces/innerkits"
56            }
57          }
58        ],
59        "test": [
60            "//base/security/certificate_framework:certificate_framework_test",
61            "//base/security/certificate_framework:certificate_framework_fuzztest"
62        ]
63      }
64    }
65}
66