1 Star 0 Fork 304

开发者手机开源团队 / security_huks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/huks",
"description": "The provider of key and certificate manangement capbility, which belongs to security subsystem",
"version": "4.0",
"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",
"SystemCapability.Security.Cipher"
],
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"hisysevent_config": [
"//base/security/huks/hisysevent.yaml"
],
"rom": "5120KByte",
"ram": "4828KByte",
"deps": {
"components": [
"ability_base",
"access_token",
"bundle_framework",
"c_utils",
"common_event_service",
"hisysevent",
"hitrace",
"hilog",
"ipc",
"napi",
"os_account",
"safwk",
"samgr",
"user_auth_framework",
"drivers_interface_user_auth",
"drivers_interface_huks"
],
"third_party": [
"bounds_checking_function",
"openssl",
"mbedtls",
"cJSON"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//base/security/huks:fwk_group"
],
"service_group": [
"//base/security/huks:service_group"
]
},
"inner_api": [
{
"name": "//base/security/huks/interfaces/inner_api/huks_standard/main:libhukssdk",
"header": {
"header_files": [
"hks_api.h",
"hks_param.h",
"hks_type.h"
],
"header_base": "//base/security/huks/interfaces/inner_api/huks_standard/main/include"
}
}
],
"test": [
"//base/security/huks:huks_sdk_test",
"//base/security/huks/test/fuzz_test:fuzztest"
]
}
}
}
1
https://gitee.com/develop-phone-open-source/security_huks.git
git@gitee.com:develop-phone-open-source/security_huks.git
develop-phone-open-source
security_huks
security_huks
OpenHarmony-4.0-Release

搜索帮助