加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
device_auth.bundle.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
zxstty 提交于 2023-12-04 18:51 . change by zjq
{
"name": "@ohos/deviceauth",
"version": "3.1",
"description": "The device authentication module belongs to the security subsystem of OpenHarmony. It manages the entire lifecycle of trust relationships between devices.",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/device_auth"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"license": "Apache License 2.0",
"component": {
"name": "device_auth",
"subsystem": "security",
"syscap": [ "SystemCapability.Security.DeviceAuth" ],
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "500KB",
"ram": "500KB",
"deps": {
"components": [
"dsoftbus",
"safwk",
"os_account",
"access_token",
"security",
"common",
"utils_base",
"hiviewdfx_hilog_native",
"hisysevent_native",
"samgr",
"ipc"
],
"third_party": [
"cJSON",
"bounds_checking_function",
"mbedtls",
"openssl"
]
},
"build": {
"sub_component": [
],
"inner_kits": [
{
"name": "//base/security/device_auth/services:deviceauth_sdk",
"header": {
"header_files": [
"device_auth_defines.h",
"device_auth.h"
],
"header_base": "//base/security/device_auth/interfaces/innerkits"
}
}
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化