mirror of
https://gitee.com/openharmony/security_appverify
synced 2024-11-27 08:40:33 +00:00
5900412e23
Signed-off-by: 张欣宇 <zhangxinyu74@huawei.com> Change-Id: If291716deb4b826b95a319679d5552b64de4533e
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"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": [
|
|
"cJSON",
|
|
"c_utils",
|
|
"hilog",
|
|
"init",
|
|
"openssl",
|
|
"os_account"
|
|
],
|
|
"third_party": [
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|