• 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        "cJSON",
44        "curl",
45        "preferences",
46        "access_token",
47        "eventhandler",
48        "hiappevent",
49        "hicollie",
50        "netmanager_base",
51        "memmgr",
52        "runtime_core"
53      ],
54      "third_party": [
55        "openssl"
56      ]
57    },
58    "build": {
59      "sub_component": [
60        "//foundation/bundlemanager/app_domain_verify:app_domain_verify_packages"
61      ],
62      "inner_kits": [
63        {
64          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_mgr_client",
65          "header": {
66            "header_files": [
67              "app_domain_verify_mgr_client.h"
68            ],
69            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
70          }
71        },
72        {
73          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_agent_client",
74          "header": {
75            "header_files": [
76              "app_domain_verify_agent_client.h"
77            ],
78            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
79          }
80        },
81        {
82          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/extension:app_domain_verify_extension_framework",
83          "header": {
84            "header_files": [
85              "app_domain_verify_ext_base.h",
86              "app_domain_verify_extension_mgr.h",
87              "app_domain_verify_extension_register.h",
88              "app_domain_verify_agent_ext.h"
89            ],
90            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/extension/include"
91          }
92        },
93        {
94          "name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common:app_domain_verify_common",
95          "header": {
96            "header_files": [
97              "app_verify_base_info.h",
98              "bundle_verify_status_info.h",
99              "domain_verify_status.h",
100              "inner_verify_status.h",
101              "skill_uri.h",
102              "zidl/i_convert_callback.h",
103              "zidl/convert_callback_proxy.h",
104              "zidl/convert_callback_stub.h",
105              "zidl/convert_callback_interface_code.h"
106            ],
107            "header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include"
108          }
109        },
110        {
111          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/common:app_domain_verify_frameworks_common",
112          "header": {
113            "header_files": [
114              "app_domain_verify_error.h",
115              "app_domain_verify_hilog.h",
116              "app_domain_verify_parcel_util.h",
117              "httpsession/i_http_task.h",
118              "httpsession/app_domain_verify_task_mgr.h",
119              "utils/domain_url_util.h"
120            ],
121            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/common/include"
122          }
123        },
124        {
125          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/verifier:app_domain_verify_agent_verifier",
126          "header": {
127            "header_files": [
128              "i_verify_task.h",
129              "verify_task.h",
130              "verify_http_task.h",
131              "domain_verifier.h",
132              "domain_json_util.h",
133              "constant/agent_constants.h",
134              "asset_json_obj.h"
135            ],
136            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/verifier/include"
137          }
138        },
139        {
140          "name": "//foundation/bundlemanager/app_domain_verify/frameworks/app_details_rdb:app_domain_verify_app_details_rdb",
141          "header": {
142            "header_files": [
143              "app_details_rdb_data_define.h",
144              "app_details_rdb_data_manager.h",
145              "app_details_rdb_open_callback.h"
146            ],
147            "header_base": "//foundation/bundlemanager/app_domain_verify/frameworks/app_details_rdb/include"
148          }
149        }
150      ],
151      "test": [
152        "//foundation/bundlemanager/app_domain_verify/test/unittest:app_domain_verify_unit_test",
153        "//foundation/bundlemanager/app_domain_verify/test/fuzztest:app_domain_verify_fuzz_test"
154      ]
155    }
156  }
157}