加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Tianshi Liu 提交于 2022-03-14 22:38 . update face auth component name
{
"name": "@openharmony/faceauth",
"version": "3.1.0",
"description": "Face authentication capability",
"homePage": "https://gitee.com/openharmony",
"author": {},
"repository": "",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "base/user_iam/face_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "face_auth",
"subsystem": "useriam",
"adapted_system_type": [ "standard" ],
"syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"],
"features": [],
"rom": "1000KB",
"ram": "16000KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"hiviewdfx_hilog_native",
"ipc",
"aafwk_standard",
"safwk",
"samgr_standard"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [
"//base/user_iam/face_auth/services:faceauthservice",
"//base/user_iam/face_auth/sa_profile:faceauth_sa_profile.init",
"//base/user_iam/face_auth/sa_profile:faceauth_sa_profile"
],
"inner_kits": [
],
"test": [
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化