加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
郭龙飞 提交于 2022-05-24 00:03 . dtfuzz用例添加
{
"name": "@ohos/huks",
"description": "The provider of key and certificate manangement capbility, which belongs to security subsystem",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/huks"
},
"dirs":{},
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/security/huks && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"author": {},
"repository": "",
"component": {
"name": "huks",
"subsystem": "security",
"syscap": [ "SystemCapability.Security.Huks" ],
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "5000KB",
"ram": "500kB",
"deps": {
"components": [
"libhilog",
"ipc_core",
"system_ability_fwk",
"samgr_proxy",
"utils_base"
],
"third_party": [
"openssl",
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//base/security/huks:huks_components"
],
"inner_kits": [
{
"name": "//base/security/huks/interfaces/innerkits/huks_standard/main:libhukssdk",
"header": {
"header_files": [
"hks_api.h"
],
"header_base": "//base/security/huks/interfaces/innerkits/huks_standard/main/include"
}
}
],
"test": [
"//base/security/huks:huks_sdk_test",
"//base/security/huks/test/fuzz_test:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化