1 Star 0 Fork 134

panchengzhong/security_appverify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
hongtao 提交于 2022-07-26 15:36 . replace utils path to c_utils
{
"name": "@ohos/appverify",
"description": "Signature verification for HAP packages",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/appverify"
},
"dirs": {},
"scripts": {},
"component": {
"name": "appverify",
"subsystem": "security",
"syscap": [ "SystemCapability.Security.AppVerify" ],
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "5000kb",
"ram": "500kb",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"init",
"c_utils"
],
"third_party": [
"json",
"openssl"
]
},
"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"
]
},
"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"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panchengzhong/security_appverify.git
[email protected]:panchengzhong/security_appverify.git
panchengzhong
security_appverify
security_appverify
master

搜索帮助