16 Star 87 Fork 125

OpenHarmony / security_appverify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
Zhou Shihui 提交于 2023-12-14 17:49 . 研发设备豁免校验设备ID
{
"name": "@ohos/appverify",
"description": "Signature verification for HAP packages",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/appverify"
},
"dirs": {},
"scripts": {},
"component": {
"name": "appverify",
"subsystem": "security",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "5000kb",
"ram": "500kb",
"deps": {
"components": [
"c_utils",
"hilog",
"init",
"os_account"
],
"third_party": [
"json",
"openssl",
"cJSON",
"bounds_checking_function",
"mbedtls"
]
},
"build": {
"sub_component": [
"//base/security/appverify:appverify_components"
],
"inner_kits": [
{
"header": {
"header_base": "//base/security/appverify/interfaces/innerkits/appverify/include",
"header_files": [
"interfaces/hap_verify_result.h",
"interfaces/hap_verify.h",
"common/hap_byte_buffer.h",
"common/export_define.h",
"provision/provision_info.h",
"util/signature_info.h"
]
},
"name": "//base/security/appverify/interfaces/innerkits/appverify:libhapverify"
},
{
"header": {
"header_base": "//base/security/appverify/interfaces/innerkits/appverify_lite/include",
"header_files": [
"app_verify_pub.h"
]
},
"name": "//base/security/appverify/interfaces/innerkits/appverify_lite:verify"
}
],
"test": [
"//base/security/appverify:testcase_packages"
]
}
}
}
1
https://gitee.com/openharmony/security_appverify.git
git@gitee.com:openharmony/security_appverify.git
openharmony
security_appverify
security_appverify
master

搜索帮助