1 Star 0 Fork 20

wusongqing/bundlemanager_app_domain_verify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.79 KB
一键复制 编辑 原始数据 按行查看 历史
WoHoo 提交于 2024-03-27 16:58 . 验证模块独立
{
"name": "@ohos/app_domain_verify",
"description": "app domain verify functions",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/bundlemanager/app_domain_verify"
},
"dirs": {},
"scripts": {},
"component": {
"name": "app_domain_verify",
"subsystem": "bundlemanager",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "300KB",
"ram": "1024KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"bundle_framework",
"c_utils",
"hilog",
"hisysevent",
"ipc",
"relational_store",
"napi",
"safwk",
"samgr",
"netstack",
"os_account",
"ffrt",
"json",
"curl",
"eventhandler"
],
"third_party": [
"json",
"curl",
"openssl"
]
},
"build": {
"sub_component": [
"//foundation/bundlemanager/app_domain_verify:app_domain_verify_packages"
],
"inner_kits": [
{
"name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_mgr_client",
"header": {
"header_files": [
"app_domain_verify_mgr_client.h"
],
"header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
}
},
{
"name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client:app_domain_verify_agent_client",
"header": {
"header_files": [
"app_domain_verify_agent_client.h"
],
"header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include"
}
},
{
"name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/extension:app_domain_verify_extension_framework",
"header": {
"header_files": [
"app_domain_verify_ext_base.h",
"app_domain_verify_extension_mgr.h",
"app_domain_verify_extension_register.h",
"app_domain_verify_agent_ext.h"
],
"header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/extension/include"
}
},
{
"name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common:app_domain_verify_common",
"header": {
"header_files": [
"app_domain_verify_error.h",
"app_domain_verify_hilog.h",
"app_verify_base_info.h",
"bundle_verify_status_info.h",
"domain_verify_status.h",
"inner_verify_status.h",
"skill_uri.h",
"parcel_util.h",
"httpsession/i_verify_task.h",
"httpsession/app_domain_verify_task_mgr.h",
"utils/domain_url_util.h"
],
"header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include"
}
},
{
"name": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/verifier:app_domain_verify_agent_verifier",
"header": {
"header_files": [
"verify_task.h",
"domain_verifier.h",
"domain_json_util.h",
"constant/agent_constants.h",
"asset_json_obj.h"
],
"header_base": "//foundation/bundlemanager/app_domain_verify/interfaces/inner_api/verifier/include"
}
}
],
"test": [
"//foundation/bundlemanager/app_domain_verify/test/unittest:app_domain_verify_unit_test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wusongqing/bundlemanager_app_domain_verify.git
git@gitee.com:wusongqing/bundlemanager_app_domain_verify.git
wusongqing
bundlemanager_app_domain_verify
bundlemanager_app_domain_verify
master

搜索帮助