1 Star 0 Fork 197

wutiantian_gitee/security_device_auth_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
何寅燊 提交于 2024-04-10 11:38 . 部件编译整改
{
"name": "@ohos/device_auth",
"version": "4.0.2",
"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": {},
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/security_device_auth",
"supplier": "Organization: OpenHarmony",
"license": "Apache License 2.0",
"component": {
"name": "device_auth",
"subsystem": "security",
"syscap": [ "SystemCapability.Security.DeviceAuth" ],
"features": [],
"hisysevent_config": [
"//base/security/device_auth/hisysevent.yaml"
],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "4096KB",
"ram": "4096KB",
"deps": {
"components": [
"ability_base",
"access_token",
"bounds_checking_function",
"cJSON",
"common_event_service",
"c_utils",
"dsoftbus",
"hilog",
"hisysevent",
"hitrace",
"huks",
"init",
"json",
"mbedtls",
"openssl",
"os_account",
"samgr",
"ipc"
]
},
"build": {
"sub_component": [
"//base/security/device_auth:deviceauth_sdk_build",
"//base/security/device_auth:deviceauth_service_build",
"//base/security/device_auth:deviceauth_build",
"//base/security/device_auth/frameworks/deviceauth_lite:hichainsdk"
],
"inner_api": [
{
"name": "//base/security/device_auth/services:deviceauth_sdk",
"header": {
"header_base": "//base/security/device_auth/interfaces/inner_api",
"header_files": [
"device_auth_defines.h",
"device_auth.h",
"device_auth_ext.h"
]
}
}
],
"test": [
"//base/security/device_auth/test:deviceauth_test_build",
"//base/security/device_auth/frameworks/deviceauth_lite/test:deviceauth_lite_test_build"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wutiantian-gitee/security_device_auth_1.git
git@gitee.com:wutiantian-gitee/security_device_auth_1.git
wutiantian-gitee
security_device_auth_1
security_device_auth_1
master

搜索帮助