• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/app_domain_verify",
3  "description": "app domain verify functions",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/bundlemanager/app_domain_verify"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "app_domain_verify",
14    "subsystem": "bundlemanager",
15    "syscap": [
16      "SystemCapability.BundleManager.AppDomainVerify"
17    ],
18    "features": ["app_domain_verify_feature_target_from_cloud"],
19    "hisysevent_config": [
20      "//foundation/bundlemanager/app_domain_verify/hisysevent.yaml"
21    ],
22    "adapted_system_type": [
23      "standard"
24    ],
25    "rom": "300KB",
26    "ram": "1024KB",
27    "deps": {
28      "components": [
29        "ability_base",
30        "ability_runtime",
31        "bundle_framework",
32        "c_utils",
33        "hilog",
34        "hisysevent",
35        "ipc",
36        "relational_store",
37        "napi",
38        "safwk",
39        "samgr",
40        "netstack",
41        "os_account",
42        "ffrt",
43        "json",
44        "curl",
45        "preferences",
46        "access_token",
47        "eventhandler",
48        "hiappevent",
49        "hicollie",
50        "netmanager_base"
51      ],
52      "third_party": [
53        "openssl"
54      ]
55    },
56    "build": {
57      "sub_component": [
58        "//foundation/bundlemanager/app_domain_verify:app_domain_verify_packages"
59      ],
60      "inner_kits": [
61        {
62          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_mgr_client",
63          "header": {
64            "header_files": [
65              "app_domain_verify_mgr_client.h"
66            ],
67            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
68          }
69        },
70        {
71          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_agent_client",
72          "header": {
73            "header_files": [
74              "app_domain_verify_agent_client.h"
75            ],
76            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
77          }
78        },
79        {
80          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/extension:app_domain_verify_extension_framework",
81          "header": {
82            "header_files": [
83              "app_domain_verify_ext_base.h",
84              "app_domain_verify_extension_mgr.h",
85              "app_domain_verify_extension_register.h",
86              "app_domain_verify_agent_ext.h"
87            ],
88            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/extension/include"
89          }
90        },
91        {
92          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common:app_domain_verify_common",
93          "header": {
94            "header_files": [
95              "app_verify_base_info.h",
96              "bundle_verify_status_info.h",
97              "domain_verify_status.h",
98              "inner_verify_status.h",
99              "skill_uri.h",
100              "zidl/i_convert_callback.h",
101              "zidl/convert_callback_proxy.h",
102              "zidl/convert_callback_stub.h",
103              "zidl/convert_callback_interface_code.h"
104            ],
105            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include"
106          }
107        },
108        {
109          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/common:app_domain_verify_frameworks_common",
110          "header": {
111            "header_files": [
112              "app_domain_verify_error.h",
113              "app_domain_verify_hilog.h",
114              "app_domain_verify_parcel_util.h",
115              "httpsession/i_http_task.h",
116              "httpsession/app_domain_verify_task_mgr.h",
117              "utils/domain_url_util.h"
118            ],
119            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/common/include"
120          }
121        },
122        {
123          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/verifier:app_domain_verify_agent_verifier",
124          "header": {
125            "header_files": [
126              "i_verify_task.h",
127              "verify_task.h",
128              "verify_http_task.h",
129              "domain_verifier.h",
130              "domain_json_util.h",
131              "constant/agent_constants.h",
132              "asset_json_obj.h"
133            ],
134            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/verifier/include"
135          }
136        },
137        {
138          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/app_details_rdb:app_domain_verify_app_details_rdb",
139          "header": {
140            "header_files": [
141              "app_details_rdb_data_define.h",
142              "app_details_rdb_data_manager.h",
143              "app_details_rdb_open_callback.h"
144            ],
145            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/app_details_rdb/include"
146          }
147        }
148      ],
149      "test": [
150        "//foundation/bundlemanager/app_domain_verify/test/unittest:app_domain_verify_unit_test",
151        "//foundation/bundlemanager/app_domain_verify/test/fuzztest:app_domain_verify_fuzz_test"
152      ]
153    }
154  }
155}